NX Open C++ Reference Guide
|
Represents a Motion BushingDefine
Created in NX6.0.0.
More...
Public Types | |
enum | OrientationTypes { OrientationTypesVector, OrientationTypesCsys } |
Defines the orientation type of bushing. More... | |
Public Member Functions | |
NXOpen::Motion::SelectLink * | ActionLink () |
Returns the action link Created in NX6.0.0. | |
NXOpen::Point * | ActionPoint () |
Returns the action point Created in NX6.0.0. | |
NXOpen::CoordinateSystem * | Csys () |
Returns the csys of bushing, the coordinate system of action and reaction are same each other Created in NX6.0.0. | |
NXOpen::Direction * | Direction () |
Returns the direction Created in NX6.0.0. | |
NXString | Name () |
Returns the name Created in NX6.0.0. | |
NXOpen::NXMatrix * | Orientation () |
Returns the matrix of bushing Created in NX6.0.0. | |
NXOpen::Motion::BushingDefine::OrientationTypes | OrientationType () |
Returns the orientation type of bushing Created in NX8.0.0. | |
NXOpen::Motion::SelectLink * | ReactionLink () |
Returns the reaction link Created in NX6.0.0. | |
NXOpen::Point * | ReactionPoint () |
Returns the reaction point Created in NX6.0.0. | |
void | SetActionPoint (NXOpen::Point *actionPoint) |
Sets the action point Created in NX6.0.0. | |
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. | |
void | SetDirection (NXOpen::Direction *direction) |
Sets the direction Created in NX6.0.0. | |
void | SetName (const NXString &name) |
Sets the name Created in NX6.0.0. | |
void | SetName (const char *name) |
Sets the name Created in NX6.0.0. | |
void | SetOrientation (NXOpen::NXMatrix *orientation) |
Sets the matrix of bushing Created in NX6.0.0. | |
void | SetOrientationType (NXOpen::Motion::BushingDefine::OrientationTypes orientationType) |
Sets the orientation type of bushing Created in NX8.0.0. | |
void | SetReactionPoint (NXOpen::Point *reactionPoint) |
Sets the reaction point Created in NX6.0.0. | |
virtual bool | Validate () |
Validate whether the inputs to the component are sufficient for commit to be called. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a Motion BushingDefine
Created in NX6.0.0.
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")
actionPoint | actionpoint |
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")
csys | csys |
void NXOpen::Motion::BushingDefine::SetDirection | ( | NXOpen::Direction * | direction | ) |
Sets the direction
Created in NX6.0.0.
License requirements : mechanisms ("MECHANISMS")
direction | direction |
void NXOpen::Motion::BushingDefine::SetName | ( | const NXString & | name | ) |
Sets the name
Created in NX6.0.0.
License requirements : mechanisms ("MECHANISMS")
name | name |
void NXOpen::Motion::BushingDefine::SetName | ( | const char * | name | ) |
Sets the name
Created in NX6.0.0.
License requirements : mechanisms ("MECHANISMS")
name | name |
void NXOpen::Motion::BushingDefine::SetOrientation | ( | NXOpen::NXMatrix * | orientation | ) |
Sets the matrix of bushing
Created in NX6.0.0.
License requirements : mechanisms ("MECHANISMS")
orientation | orientation |
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")
orientationType | orientationtype |
void NXOpen::Motion::BushingDefine::SetReactionPoint | ( | NXOpen::Point * | reactionPoint | ) |
Sets the reaction point
Created in NX6.0.0.
License requirements : mechanisms ("MECHANISMS")
reactionPoint | reactionpoint |
|
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.
Implements NXOpen::GeometricUtilities::IComponentBuilder.