|
NX Open C++ Reference Guide
|
Represents a boundary cut angle ci Builder
Created in NX6.0.0.
More...
Public Types | |
| enum | Types { TypesAuto, TypesSpecify, TypesLongestLine, TypesVector, TypesTwoWayVector } |
| Available types for cut angle type in boundary cut angle customizable item. More... | |
Public Member Functions | |
| void | SetType (NXOpen::CAM::CutAngle::Types cutAngType) |
| Sets the cut angle type Created in NX6.0.0. | |
| void | SetValue (double cutAng) |
| Sets the cut angle value Created in NX6.0.0. | |
| void | SetVector (NXOpen::Direction *vector) |
| Sets the single cut vector and two way vector Created in NX7.5.0. | |
| NXOpen::CAM::CutAngle::Types | Type () |
| Returns the cut angle type Created in NX6.0.0. | |
| double | Value () |
| Returns the cut angle value Created in NX6.0.0. | |
| NXOpen::Direction * | Vector () |
| Returns the single cut vector and two way vector Created in NX7.5.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 boundary cut angle ci Builder
Created in NX6.0.0.
Available types for cut angle type in boundary cut angle customizable item.
| TypesAuto |
Automatic. |
| TypesSpecify |
User Defined. |
| TypesLongestLine |
Longest Line. |
| TypesVector |
Vector. |
| TypesTwoWayVector |
Two Way Vector. |
| void NXOpen::CAM::CutAngle::SetType | ( | NXOpen::CAM::CutAngle::Types | cutAngType | ) |
Sets the cut angle type
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
| cutAngType | the Cut Angle Type |
| void NXOpen::CAM::CutAngle::SetValue | ( | double | cutAng | ) |
Sets the cut angle value
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
| cutAng | the Cut Angle Value |
| void NXOpen::CAM::CutAngle::SetVector | ( | NXOpen::Direction * | vector | ) |
Sets the single cut vector and two way vector
Created in NX7.5.0.
License requirements : cam_base ("CAM BASE")
| vector | the Cut Vector |
| NXOpen::CAM::CutAngle::Types NXOpen::CAM::CutAngle::Type | ( | ) |
Returns the cut angle type
Created in NX6.0.0.
License requirements : None
| double NXOpen::CAM::CutAngle::Value | ( | ) |
Returns the cut angle value
Created in NX6.0.0.
License requirements : None
| NXOpen::Direction* NXOpen::CAM::CutAngle::Vector | ( | ) |
Returns the single cut vector and two way vector
Created in NX7.5.0.
License requirements : None