/
How-to: Traverse PRC model file using Visitor pattern for rapid prototyping
How-to: Traverse PRC model file using Visitor pattern for rapid prototyping
Introduction
Parsing and interpreting the PRC structure is non-trivial in some cases, as described in our documentation for PRC Basics.
In this forum post, we are going to describe traversing a PRC model file using a builtin Visitor pattern sample. Based on the ImportExport sample project, you will be able to make a prototype easily, which can retrieve and update the model file. This sample is reusable and you can port the code into your application even if you don’t know the details of the traversing manner.
Related articles
How-to: Split multi body part into assembly model
, multiple selections available,
Related content
How-to: Combine multiple models with different unit
How-to: Combine multiple models with different unit
More like this
How-To : Know if a model contains B-Rep or Tessellated bodies
How-To : Know if a model contains B-Rep or Tessellated bodies
Read with this
FAQ: How ProE/Creo family tables, flexible components and boolean operations are handled by HOOPS ?
FAQ: How ProE/Creo family tables, flexible components and boolean operations are handled by HOOPS ?
Read with this
How-to : Load SolidWorks Configurations
How-to : Load SolidWorks Configurations
Read with this
How-to: load multiple files in parallel
How-to: load multiple files in parallel
Read with this
How-to: Compute points on edge
How-to: Compute points on edge
Read with this