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

List of all members.

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.
NXOpen::PointActionPoint ()
 Returns the action point
Created in NX6.0.0.
NXOpen::CoordinateSystemCsys ()
 Returns the csys of bushing, the coordinate system of action and reaction are same each other
Created in NX6.0.0.
NXOpen::DirectionDirection ()
 Returns the direction
Created in NX6.0.0.
NXString Name ()
 Returns the name
Created in NX6.0.0.
NXOpen::NXMatrixOrientation ()
 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::SelectLinkReactionLink ()
 Returns the reaction link
Created in NX6.0.0.
NXOpen::PointReactionPoint ()
 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 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.

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

Returns the action link
Created in NX6.0.0.



License requirements : None

Returns the action point
Created in NX6.0.0.



License requirements : None

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

Returns the direction
Created in NX6.0.0.



License requirements : None

Returns the name
Created in NX6.0.0.



License requirements : None

Returns the matrix of bushing
Created in NX6.0.0.



License requirements : mechanisms ("MECHANISMS")

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



License requirements : mechanisms ("MECHANISMS")

Returns the reaction link
Created in NX6.0.0.



License requirements : None

Returns the reaction point
Created in NX6.0.0.



License requirements : None

Sets the action point
Created in NX6.0.0.



License requirements : mechanisms ("MECHANISMS")

Parameters:
actionPointactionpoint

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

Sets the direction
Created in NX6.0.0.



License requirements : mechanisms ("MECHANISMS")

Parameters:
directiondirection

Sets the name
Created in NX6.0.0.



License requirements : mechanisms ("MECHANISMS")

Parameters:
namename

Sets the matrix of bushing
Created in NX6.0.0.



License requirements : mechanisms ("MECHANISMS")

Parameters:
orientationorientation

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



License requirements : mechanisms ("MECHANISMS")

Parameters:
orientationTypeorientationtype

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 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.