 | PrimaryContour Properties |
The PrimaryContour type exposes the following members.
Properties| | Name | Description |
|---|
 | ContourGeometry |
Returns the ContourGeometry object that defines the shape and dimensional parameters for the contour.
The contour geometry specifies geometric dimensions (length, width for rectangular; radius for circular), corner rounding,
rotation angle, and geometric elements (segments and arcs) that precisely describe the feature boundary and position.
|
 | ContourGeometryType |
Returns the contour geometry type as defined by ContourGeometryTypeEnum.
The geometry type specifies whether the contour uses parametric rectangular geometry, parametric circular geometry,
or variant geometry composed of custom segments and arcs.
|
 | IsIsland |
Gets a value indicating whether this contour belongs to an island that must be preserved during material removal.
Returns true if the contour represents an internal island feature, or false if it represents a primary pocket boundary.
|
 | MainContour |
Returns the primary Contour object that provides the detailed path composition for the feature.
The main contour aggregates geometric elements (segments and arcs) sequentially connected to form the continuous cutting path,
enabling precise control over tool movement and feature geometry execution during manufacturing operations.
|
 | OffsetSide |
Returns the offset side as defined by OffsetSideEnum.
The offset side specifies the tool path positioning relative to the contour boundary (left, right, or center offset),
which determines how the tool engages the feature geometry during cutting operations.
|
Top
See Also