NX Open C++ Reference Guide
|
Represents a Mechatronics::Gear builder. More...
Public Types | |
enum | AxisJointType { AxisJointTypeLinear, AxisJointTypeAngular } |
the axis joint types. More... | |
Public Member Functions | |
NXOpen::Mechatronics::GearBuilder::AxisJointType | AxisType () |
Returns the axis joint type. | |
double | MasterMultiple () |
Returns the master multiple. | |
void | SetAxisType (NXOpen::Mechatronics::GearBuilder::AxisJointType axisType) |
Sets the axis joint type. | |
void | SetMasterMultiple (double masterMultiple) |
Sets the master multiple. | |
void | SetSlaveMultiple (double slaveMultiple) |
Sets the slave multiple. | |
double | SlaveMultiple () |
Returns the slave multiple. |
Represents a Mechatronics::Gear builder.
To create a new instance of this class, use Mechatronics::GearCollection::CreateGearBuilder
Created in NX7.5.1.
Returns the axis joint type.
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
Returns the master multiple.
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
void NXOpen::Mechatronics::GearBuilder::SetAxisType | ( | NXOpen::Mechatronics::GearBuilder::AxisJointType | axisType | ) |
Sets the axis joint type.
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
axisType | axistype |
void NXOpen::Mechatronics::GearBuilder::SetMasterMultiple | ( | double | masterMultiple | ) |
Sets the master multiple.
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
masterMultiple | mastermultiple |
void NXOpen::Mechatronics::GearBuilder::SetSlaveMultiple | ( | double | slaveMultiple | ) |
Sets the slave multiple.
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
slaveMultiple | slavemultiple |
Returns the slave multiple.
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")