|
NX Open C++ Reference Guide
|
Represents a Blade Rough Drive Method Builder
This is an abstract superclass that has instantaible subclasses
Created in NX7.0.0.
More...
Public Types | |
| enum | MaterialSideType { MaterialSideTypeSame, MaterialSideTypeOpposite } |
| Available types for Flip Material, SDM: Select Cut Direction. More... | |
Public Member Functions | |
| NXOpen::CAM::CutDirection::Types | CutDirection () |
| Returns the Cut Direction Created in NX7.0.0. | |
| NXOpen::CAM::CutPatternBuilder * | CutPattern () |
| Returns the cut pattern builder Created in NX7.0.0. | |
| NXOpen::CAM::BladeEdge * | LeadingEdge () |
| Returns the leading edge builder Created in NX7.0.0. | |
| void | SetCutDirection (NXOpen::CAM::CutDirection::Types cutDirection) |
| Sets the Cut Direction Created in NX7.0.0. | |
| NXOpen::CAM::BladeEdge * | TrailingEdge () |
| Returns the trailing edge builder Created in NX7.0.0. | |
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 Blade Rough Drive Method Builder
This is an abstract superclass that has instantaible subclasses
Created in NX7.0.0.
| NXOpen::CAM::CutDirection::Types NXOpen::CAM::Blade::CutDirection | ( | ) |
Returns the Cut Direction
Created in NX7.0.0.
License requirements : None
| NXOpen::CAM::CutPatternBuilder* NXOpen::CAM::Blade::CutPattern | ( | ) |
Returns the cut pattern builder
Created in NX7.0.0.
License requirements : None
| NXOpen::CAM::BladeEdge* NXOpen::CAM::Blade::LeadingEdge | ( | ) |
Returns the leading edge builder
Created in NX7.0.0.
License requirements : None
| void NXOpen::CAM::Blade::SetCutDirection | ( | NXOpen::CAM::CutDirection::Types | cutDirection | ) |
| NXOpen::CAM::BladeEdge* NXOpen::CAM::Blade::TrailingEdge | ( | ) |
Returns the trailing edge builder
Created in NX7.0.0.
License requirements : None