NX Open C++ Reference Guide
|
Represents a MultiBladeGeomBuilder Builder
To create a new instance of this class, use CAM::NCGroupCollection::CreateMultiBladeGeometryBuilder
Created in NX7.0.0.
More...
Public Types | |
enum | PartAxisOfRotationTypes { PartAxisOfRotationTypesZm, PartAxisOfRotationTypesSpecify } |
Available types for Part Axis of Rotation. More... | |
Public Member Functions | |
NXOpen::CAM::MultiBladeGeomBuilder::PartAxisOfRotationTypes | AxisOfRotation () |
Returns the axis of rotation mode Created in NX7.0.0. | |
NXOpen::CAM::InheritableIntBuilder * | NumberOfBlades () |
Returns the number of blades Created in NX7.5.0. | |
NXOpen::Point * | PartAxisPoint () |
Returns the part axis point Created in NX6.0.0. | |
NXOpen::SmartObject * | PartAxisVector () |
Returns the part axis vector Created in NX6.0.0. | |
void | SetAxisOfRotation (NXOpen::CAM::MultiBladeGeomBuilder::PartAxisOfRotationTypes axis) |
Sets the axis of rotation mode Created in NX7.0.0. | |
void | SetPartAxisPoint (NXOpen::Point *point) |
Sets the part axis point Created in NX6.0.0. | |
void | SetPartAxisVector (NXOpen::SmartObject *vector) |
Sets the part axis vector Created in NX6.0.0. |
Represents a MultiBladeGeomBuilder Builder
To create a new instance of this class, use CAM::NCGroupCollection::CreateMultiBladeGeometryBuilder
Created in NX7.0.0.
NXOpen::CAM::MultiBladeGeomBuilder::PartAxisOfRotationTypes NXOpen::CAM::MultiBladeGeomBuilder::AxisOfRotation | ( | ) |
Returns the axis of rotation mode
Created in NX7.0.0.
License requirements : None
Returns the number of blades
Created in NX7.5.0.
License requirements : None
Returns the part axis point
Created in NX6.0.0.
License requirements : None
Returns the part axis vector
Created in NX6.0.0.
License requirements : None
void NXOpen::CAM::MultiBladeGeomBuilder::SetAxisOfRotation | ( | NXOpen::CAM::MultiBladeGeomBuilder::PartAxisOfRotationTypes | axis | ) |
Sets the axis of rotation mode
Created in NX7.0.0.
License requirements : cam_base ("CAM BASE")
axis | the axis of rotation mode |
void NXOpen::CAM::MultiBladeGeomBuilder::SetPartAxisPoint | ( | NXOpen::Point * | point | ) |
Sets the part axis point
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
point | the part axis point |
void NXOpen::CAM::MultiBladeGeomBuilder::SetPartAxisVector | ( | NXOpen::SmartObject * | vector | ) |
Sets the part axis vector
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
vector | the part axis vector |