HImCuttingGeometry.h
Fields
HIM_CUTTING_GEOMETRY_TYPE_LINES |
|
HIM_CUTTING_GEOMETRY_TYPE_POLYLINES |
|
HIM_CUTTING_GEOMETRY_TYPE_FACES |
|
HIM_CUTTING_GEOMETRY_SEGMENT_BODY |
|
HIM_CUTTING_GEOMETRY_SHELL_BODY |
Detailed Description
Defines datatypes associated with the HImCuttingGeometry class
Type Documentation
-
enum
HIMCG_Cutting_Type Tracks whether we cook to lines, polylines, or faces. polylines and faces may be used together with a bitwise OR
Values:
-
enumerator
HIM_CUTTING_GEOMETRY_TYPE_LINES Line Type.
-
enumerator
HIM_CUTTING_GEOMETRY_TYPE_POLYLINES Polyline Type.
-
enumerator
HIM_CUTTING_GEOMETRY_TYPE_FACES Face Type.
-
enumerator
-
enum
HIMCG_Body_Type Determines where one body stops and the next begins (especially important for capping polygons). Bodies can start and stop at a segment level, or at a body level.
Values:
-
enumerator
HIM_CUTTING_GEOMETRY_SEGMENT_BODY Segment Body.
-
enumerator
HIM_CUTTING_GEOMETRY_SHELL_BODY Shell Body.
-
enumerator