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.

https://techsoft3d.atlassian.net/wiki/spaces/KBHE/pages/399278340