Hide menu
Loading...
Searching...
No Matches
Drawing Exploration Example

Table of Contents

Explores the Structure of drawings.

Description

Drawing.Drawing consist of sheets encapsulated in Drawing.Sheet which, in turn, consist of views encapsulated in Drawing.View , as shown in Drawings.

To traverse the drawing structure we use iterators: Drawing.Drawing.SheetIterator and Drawing.Sheet.ViewIterator . To explore the view content we use the Drawing.ElementVoidVisitor .

Drawing "mcad_drawing_23":
-- Sheet <0>
---- View <0>
------- CurveSet <0>
------- number of curves: 1406
-- Sheet <1>
---- View <0>
------- CurveSet <0>
------- number of curves: 998

Files