Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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.

I

How-to: Split multi body part into assembly model

...