Drawing Module
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:c:type:~A3DDrawingModel.
Drawing structures are divided into 2 parts:
- structure entities (
A3DDrawingModel,:c:type:~A3DDrawingSheet,:c:type:~A3DDrawingView,:c:type:~A3DDrawingBlock) - graphic entities (
A3DDrawingEntity)
The root drawing entity is:c:type:~A3DDrawingModelwhich is a set of:c:type:~A3DDrawingSheet.
Topics
- Drawing Model
- Drawing Sheet
- Drawing View
- Drawing Block
- Drawing Entity
- Callback Function Type Definitions