Draw Module
Parent module: Tools Module
- group a3d_draw_module
Draws model file entities using callback functions you provide.
- Deprecated:
The Draw module is deprecated.
The functions and callback functions in this module allow you to draw PRC model files using drawing functions that you provide.
Sub-modules
Callback-Function Type Definitions |
|
These flags apply to the A3DDrawGetBoundingBox function. |
Data Structures
Structure for specifying callback functions for drawing. |
Functions
Initializes the callbacks used for drawing. |
|
Draws the model file entities, using the callbacks defined by A3DDrawInitCallbacks . |
|
Draws the representation item entities, using the callbacks defined by A3DDrawInitCallbacks . |
|
Draws the markup item entities, using the callbacks defined by A3DDrawInitCallbacks . |
|
Calculates the bounding box of the model file entity, without using any callback functions. |