|
NX Open C++ Reference Guide
|
Represents a Spiral Drive Method Builder
This is an abstract class and cannot be instantiated.
More...
Public Types | |
| enum | DmSpiralStepoverTypes { DmSpiralStepoverTypesConstant, DmSpiralStepoverTypesToolDiameter } |
| Available types for Spiral drive method stepover in SurfaceContour. More... | |
Public Member Functions | |
| NXOpen::CAM::DmSpiralBuilder::DmSpiralStepoverTypes | DmSpiralStepoverMenu () |
| Returns the Spiral Drive Method Stepover type. | |
| NXOpen::Point * | PatternCenterPoint () |
| Returns the Pattern Center Point Created in NX6.0.0. | |
| void | SetDmSpiralStepoverMenu (NXOpen::CAM::DmSpiralBuilder::DmSpiralStepoverTypes dmSpiralStepoverTypeValue) |
| Sets the Spiral Drive Method Stepover type. | |
| void | SetPatternCenterPoint (NXOpen::Point *centerPoint) |
| Sets the Pattern Center Point Created in NX6.0.0. | |
| void | SetSpiralStepoverDistance (double stepoverDist) |
| Sets the Stepover Distance. | |
| void | SetSpiralStepoverPercent (double stepoverPercent) |
| Sets the Stepover Percent. | |
| NXOpen::CAM::InheritableDoubleBuilder * | SpiralRadiusBuilder () |
| Returns the Spiral Radius Created in NX5.0.0. | |
| NXOpen::CAM::StepoverBuilder * | SpiralStepoverBuilder () |
| Returns the Spiral Stepover builder Created in NX6.0.0. | |
| double | SpiralStepoverDistance () |
| Returns the Stepover Distance. | |
| double | SpiralStepoverPercent () |
| Returns the Stepover Percent. | |
Public Member Functions inherited from NXOpen::TaggedObject | |
| tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
| tag_t | Tag () const |
| Returns the tag of this object. | |
Represents a Spiral Drive Method Builder
This is an abstract class and cannot be instantiated.
Created in NX5.0.0.
Available types for Spiral drive method stepover in SurfaceContour.
This enum type is obsolete.
| DmSpiralStepoverTypesConstant |
Constant. |
| DmSpiralStepoverTypesToolDiameter |
Tool diameter percentage. |
| NXOpen::CAM::DmSpiralBuilder::DmSpiralStepoverTypes NXOpen::CAM::DmSpiralBuilder::DmSpiralStepoverMenu | ( | ) |
Returns the Spiral Drive Method Stepover type.
This property is obsolete.
Created in NX5.0.0.
License requirements : None
| NXOpen::Point* NXOpen::CAM::DmSpiralBuilder::PatternCenterPoint | ( | ) |
Returns the Pattern Center Point
Created in NX6.0.0.
License requirements : None
| void NXOpen::CAM::DmSpiralBuilder::SetDmSpiralStepoverMenu | ( | NXOpen::CAM::DmSpiralBuilder::DmSpiralStepoverTypes | dmSpiralStepoverTypeValue | ) |
Sets the Spiral Drive Method Stepover type.
This property is obsolete.
Created in NX5.0.0.
License requirements : None
| dmSpiralStepoverTypeValue | the Spiral Stepover type value |
| void NXOpen::CAM::DmSpiralBuilder::SetPatternCenterPoint | ( | NXOpen::Point * | centerPoint | ) |
Sets the Pattern Center Point
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
| centerPoint | centerpoint |
| void NXOpen::CAM::DmSpiralBuilder::SetSpiralStepoverDistance | ( | double | stepoverDist | ) |
Sets the Stepover Distance.
This property is obsolete.
Created in NX5.0.0.
License requirements : None
| stepoverDist | the Stepover Distance |
| void NXOpen::CAM::DmSpiralBuilder::SetSpiralStepoverPercent | ( | double | stepoverPercent | ) |
Sets the Stepover Percent.
This property is obsolete.
Created in NX5.0.0.
License requirements : None
| stepoverPercent | the Stepover Percent |
| NXOpen::CAM::InheritableDoubleBuilder* NXOpen::CAM::DmSpiralBuilder::SpiralRadiusBuilder | ( | ) |
Returns the Spiral Radius
Created in NX5.0.0.
License requirements : None
| NXOpen::CAM::StepoverBuilder* NXOpen::CAM::DmSpiralBuilder::SpiralStepoverBuilder | ( | ) |
Returns the Spiral Stepover builder
Created in NX6.0.0.
License requirements : None
| double NXOpen::CAM::DmSpiralBuilder::SpiralStepoverDistance | ( | ) |
Returns the Stepover Distance.
This property is obsolete.
Created in NX5.0.0.
License requirements : None
| double NXOpen::CAM::DmSpiralBuilder::SpiralStepoverPercent | ( | ) |
Returns the Stepover Percent.
This property is obsolete.
Created in NX5.0.0.
License requirements : None