NX Open C++ Reference Guide
|
Represents ConnectorBuilder
This is an abstract class, and cannot be created.
More...
Public Types | |
enum | AttachmentType { AttachmentTypeLink, AttachmentTypeSliderJoint, AttachmentTypeRevoluteJoint } |
Definitions of connector attachment type. More... | |
Public Member Functions | |
NXOpen::Motion::SelectLink * | ActionLink () |
Returns the action link. | |
NXOpen::Point * | ActionPoint () |
Returns the action point. | |
NXOpen::Motion::ConnectorBuilder::AttachmentType | Attachment () |
Returns the attachment type Created in NX6.0.0. | |
NXOpen::Motion::SelectJoint * | Joint () |
Returns the joint . | |
NXOpen::Motion::SelectLink * | ReactionLink () |
Returns the reaction link. | |
NXOpen::Point * | ReactionPoint () |
Returns the reaction point. | |
void | SetActionPoint (NXOpen::Point *actionPoint) |
Sets the action point. | |
void | SetAttachment (NXOpen::Motion::ConnectorBuilder::AttachmentType attachment) |
Sets the attachment type Created in NX6.0.0. | |
void | SetReactionPoint (NXOpen::Point *reactionPoint) |
Sets the reaction point. |
Represents ConnectorBuilder
This is an abstract class, and cannot be created.
Created in NX6.0.0.
Returns the action link.
Only valid if Motion::ConnectorBuilder::AttachmentTypeLink is set.
Created in NX6.0.0.
License requirements : None
Returns the action point.
Only valid if Motion::ConnectorBuilder::AttachmentTypeLink is set.
Created in NX6.0.0.
License requirements : None
Returns the attachment type
Created in NX6.0.0.
License requirements : None
Returns the joint .
Only valid if Motion::ConnectorBuilder::AttachmentTypeSliderJoint or Motion::ConnectorBuilder::AttachmentTypeRevoluteJoint is set.
Created in NX6.0.0.
License requirements : None
Returns the reaction link.
Only valid if Motion::ConnectorBuilder::AttachmentTypeLink is set.
Created in NX6.0.0.
License requirements : None
Returns the reaction point.
Only valid if Motion::ConnectorBuilder::AttachmentTypeLink is set.
Created in NX6.0.0.
License requirements : None
void NXOpen::Motion::ConnectorBuilder::SetActionPoint | ( | NXOpen::Point * | actionPoint | ) |
Sets the action point.
Only valid if Motion::ConnectorBuilder::AttachmentTypeLink is set.
Created in NX6.0.0.
License requirements : mechanisms ("MECHANISMS")
actionPoint | actionpoint |
void NXOpen::Motion::ConnectorBuilder::SetAttachment | ( | NXOpen::Motion::ConnectorBuilder::AttachmentType | attachment | ) |
Sets the attachment type
Created in NX6.0.0.
License requirements : mechanisms ("MECHANISMS")
attachment | attachment |
void NXOpen::Motion::ConnectorBuilder::SetReactionPoint | ( | NXOpen::Point * | reactionPoint | ) |
Sets the reaction point.
Only valid if Motion::ConnectorBuilder::AttachmentTypeLink is set.
Created in NX6.0.0.
License requirements : mechanisms ("MECHANISMS")
reactionPoint | reactionpoint |