NX Open C++ Reference Guide
Public Types | Public Member Functions | List of all members
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

Public Types

enum  ApplicationDirection { ApplicationDirectionBidirectional, ApplicationDirectionTensionOnly, ApplicationDirectionCompressionOnly }
 Definitions of application direction. More...
 
enum  AttachmentType { AttachmentTypeLink, AttachmentTypeSliderJoint, AttachmentTypeRevoluteJoint }
 Definitions of connector attachment type. More...
 

Public Member Functions

NXOpen::Motion::SelectLinkActionLink ()
 Returns the action link. More...
 
NXOpen::PointActionPoint ()
 Returns the action point. More...
 
NXOpen::Motion::ConnectorBuilder::AttachmentType Attachment ()
 Returns the attachment type
Created in NX6.0.0. More...
 
NXOpen::Motion::SelectJointJoint ()
 Returns the joint . More...
 
NXOpen::Motion::SelectLinkReactionLink ()
 Returns the reaction link. More...
 
NXOpen::PointReactionPoint ()
 Returns the reaction point. More...
 
void SetActionPoint (NXOpen::Point *actionPoint)
 Sets the action point. More...
 
void SetAttachment (NXOpen::Motion::ConnectorBuilder::AttachmentType attachment)
 Sets the attachment type
Created in NX6.0.0. More...
 
void SetReactionPoint (NXOpen::Point *reactionPoint)
 Sets the reaction point. More...
 
- Public Member Functions inherited from NXOpen::Motion::MotionBuilder
double DisplayScale ()
 Returns the icon display scale
Created in NX5.0.0. More...
 
NXString GroupName ()
 Returns the group name
Created in NX5.0.0. More...
 
NXOpen::Motion::MotionObject::GroupType GroupType ()
 Returns the group type
Created in NX5.0.0. More...
 
void SetDisplayScale (double displayScale)
 Sets the icon display scale
Created in NX5.0.0. More...
 
void SetGroupName (const NXString &groupName)
 Sets the group name
Created in NX5.0.0. More...
 
void SetGroupName (const char *groupName)
 Sets the group name
Created in NX5.0.0. More...
 
void SetGroupType (NXOpen::Motion::MotionObject::GroupType groupType)
 Sets the group type
Created in NX5.0.0. More...
 
- Public Member Functions inherited from NXOpen::Builder
NXOpen::NXObjectCommit ()
 Commits any edits that have been applied to the builder. More...
 
void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
std::vector< NXOpen::NXObject * > GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
NXOpen::NXObjectGetObject ()
 Returns the object currently being edited by this builder. More...
 
void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

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



Created in NX6.0.0.

Member Enumeration Documentation

Definitions of application direction.

Enumerator
ApplicationDirectionBidirectional 

Aplication direction: Bidirectional.

ApplicationDirectionTensionOnly 

Aplication direction: Tension Only.

ApplicationDirectionCompressionOnly 

Aplication direction: Compression Only.

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

NXOpen::Motion::SelectLink* NXOpen::Motion::ConnectorBuilder::ActionLink ( )

Returns the action link.

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

License requirements : None

NXOpen::Point* NXOpen::Motion::ConnectorBuilder::ActionPoint ( )

Returns the action point.

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

License requirements : None

NXOpen::Motion::ConnectorBuilder::AttachmentType NXOpen::Motion::ConnectorBuilder::Attachment ( )

Returns the attachment type
Created in NX6.0.0.



License requirements : None

NXOpen::Motion::SelectJoint* NXOpen::Motion::ConnectorBuilder::Joint ( )

Returns the joint .

Only valid if Motion::ConnectorBuilder::AttachmentTypeSliderJoint or Motion::ConnectorBuilder::AttachmentTypeRevoluteJoint is set.
Created in NX6.0.0.

License requirements : None

NXOpen::Motion::SelectLink* NXOpen::Motion::ConnectorBuilder::ReactionLink ( )

Returns the reaction link.

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

License requirements : None

NXOpen::Point* NXOpen::Motion::ConnectorBuilder::ReactionPoint ( )

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")

Parameters
actionPointactionpoint
void NXOpen::Motion::ConnectorBuilder::SetAttachment ( NXOpen::Motion::ConnectorBuilder::AttachmentType  attachment)

Sets the attachment type
Created in NX6.0.0.



License requirements : mechanisms ("MECHANISMS")

Parameters
attachmentattachment
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")

Parameters
reactionPointreactionpoint

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