NX Open C++ Reference Guide
|
Represents a smart xform
To create a new instance of this class, use XformCollection::CreateXform
Created in NX3.0.0.
More...
Public Member Functions | |
NXOpen::Matrix3x3 | Orientation () |
Returns the orientation Created in NX3.0.0. | |
NXOpen::Point3d | Origin () |
Returns the coordinates of the origin Created in NX3.0.0. | |
double | Scale () |
Returns the scale Created in NX5.0.1. | |
void | SetOrientation (const NXOpen::Matrix3x3 &orientation) |
Sets the orientation Created in NX5.0.1. | |
void | SetOrigin (const NXOpen::Point3d &origin) |
Sets the coordinates of the origin Created in NX5.0.1. | |
void | SetScale (double scale) |
Sets the scale Created in NX5.0.1. |
Represents a smart xform
To create a new instance of this class, use XformCollection::CreateXform
Created in NX3.0.0.
Returns the orientation
Created in NX3.0.0.
License requirements : None
Returns the coordinates of the origin
Created in NX3.0.0.
License requirements : None
double NXOpen::Xform::Scale | ( | ) |
Returns the scale
Created in NX5.0.1.
License requirements : None
void NXOpen::Xform::SetOrientation | ( | const NXOpen::Matrix3x3 & | orientation | ) |
Sets the orientation
Created in NX5.0.1.
License requirements : None
orientation | orientation |
void NXOpen::Xform::SetOrigin | ( | const NXOpen::Point3d & | origin | ) |
Sets the coordinates of the origin
Created in NX5.0.1.
License requirements : None
origin | origin |
void NXOpen::Xform::SetScale | ( | double | scale | ) |
Sets the scale
Created in NX5.0.1.
License requirements : None
scale | scale |