Hide menu
Loading...
Searching...
No Matches
B-Rep Geometry Exploration Example

Table of Contents

Explores and prints out the information about topological shapes and their geometry from B-Rep representation.

Description

This example explores a B-Rep representation of a part, starting with bodies and going to the bottom of the structure, to faces, edges and vertices, as well as their respective geometry. The information about all the B-Rep structure elements is printed out along the way. The example is broken into a few *Explorer classes each of which focuses on some type of structure elements - surfaces, 3D and 2D curves.

Usage

You can try this example with the following model:

./examples/models/LeverArm.xml

Files