NX Open C++ Reference Guide
Public Types | Public Member Functions | List of all members
NXOpen::Motion::BushingDefine Class Reference

Represents a Motion BushingDefine
Created in NX6.0.0. More...

Inheritance diagram for NXOpen::Motion::BushingDefine:
NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  OrientationTypes { OrientationTypesVector, OrientationTypesCsys }
 Defines the orientation type of bushing. More...
 

Public Member Functions

NXOpen::Motion::SelectLinkActionLink ()
 Returns the action link
Created in NX6.0.0. More...
 
NXOpen::PointActionPoint ()
 Returns the action point
Created in NX6.0.0. More...
 
NXOpen::CoordinateSystemCsys ()
 Returns the csys of bushing, the coordinate system of action and reaction are same each other
Created in NX6.0.0. More...
 
NXOpen::DirectionDirection ()
 Returns the direction
Created in NX6.0.0. More...
 
NXString Name ()
 Returns the name
Created in NX6.0.0. More...
 
NXOpen::NXMatrixOrientation ()
 Returns the matrix of bushing
Created in NX6.0.0. More...
 
NXOpen::Motion::BushingDefine::OrientationTypes OrientationType ()
 Returns the orientation type of bushing
Created in NX8.0.0. More...
 
NXOpen::Motion::SelectLinkReactionLink ()
 Returns the reaction link
Created in NX6.0.0. More...
 
NXOpen::PointReactionPoint ()
 Returns the reaction point
Created in NX6.0.0. More...
 
void SetActionPoint (NXOpen::Point *actionPoint)
 Sets the action point
Created in NX6.0.0. More...
 
void SetCsys (NXOpen::CoordinateSystem *csys)
 Sets the csys of bushing, the coordinate system of action and reaction are same each other
Created in NX6.0.0. More...
 
void SetDirection (NXOpen::Direction *direction)
 Sets the direction
Created in NX6.0.0. More...
 
void SetName (const NXString &name)
 Sets the name
Created in NX6.0.0. More...
 
void SetName (const char *name)
 Sets the name
Created in NX6.0.0. More...
 
void SetOrientation (NXOpen::NXMatrix *orientation)
 Sets the matrix of bushing
Created in NX6.0.0. More...
 
void SetOrientationType (NXOpen::Motion::BushingDefine::OrientationTypes orientationType)
 Sets the orientation type of bushing
Created in NX8.0.0. More...
 
void SetReactionPoint (NXOpen::Point *reactionPoint)
 Sets the reaction point
Created in NX6.0.0. 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 a Motion BushingDefine
Created in NX6.0.0.


Member Enumeration Documentation

Defines the orientation type of bushing.

Enumerator
OrientationTypesVector 

Vector orientation type.

OrientationTypesCsys 

CSYS orientation type.

Member Function Documentation

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

Returns the action link
Created in NX6.0.0.



License requirements : None

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

Returns the action point
Created in NX6.0.0.



License requirements : None

NXOpen::CoordinateSystem* NXOpen::Motion::BushingDefine::Csys ( )

Returns the csys of bushing, the coordinate system of action and reaction are same each other
Created in NX6.0.0.



License requirements : mechanisms ("MECHANISMS")

NXOpen::Direction* NXOpen::Motion::BushingDefine::Direction ( )

Returns the direction
Created in NX6.0.0.



License requirements : None

NXString NXOpen::Motion::BushingDefine::Name ( )

Returns the name
Created in NX6.0.0.



License requirements : None

NXOpen::NXMatrix* NXOpen::Motion::BushingDefine::Orientation ( )

Returns the matrix of bushing
Created in NX6.0.0.



License requirements : mechanisms ("MECHANISMS")

NXOpen::Motion::BushingDefine::OrientationTypes NXOpen::Motion::BushingDefine::OrientationType ( )

Returns the orientation type of bushing
Created in NX8.0.0.



License requirements : mechanisms ("MECHANISMS")

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

Returns the reaction link
Created in NX6.0.0.



License requirements : None

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

Returns the reaction point
Created in NX6.0.0.



License requirements : None

void NXOpen::Motion::BushingDefine::SetActionPoint ( NXOpen::Point actionPoint)

Sets the action point
Created in NX6.0.0.



License requirements : mechanisms ("MECHANISMS")

Parameters
actionPointactionpoint
void NXOpen::Motion::BushingDefine::SetCsys ( NXOpen::CoordinateSystem csys)

Sets the csys of bushing, the coordinate system of action and reaction are same each other
Created in NX6.0.0.



License requirements : mechanisms ("MECHANISMS")

Parameters
csyscsys
void NXOpen::Motion::BushingDefine::SetDirection ( NXOpen::Direction direction)

Sets the direction
Created in NX6.0.0.



License requirements : mechanisms ("MECHANISMS")

Parameters
directiondirection
void NXOpen::Motion::BushingDefine::SetName ( const NXString name)

Sets the name
Created in NX6.0.0.



License requirements : mechanisms ("MECHANISMS")

Parameters
namename
void NXOpen::Motion::BushingDefine::SetName ( const char *  name)

Sets the name
Created in NX6.0.0.



License requirements : mechanisms ("MECHANISMS")

Parameters
namename
void NXOpen::Motion::BushingDefine::SetOrientation ( NXOpen::NXMatrix orientation)

Sets the matrix of bushing
Created in NX6.0.0.



License requirements : mechanisms ("MECHANISMS")

Parameters
orientationorientation
void NXOpen::Motion::BushingDefine::SetOrientationType ( NXOpen::Motion::BushingDefine::OrientationTypes  orientationType)

Sets the orientation type of bushing
Created in NX8.0.0.



License requirements : mechanisms ("MECHANISMS")

Parameters
orientationTypeorientationtype
void NXOpen::Motion::BushingDefine::SetReactionPoint ( NXOpen::Point reactionPoint)

Sets the reaction point
Created in NX6.0.0.



License requirements : mechanisms ("MECHANISMS")

Parameters
reactionPointreactionpoint
virtual bool NXOpen::Motion::BushingDefine::Validate ( )
virtual

Validate whether the inputs to the component are sufficient for commit to be called.

If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven't set it. This method throws a not-yet-implemented NXException for some components.

Returns
Was self validation successful
Created in NX3.0.1.

License requirements : None

Implements NXOpen::GeometricUtilities::IComponentBuilder.


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