Explores the Structure of drawings.
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 .