Drawing Module
Creates and accesses entities that represent drawing This module describes the functions and structures that allow you to create and parse Drawings. More...
Modules | |
Drawing Model | |
Drawing Sheet | |
Drawing View | |
Enumerations for drawing view type for use in the A3DDrawingViewData structure. | |
Drawing Block | |
Creates and accesses entities that contain graphics entities. | |
Drawing Entity | |
Creates and accesses geometrical or graphical entities used with A3DDrawingModel. | |
Detailed Description
Creates and accesses entities that represent drawing This module describes the functions and structures that allow you to create and parse Drawings.
Drawing structure entities have names of the form A3DDrawingEntityName, for example A3DDrawingModel.
Drawing structures are divided into 2 parts:
- structure entities ( A3DDrawingModel, A3DDrawingSheet, A3DDrawingView, A3DDrawingBlock)
- graphic entities ( A3DDrawingEntity )
The root drawing entity is A3DDrawingModel witch is a set of A3DDrawingSheet.
