NX Open C++ Reference Guide
|
Represents a Mechatronics::Cam builder. More...
Public Types | |
enum | AxisJointType { AxisJointTypeLinear, AxisJointTypeAngular } |
Represents the axis joint type. More... | |
Public Member Functions | |
NXOpen::Mechatronics::CamBuilder::AxisJointType | MasterAxisType () |
Returns the master axis type. | |
NXOpen::Expression * | MasterOffset () |
Returns the master offset. | |
NXOpen::Mechatronics::MotionProfile * | MotionProfile () |
Returns the motion profile. | |
void | SetMasterAxisType (NXOpen::Mechatronics::CamBuilder::AxisJointType masterAxisType) |
Sets the master axis type. | |
void | SetMotionProfile (NXOpen::Mechatronics::MotionProfile *profile) |
Sets the motion profile. | |
void | SetSlaveAxisType (NXOpen::Mechatronics::CamBuilder::AxisJointType slaveAxisType) |
Sets the slave axis type. | |
NXOpen::Mechatronics::CamBuilder::AxisJointType | SlaveAxisType () |
Returns the slave axis type. |
Represents a Mechatronics::Cam builder.
To create a new instance of this class, use Mechatronics::CamCollection::CreateCamBuilder
Created in NX7.5.1.
NXOpen::Mechatronics::CamBuilder::AxisJointType NXOpen::Mechatronics::CamBuilder::MasterAxisType | ( | ) |
Returns the master axis type.
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
Returns the master offset.
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
Returns the motion profile.
This can be MotionProfile .
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
void NXOpen::Mechatronics::CamBuilder::SetMasterAxisType | ( | NXOpen::Mechatronics::CamBuilder::AxisJointType | masterAxisType | ) |
Sets the master axis type.
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
masterAxisType | masteraxistype |
void NXOpen::Mechatronics::CamBuilder::SetMotionProfile | ( | NXOpen::Mechatronics::MotionProfile * | profile | ) |
Sets the motion profile.
This can be MotionProfile .
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
profile | profile |
void NXOpen::Mechatronics::CamBuilder::SetSlaveAxisType | ( | NXOpen::Mechatronics::CamBuilder::AxisJointType | slaveAxisType | ) |
Sets the slave axis type.
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
slaveAxisType | slaveaxistype |
Returns the slave axis type.
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")