NX Open C++ Reference Guide
|
Represents a Mechatronics::SpeedControl builder. More...
Public Types | |
enum | AxisJointType { AxisJointTypeAngular, AxisJointTypeLinear } |
the Axis Joint types. More... | |
Public Member Functions | |
NXOpen::Mechatronics::SelectPhysicsJoint * | AxisJoint () |
Returns the joint select. | |
NXOpen::Mechatronics::SpeedControlBuilder::AxisJointType | AxisType () |
Returns the axis joint type. | |
void | SetAxisJoint (NXOpen::NXObject *axisJoint) |
Sets the joint. | |
void | SetAxisType (NXOpen::Mechatronics::SpeedControlBuilder::AxisJointType axisType) |
Sets the axis joint type. | |
NXOpen::Expression * | Speed () |
Returns the speed. |
Represents a Mechatronics::SpeedControl builder.
To create a new instance of this class, use Mechatronics::SpeedControlCollection::CreateSpeedControlBuilder
Created in NX7.5.1.
the Axis Joint types.
Returns the joint select.
This can be a HingeJoint , SlidingJoint and CylindricalJoint .
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
NXOpen::Mechatronics::SpeedControlBuilder::AxisJointType NXOpen::Mechatronics::SpeedControlBuilder::AxisType | ( | ) |
Returns the axis joint type.
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
void NXOpen::Mechatronics::SpeedControlBuilder::SetAxisJoint | ( | NXOpen::NXObject * | axisJoint | ) |
Sets the joint.
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
axisJoint | axis joint |
void NXOpen::Mechatronics::SpeedControlBuilder::SetAxisType | ( | NXOpen::Mechatronics::SpeedControlBuilder::AxisJointType | axisType | ) |
Sets the axis joint type.
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
axisType | axistype |
Returns the speed.
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")