Topology Context Data
Structure and bitmasks for specifying the topology context and common attributes such as granularity, tolerance, and thickness. More...
Data Structures | |
struct | A3DTopoContextData |
Structure for parsing or creating an A3DTopoContext entity. More... | |
Macros | |
#define | kA3DContextHasAnalytics 0x0008 |
#define | kA3DContextNoClamp 0x0002 |
#define | kA3DContextNoSplit 0x0004 |
#define | kA3DContextOuterLoopFirst 0x0001 |
Detailed Description
Structure and bitmasks for specifying the topology context and common attributes such as granularity, tolerance, and thickness.
- Version
- 2.0
Entity type is kA3DTypeTopoContext
- See also
- A3DTopoContext, A3DTopoContextData, A3DTopoContextGet, A3DTopoContextCreate
Macro Definition Documentation
◆ kA3DContextOuterLoopFirst
#define kA3DContextOuterLoopFirst 0x0001 |
Outer loops are always first loops.
◆ kA3DContextNoClamp
#define kA3DContextNoClamp 0x0002 |
UV Curves are clamped on surface.
◆ kA3DContextNoSplit
#define kA3DContextNoSplit 0x0004 |
Faces are split.
◆ kA3DContextHasAnalytics
#define kA3DContextHasAnalytics 0x0008 |
Brep can contain analytic elements (not exclusively BSpline).