NX Open C++ Reference Guide
|
Represents a Cut Pattern Builder
Created in NX6.0.0.
More...
Public Types | |
enum | Types { TypesNone, TypesFollowPart, TypesFollowPeriphery, TypesHelical, TypesSpiral, TypesHelicalSpiral, TypesMixed, TypesProfile, TypesStandardDrive, TypesTrochoidal, TypesZig, TypesZigZag, TypesZigZagWithLifts = 14, TypesZigWithContour, TypesZigWithStepover, TypesConcentricZig, TypesConcentricZigZag, TypesConcentricZigWithContour, TypesConcentricZigWithStepover, TypesRadialZig, TypesRadialZigZag, TypesRadialZigZagWithLifts, TypesRadialZigWithContour, TypesRadialZigWithStepover, TypesCrosscutZig, TypesCrosscutZigZag, TypesCrosscutZigZagWithLifts, TypesZlevelZig, TypesZlevelZigZag, TypesZlevelZigZagWithLifts, TypesSameAsNonSteep } |
cut pattern options Created in NX6.0.0. More... | |
Public Member Functions | |
NXOpen::CAM::CutPatternBuilder::Types | CutPattern () |
Returns the cut pattern option Created in NX6.0.0. | |
void | SetCutPattern (NXOpen::CAM::CutPatternBuilder::Types newValue) |
Sets the cut pattern option Created in NX6.0.0. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a Cut Pattern Builder
Created in NX6.0.0.
cut pattern options
Created in NX6.0.0.
TypesNone |
None. |
TypesFollowPart |
Follow Part. |
TypesFollowPeriphery |
Follow Periphery. |
TypesHelical |
Helical. |
TypesSpiral |
Spiral. |
TypesHelicalSpiral |
Helical or Spiral. |
TypesMixed |
Mixed. |
TypesProfile |
Profile. |
TypesStandardDrive |
Standard Drive. |
TypesTrochoidal |
Trochoidal. |
TypesZig |
Zig. |
TypesZigZag |
Zig Zag. |
TypesZigWithContour |
Zig with Contour. |
TypesZigWithStepover |
Zig with Stepover. |
TypesConcentricZig |
Concentric Zig. |
TypesConcentricZigZag |
Concentric Zig Zag. |
TypesConcentricZigWithContour |
Concentric Zig with Contour. |
TypesConcentricZigWithStepover |
Concentric Zig with Stepover. |
TypesRadialZig |
Radial Zig. |
TypesRadialZigZag |
Radial Zig Zag. |
TypesRadialZigZagWithLifts |
Radial Zig Zag with Lifts. |
TypesRadialZigWithContour |
Radial Zig with Contour. |
TypesRadialZigWithStepover |
Radial Zig with Stepover. |
TypesCrosscutZig |
Crosscut Zig. |
TypesCrosscutZigZag |
Crosscut Zig Zag. |
TypesCrosscutZigZagWithLifts |
Crosscut Zig Zag with Lifts. |
TypesZlevelZig |
Zlevel Zig. |
TypesZlevelZigZag |
Zlevel Zig Zag. |
TypesZlevelZigZagWithLifts |
Zlevel Zig Zag with Lifts. |
TypesSameAsNonSteep |
Same as Non-steep. |
NXOpen::CAM::CutPatternBuilder::Types NXOpen::CAM::CutPatternBuilder::CutPattern | ( | ) |
Returns the cut pattern option
Created in NX6.0.0.
License requirements : None
void NXOpen::CAM::CutPatternBuilder::SetCutPattern | ( | NXOpen::CAM::CutPatternBuilder::Types | newValue | ) |
Sets the cut pattern option
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
newValue | the cut pattern option |