NX Open C++ Reference Guide
|
Represents a Mechatronics::AngularLimitJoint builder. More...
Public Member Functions | |
NXOpen::Direction * | AttachmentVector () |
Returns the attachment vector. | |
NXOpen::Direction * | BaseVector () |
Returns the base vector. | |
NXOpen::Point * | FeedbackPoint () |
Returns the position of visual feedback point. | |
NXOpen::Expression * | MaximumPosition () |
Returns the maximum position: The maximum allowable angle, stops objects moving beyond this degree. | |
NXOpen::Expression * | MinimumPosition () |
Returns the minimum position: The minimum allowable angle, stops objects moving too close together. | |
void | SetAttachmentVector (NXOpen::Direction *attachmentVector) |
Sets the attachment vector. | |
void | SetBaseVector (NXOpen::Direction *baseVector) |
Sets the base vector. | |
void | SetFeedbackPoint (NXOpen::Point *feedback) |
Sets the position of visual feedback point. |
Represents a Mechatronics::AngularLimitJoint builder.
To create a new instance of this class, use Mechatronics::AngularLimitJointCollection::CreateAngularLimitJointBuilder
Created in NX7.5.1.
Returns the attachment vector.
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
Returns the base vector.
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
Returns the position of visual feedback point.
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
Returns the maximum position: The maximum allowable angle, stops objects moving beyond this degree.
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
Returns the minimum position: The minimum allowable angle, stops objects moving too close together.
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
void NXOpen::Mechatronics::AngularLimitJointBuilder::SetAttachmentVector | ( | NXOpen::Direction * | attachmentVector | ) |
Sets the attachment vector.
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
attachmentVector | attachmentvector |
void NXOpen::Mechatronics::AngularLimitJointBuilder::SetBaseVector | ( | NXOpen::Direction * | baseVector | ) |
Sets the base vector.
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
baseVector | basevector |
void NXOpen::Mechatronics::AngularLimitJointBuilder::SetFeedbackPoint | ( | NXOpen::Point * | feedback | ) |
Sets the position of visual feedback point.
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
feedback | feedback |