|
NX Open C++ Reference Guide
|
Represents a collection of Axis . More...
Classes | |
| class | iterator |
| Iterator for accessing the contents of the collection. More... | |
Public Member Functions | |
| iterator | begin () |
| Returns an iterator addressing the first element. | |
| NXOpen::Axis * | CreateAxis (NXOpen::Point *point, NXOpen::Direction *direction, NXOpen::SmartObject::UpdateOption update) |
| Creates an Axis from a Point and Direction . | |
| NXOpen::Axis * | CreateAxis (const NXOpen::Point3d &point, const NXOpen::Vector3d &direction, NXOpen::SmartObject::UpdateOption update) |
| Create a non-associative axis. | |
| NXOpen::Axis * | CreateAxis (NXOpen::Axis *axis, NXOpen::Xform *xform, NXOpen::SmartObject::UpdateOption update) |
| Creates a Axis using an extract Axis with optional Xform . | |
| iterator | end () |
| Returns an iterator addressing one past the last element. | |
| tag_t | Tag () const |
| Returns the tag of this object. | |
Represents a collection of Axis .
To obtain an instance of this class, refer to BasePart
Created in NX3.0.1.
| iterator NXOpen::AxisCollection::begin | ( | ) |
Returns an iterator addressing the first element.
| NXOpen::Axis* NXOpen::AxisCollection::CreateAxis | ( | NXOpen::Point * | point, |
| NXOpen::Direction * | direction, | ||
| NXOpen::SmartObject::UpdateOption | update | ||
| ) |
Creates an Axis from a Point and Direction .
| point | The point that defines the axis |
| direction | The vector that defines the axis |
| update | SmartObject::UpdateOptionWithinModeling is the only valid option at this time. This can only be used by feature update in modeling. |
| NXOpen::Axis* NXOpen::AxisCollection::CreateAxis | ( | const NXOpen::Point3d & | point, |
| const NXOpen::Vector3d & | direction, | ||
| NXOpen::SmartObject::UpdateOption | update | ||
| ) |
Create a non-associative axis.
| point | The point that defines the axis |
| direction | The vector that defines the axis |
| update | SmartObject::UpdateOptionWithinModeling is the only valid option at this time. This can only be used by feature update in modeling. |
| NXOpen::Axis* NXOpen::AxisCollection::CreateAxis | ( | NXOpen::Axis * | axis, |
| NXOpen::Xform * | xform, | ||
| NXOpen::SmartObject::UpdateOption | update | ||
| ) |
| iterator NXOpen::AxisCollection::end | ( | ) |
Returns an iterator addressing one past the last element.
| tag_t NXOpen::AxisCollection::Tag | ( | ) | const |
Returns the tag of this object.