NX Open C++ Reference Guide
Public Types | Public Member Functions
NXOpen::Motion::ConnectorBuilder Class Reference

Represents ConnectorBuilder
This is an abstract class, and cannot be created. More...

Inheritance diagram for NXOpen::Motion::ConnectorBuilder:
NXOpen::Motion::MotionBuilder NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder NXOpen::Motion::DamperBuilder NXOpen::Motion::SpringBuilder

List of all members.

Public Types

enum  AttachmentType { AttachmentTypeLink, AttachmentTypeSliderJoint, AttachmentTypeRevoluteJoint }
 Definitions of connector attachment type. More...

Public Member Functions

NXOpen::Motion::SelectLinkActionLink ()
 Returns the action link.
NXOpen::PointActionPoint ()
 Returns the action point.
NXOpen::Motion::ConnectorBuilder::AttachmentType Attachment ()
 Returns the attachment type
Created in NX6.0.0.
NXOpen::Motion::SelectJointJoint ()
 Returns the joint .
NXOpen::Motion::SelectLinkReactionLink ()
 Returns the reaction link.
NXOpen::PointReactionPoint ()
 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.

Detailed Description

Represents ConnectorBuilder
This is an abstract class, and cannot be created.



Created in NX6.0.0.


Member Enumeration Documentation

Definitions of connector attachment type.

Enumerator:
AttachmentTypeLink 

connector is attacted to links

AttachmentTypeSliderJoint 

connector is attacted to slider joint

AttachmentTypeRevoluteJoint 

connector is attacted to revolute joint


Member Function Documentation

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

Sets the action point.

Only valid if Motion::ConnectorBuilder::AttachmentTypeLink is set.
Created in NX6.0.0.

License requirements : mechanisms ("MECHANISMS")

Parameters:
actionPointactionpoint

Sets the attachment type
Created in NX6.0.0.



License requirements : mechanisms ("MECHANISMS")

Parameters:
attachmentattachment

Sets the reaction point.

Only valid if Motion::ConnectorBuilder::AttachmentTypeLink is set.
Created in NX6.0.0.

License requirements : mechanisms ("MECHANISMS")

Parameters:
reactionPointreactionpoint

The documentation for this class was generated from the following file:
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.