Hide menu
Loading...
Searching...
No Matches
Property Table Example

Table of Contents

Explores user-defined properties ({name, value} pairs) attached to various entities inside a 3D model.

Description

To explore property tables we use a special visitor class. Here we redefine methods which are called when a property of a particular type is being visited.

For more information about properties please visit the Properties Guide.

The data model allows to attach specific properties called validation properties, to learn more how to access it via CAD Exchanger SDK please refer to Validation Properties Example.

Usage

You can try this example with the following model:

./examples/models/as1.xml

Files