Structure and bitmasks for establishing the bounding box orientation and context of any type of A3DTopoBody entity. More...
Data Structures | |
struct | A3DTopoBodyData |
TopoBody structure. More... | |
Macros | |
#define | kA3DBodyBoundingBoxEvaluation 0x0001 |
#define | kA3DBodyBoundingBoxPrecise 0x0002 |
#define | kA3DBodyBoundingBoxCadData 0x0003 |
Structure and bitmasks for establishing the bounding box orientation and context of any type of A3DTopoBody entity.
#define kA3DBodyBoundingBoxEvaluation 0x0001 |
The bounding box has been roughly evaluated from geometrical entities included in the body.
#define kA3DBodyBoundingBoxPrecise 0x0002 |
The bounding box has been deduced from a complete tessellation of the body.
#define kA3DBodyBoundingBoxCadData 0x0003 |
The bounding box has been read from the originating CAD file.