NX Open C++ Reference Guide
|
Represents a Steep Containment Builder
Created in NX9.0.0.
More...
Public Types | |
enum | CutLevelTypes { CutLevelTypesConstant, CutLevelTypesOptimized } |
cut level types Created in NX9.0.0. More... | |
![]() | |
enum | CutDirectionTypes { CutDirectionTypesClimb, CutDirectionTypesConventional } |
Available types for Cut Direction in Area Milling. More... | |
Public Member Functions | |
NXOpen::CAM::AreaMillingContainment::CutDirectionTypes | AreaMillingCutDirection () |
Returns the Cut Direction Created in NX9.0.0. | |
NXOpen::CAM::AreaMillingSteepContainment::CutLevelTypes | CutLevelType () |
Returns the cut level type Created in NX9.0.0. | |
NXOpen::CAM::StepoverBuilder * | DepthPerCut () |
Returns the builder of area milling depth per cut Created in NX9.0.0. | |
void | SetAreaMillingCutDirection (NXOpen::CAM::AreaMillingContainment::CutDirectionTypes areaMillingCutDirection) |
Sets the Cut Direction Created in NX9.0.0. | |
void | SetCutLevelType (NXOpen::CAM::AreaMillingSteepContainment::CutLevelTypes newValue) |
Sets the cut level type Created in NX9.0.0. | |
![]() | |
NXOpen::CAM::CutPatternBuilder * | CutPattern () |
Returns the cut pattern builder Created in NX9.0.0. | |
NXOpen::CAM::StepoverBuilder * | Stepover () |
Returns the builder of area milling stepover Created in NX9.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 Steep Containment Builder
Created in NX9.0.0.
NXOpen::CAM::AreaMillingContainment::CutDirectionTypes NXOpen::CAM::AreaMillingSteepContainment::AreaMillingCutDirection | ( | ) |
Returns the Cut Direction
Created in NX9.0.0.
License requirements : None
NXOpen::CAM::AreaMillingSteepContainment::CutLevelTypes NXOpen::CAM::AreaMillingSteepContainment::CutLevelType | ( | ) |
Returns the cut level type
Created in NX9.0.0.
License requirements : None
NXOpen::CAM::StepoverBuilder* NXOpen::CAM::AreaMillingSteepContainment::DepthPerCut | ( | ) |
Returns the builder of area milling depth per cut
Created in NX9.0.0.
License requirements : None
void NXOpen::CAM::AreaMillingSteepContainment::SetAreaMillingCutDirection | ( | NXOpen::CAM::AreaMillingContainment::CutDirectionTypes | areaMillingCutDirection | ) |
void NXOpen::CAM::AreaMillingSteepContainment::SetCutLevelType | ( | NXOpen::CAM::AreaMillingSteepContainment::CutLevelTypes | newValue | ) |
Sets the cut level type
Created in NX9.0.0.
License requirements : cam_base ("CAM BASE")
newValue | the cut level type |