NX Open C++ Reference Guide
|
Represents a Mechatronics::LinearLimitJoint builder. More...
Public Member Functions | |
NXOpen::Point * | AttachmentPoint () |
Returns the attachment point. | |
NXOpen::Point * | BasePoint () |
Returns the base point. | |
NXOpen::Expression * | MaximumPosition () |
Returns the maximum position. | |
NXOpen::Expression * | MinimumPosition () |
Returns the minimum position. | |
void | SetAttachmentPoint (NXOpen::Point *attachmentPoint) |
Sets the attachment point. | |
void | SetBasePoint (NXOpen::Point *basePoint) |
Sets the base point. |
Represents a Mechatronics::LinearLimitJoint builder.
To create a new instance of this class, use Mechatronics::LinearLimitJointCollection::CreateLinearLimitJointBuilder
Created in NX7.5.1.
Returns the attachment point.
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
Returns the base point.
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
Returns the maximum position.
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
Returns the minimum position.
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
void NXOpen::Mechatronics::LinearLimitJointBuilder::SetAttachmentPoint | ( | NXOpen::Point * | attachmentPoint | ) |
Sets the attachment point.
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
attachmentPoint | attachmentpoint |
void NXOpen::Mechatronics::LinearLimitJointBuilder::SetBasePoint | ( | NXOpen::Point * | basePoint | ) |
Sets the base point.
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
basePoint | basepoint |