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

Callback-Function Type Definitions

Flags for Drawing Model File Entities

These flags apply to the A3DDrawGetBoundingBox function.

Data Structures

A3DDrawCallbacksData

Structure for specifying callback functions for drawing.

Functions

A3DDrawInitCallbacks()

Initializes the callbacks used for drawing.

A3DDraw()

Draws the model file entities, using the callbacks defined by A3DDrawInitCallbacks .

A3DDrawRepresentationItem()

Draws the representation item entities, using the callbacks defined by A3DDrawInitCallbacks .

A3DDrawMarkup()

Draws the markup item entities, using the callbacks defined by A3DDrawInitCallbacks .

A3DDrawGetBoundingBox()

Calculates the bounding box of the model file entity, without using any callback functions.