Topology Body Data
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 | kA3DBodyBoundingBoxCadData 0x0003 |
#define | kA3DBodyBoundingBoxEvaluation 0x0001 |
#define | kA3DBodyBoundingBoxPrecise 0x0002 |
Detailed Description
Structure and bitmasks for establishing the bounding box orientation and context of any type of A3DTopoBody entity.
- Version
- 2.0
- See also
- A3DTopoBodyData, A3DTopoBodyGet, A3DTopoBodySet
Macro Definition Documentation
◆ kA3DBodyBoundingBoxEvaluation
#define kA3DBodyBoundingBoxEvaluation 0x0001 |
The bounding box has been roughly evaluated from geometrical entities included in the body.
◆ kA3DBodyBoundingBoxPrecise
#define kA3DBodyBoundingBoxPrecise 0x0002 |
The bounding box has been deduced from a complete tessellation of the body.
◆ kA3DBodyBoundingBoxCadData
#define kA3DBodyBoundingBoxCadData 0x0003 |
The bounding box has been read from the originating CAD file.