DmSpiralBuilder Class¶
-
class
NXOpen.CAM.DmSpiralBuilder¶ Bases:
NXOpen.TaggedObjectRepresents a Spiral Drive Method Builder
This is an abstract class and cannot be instantiated.
New in version NX5.0.0.
Properties¶
| Property | Description |
|---|---|
| DmSpiralStepoverMenu | Returns or sets the Spiral Drive Method Stepover type. |
| PatternCenterPoint | Returns or sets the Pattern Center Point |
| SpiralRadiusBuilder | Returns the Spiral Radius |
| SpiralStepoverBuilder | Returns the Spiral Stepover builder |
| SpiralStepoverDistance | Returns or sets the Stepover Distance. |
| SpiralStepoverPercent | Returns or sets the Stepover Percent. |
| Tag | Returns the Tag for this object. |
Methods¶
Enumerations¶
| DmSpiralBuilderDmSpiralStepoverTypes Enumeration | Available types for Spiral drive method stepover in SurfaceContour. |
Property Detail¶
PatternCenterPoint¶
-
DmSpiralBuilder.PatternCenterPoint¶ Returns or sets the Pattern Center Point
-------------------------------------Getter Method
Signature
PatternCenterPointReturns: Return type: NXOpen.PointNew in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PatternCenterPointParameters: centerPoint ( NXOpen.Point) –New in version NX6.0.0.
License requirements: cam_base (“CAM BASE”)
SpiralRadiusBuilder¶
-
DmSpiralBuilder.SpiralRadiusBuilder¶ Returns the Spiral Radius
-------------------------------------Getter Method
Signature
SpiralRadiusBuilderReturns: the spiral radius value Return type: NXOpen.CAM.InheritableDoubleBuilderNew in version NX5.0.0.
License requirements: None.
SpiralStepoverBuilder¶
-
DmSpiralBuilder.SpiralStepoverBuilder¶ Returns the Spiral Stepover builder
-------------------------------------Getter Method
Signature
SpiralStepoverBuilderReturns: the spiral stepover builder Return type: NXOpen.CAM.StepoverBuilderNew in version NX6.0.0.
License requirements: None.
SpiralStepoverDistance¶
-
DmSpiralBuilder.SpiralStepoverDistance¶ Returns or sets the Stepover Distance.
This property is obsolete.
-------------------------------------Getter Method
Signature
SpiralStepoverDistanceReturns: the Stepover Distance Return type: float New in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
SpiralStepoverDistanceParameters: stepoverDist (float) – the Stepover Distance New in version NX5.0.0.
License requirements: None.
SpiralStepoverPercent¶
-
DmSpiralBuilder.SpiralStepoverPercent¶ Returns or sets the Stepover Percent.
This property is obsolete.
-------------------------------------Getter Method
Signature
SpiralStepoverPercentReturns: the Stepover Percent Return type: float New in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
SpiralStepoverPercentParameters: stepoverPercent (float) – the Stepover Percent New in version NX5.0.0.
License requirements: None.