|
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. | |
| bool | EnableLimitForce () |
| Returns whether or not to enable the limit force. | |
| NXOpen::Expression * | ForwardForce () |
| Returns the forward force that speed control can apply. | |
| bool | LimitJerk () |
| Returns the limit jerk flag, which is used to control if the speed control includes jerk data. | |
| NXOpen::Expression * | MaxAcceleration () |
| Returns the max acceleration, which is used to set the maximum acceleration for speed control. | |
| NXOpen::Expression * | MaxJerk () |
| Returns the max jerk, which is used to set the maximum jerk for speed control. | |
| NXOpen::Expression * | ReverseForce () |
| Returns the min force that speed control can apply. | |
| void | SetAxisJoint (NXOpen::NXObject *axisJoint) |
| Sets the joint. | |
| void | SetAxisType (NXOpen::Mechatronics::SpeedControlBuilder::AxisJointType axisType) |
| Sets the axis joint type. | |
| void | SetEnableLimitForce (bool enable) |
| Sets whether or not to enable the limit force. | |
| void | SetLimitJerk (bool limitJerk) |
| Sets the limit jerk flag, which is used to control if the speed control includes jerk data. | |
| void | SetUseAcceleration (bool useAcceleration) |
| Sets the use acceleration flag, which is used to control if the speed control includes acceleration data. | |
| NXOpen::Expression * | Speed () |
| Returns the speed. | |
| bool | UseAcceleration () |
| Returns the use acceleration flag, which is used to control if the speed control includes acceleration data. | |
Public Member Functions inherited from NXOpen::Mechatronics::PhysicsConstraintBuilder | |
| NXString | Name () |
| Returns the name. | |
| void | SetName (const NXString &name) |
| Sets the name. | |
| void | SetName (const char *name) |
| Sets the name. | |
Public Member Functions inherited from NXOpen::Builder | |
| NXOpen::NXObject * | Commit () |
| Commits any edits that have been applied to the builder. | |
| void | Destroy () |
| Deletes the builder, and cleans up any objects created by the builder. | |
| std::vector< NXOpen::NXObject * > | GetCommittedObjects () |
| For builders that create more than one object, this method returns the objects that are created by commit. | |
| NXOpen::NXObject * | GetObject () |
| Returns the object currently being edited by this builder. | |
| void | ShowResults () |
| Updates the model to reflect the result of an edit to the model for all builders that support showing results. | |
| virtual bool | Validate () |
| Validate whether the inputs to the component are sufficient for commit to be called. | |
Public Member Functions inherited from NXOpen::TaggedObject | |
| tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
| tag_t | Tag () const |
| Returns the tag of this object. | |
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.
| NXOpen::Mechatronics::SelectPhysicsJoint* NXOpen::Mechatronics::SpeedControlBuilder::AxisJoint | ( | ) |
Returns the joint select.
This can be a HingeJoint , SlidingJoint and CylindricalJoint .
Created in NX7.5.1.
License requirements : None
| NXOpen::Mechatronics::SpeedControlBuilder::AxisJointType NXOpen::Mechatronics::SpeedControlBuilder::AxisType | ( | ) |
Returns the axis joint type.
Created in NX7.5.1.
License requirements : None
| bool NXOpen::Mechatronics::SpeedControlBuilder::EnableLimitForce | ( | ) |
Returns whether or not to enable the limit force.
Created in NX9.0.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
| NXOpen::Expression* NXOpen::Mechatronics::SpeedControlBuilder::ForwardForce | ( | ) |
Returns the forward force that speed control can apply.
Created in NX9.0.0.
License requirements : None
| bool NXOpen::Mechatronics::SpeedControlBuilder::LimitJerk | ( | ) |
Returns the limit jerk flag, which is used to control if the speed control includes jerk data.
Created in NX9.0.0.
License requirements : None
| NXOpen::Expression* NXOpen::Mechatronics::SpeedControlBuilder::MaxAcceleration | ( | ) |
Returns the max acceleration, which is used to set the maximum acceleration for speed control.
Created in NX9.0.0.
License requirements : None
| NXOpen::Expression* NXOpen::Mechatronics::SpeedControlBuilder::MaxJerk | ( | ) |
Returns the max jerk, which is used to set the maximum jerk for speed control.
Created in NX9.0.0.
License requirements : None
| NXOpen::Expression* NXOpen::Mechatronics::SpeedControlBuilder::ReverseForce | ( | ) |
Returns the min force that speed control can apply.
Created in NX9.0.0.
License requirements : None
| 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 |
| void NXOpen::Mechatronics::SpeedControlBuilder::SetEnableLimitForce | ( | bool | enable | ) |
Sets whether or not to enable the limit force.
Created in NX9.0.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
| enable | enable |
| void NXOpen::Mechatronics::SpeedControlBuilder::SetLimitJerk | ( | bool | limitJerk | ) |
Sets the limit jerk flag, which is used to control if the speed control includes jerk data.
Created in NX9.0.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
| limitJerk | limitjerk |
| void NXOpen::Mechatronics::SpeedControlBuilder::SetUseAcceleration | ( | bool | useAcceleration | ) |
Sets the use acceleration flag, which is used to control if the speed control includes acceleration data.
Created in NX9.0.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
| useAcceleration | useacceleration |
| NXOpen::Expression* NXOpen::Mechatronics::SpeedControlBuilder::Speed | ( | ) |
Returns the speed.
Created in NX7.5.1.
License requirements : None
| bool NXOpen::Mechatronics::SpeedControlBuilder::UseAcceleration | ( | ) |
Returns the use acceleration flag, which is used to control if the speed control includes acceleration data.
Created in NX9.0.0.
License requirements : None