NX Open C++ Reference Guide
|
Represents head orientation settings for laser sub move
Created in NX9.0.0.
More...
Public Types | |
enum | Types { TypesNoChange, TypesMcsZy, TypesSpecify, TypesDynamic, TypesNormalToPart } |
the Head Orientation Type enum Created in NX9.0.0. More... | |
Public Member Functions | |
NXOpen::CartesianCoordinateSystem * | Csys () |
Returns the Head Orientation Created in NX9.0.0. | |
NXOpen::CAM::LaserHeadOrientation::Types | OrientationType () |
Returns the Head Orientation Type Created in NX9.0.0. | |
void | SetCsys (NXOpen::CartesianCoordinateSystem *mcs) |
Sets the Head Orientation Created in NX9.0.0. | |
void | SetOrientationType (NXOpen::CAM::LaserHeadOrientation::Types type) |
Sets the Head Orientation Type 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 head orientation settings for laser sub move
Created in NX9.0.0.
the Head Orientation Type enum
Created in NX9.0.0.
TypesNoChange |
No Change. |
TypesMcsZy |
MCS Z/Y. |
TypesSpecify |
Specify. |
TypesDynamic |
Dynamic. |
TypesNormalToPart |
Normal to Part. |
NXOpen::CartesianCoordinateSystem* NXOpen::CAM::LaserHeadOrientation::Csys | ( | ) |
Returns the Head Orientation
Created in NX9.0.0.
License requirements : None
NXOpen::CAM::LaserHeadOrientation::Types NXOpen::CAM::LaserHeadOrientation::OrientationType | ( | ) |
Returns the Head Orientation Type
Created in NX9.0.0.
License requirements : None
void NXOpen::CAM::LaserHeadOrientation::SetCsys | ( | NXOpen::CartesianCoordinateSystem * | mcs | ) |
Sets the Head Orientation
Created in NX9.0.0.
License requirements : cam_base ("CAM BASE")
mcs | the head orientation |
void NXOpen::CAM::LaserHeadOrientation::SetOrientationType | ( | NXOpen::CAM::LaserHeadOrientation::Types | type | ) |
Sets the Head Orientation Type
Created in NX9.0.0.
License requirements : cam_base ("CAM BASE")
type | the head orientation type |