|
NX Open C++ Reference Guide
|
Represents piercing point settings for laser move
Created in NX9.0.0.
More...
Public Types | |
| enum | Types { TypesNone, TypesSpecify } |
| the Piercing Point enum Created in NX9.0.0. More... | |
Public Member Functions | |
| NXOpen::Point * | Point () |
| Returns the Piercing Point Created in NX9.0.0. | |
| NXOpen::CAM::LaserPiercingPoint::Types | PointType () |
| Returns the Piercing Point Type Created in NX9.0.0. | |
| void | SetPoint (NXOpen::Point *newValue) |
| Sets the Piercing Point Created in NX9.0.0. | |
| void | SetPointType (NXOpen::CAM::LaserPiercingPoint::Types type) |
| Sets the Piercing Point Type Created in NX9.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 piercing point settings for laser move
Created in NX9.0.0.
| NXOpen::Point* NXOpen::CAM::LaserPiercingPoint::Point | ( | ) |
Returns the Piercing Point
Created in NX9.0.0.
License requirements : None
| NXOpen::CAM::LaserPiercingPoint::Types NXOpen::CAM::LaserPiercingPoint::PointType | ( | ) |
Returns the Piercing Point Type
Created in NX9.0.0.
License requirements : None
| void NXOpen::CAM::LaserPiercingPoint::SetPoint | ( | NXOpen::Point * | newValue | ) |
Sets the Piercing Point
Created in NX9.0.0.
License requirements : cam_base ("CAM BASE")
| newValue | the piercing point |
| void NXOpen::CAM::LaserPiercingPoint::SetPointType | ( | NXOpen::CAM::LaserPiercingPoint::Types | type | ) |
Sets the Piercing Point Type
Created in NX9.0.0.
License requirements : cam_base ("CAM BASE")
| type | the piercing point type |