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  AngleCalculationOption { AngleCalculationOptionLargeAngle, AngleCalculationOptionSmallAngle }
 Defines the Angle Calculation option. More...
 
enum  ForceCalculationOption { ForceCalculationOptionAbc, ForceCalculationOptionStandard, ForceCalculationOptionBab }
 Defines the Force Calculation option. More...
 
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::ExpressionActionOffsetX ()
 Returns the offset to be applied on X Axis, if Action Offset is used
Created in NX12.0.0. More...
 
NXOpen::ExpressionActionOffsetY ()
 Returns the offset to be applied on Y Axis, if Action Offset is used
Created in NX12.0.0. More...
 
NXOpen::ExpressionActionOffsetZ ()
 Returns the offset to be applied on Z Axis, if Action Offset is used
Created in NX12.0.0. More...
 
NXOpen::PointActionPoint ()
 Returns the action point
Created in NX6.0.0. More...
 
NXOpen::Motion::BushingDefine::AngleCalculationOption AngleCalculation ()
 Returns the angle calculation option
Created in NX12.0.0. More...
 
bool ApplyActionOffset ()
 Returns the flag to specify whether Action Offset should be applied
Created in NX12.0.0. More...
 
bool ApplyBaseOffset ()
 Returns the flag to specify whether Base Offset should be applied
Created in NX12.0.0. More...
 
NXOpen::ExpressionBaseOffsetX ()
 Returns the offset to be applied on X Axis, if Base Offset is used
Created in NX12.0.0. More...
 
NXOpen::ExpressionBaseOffsetY ()
 Returns the offset to be applied on Y Axis, if Base Offset is used
Created in NX12.0.0. More...
 
NXOpen::ExpressionBaseOffsetZ ()
 Returns the offset to be applied on Z Axis, if Base Offset is used
Created in NX12.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...
 
bool Dipole ()
 Returns the dipole option
Created in NX12.0.0. More...
 
NXOpen::DirectionDirection ()
 Returns the direction
Created in NX6.0.0. More...
 
NXOpen::Motion::BushingDefine::ForceCalculationOption ForceCalculation ()
 Returns the force calculation option
Created in NX12.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 SetAngleCalculation (NXOpen::Motion::BushingDefine::AngleCalculationOption opt)
 Sets the angle calculation option
Created in NX12.0.0. More...
 
void SetApplyActionOffset (bool apply)
 Sets the flag to specify whether Action Offset should be applied
Created in NX12.0.0. More...
 
void SetApplyBaseOffset (bool apply)
 Sets the flag to specify whether Base Offset should be applied
Created in NX12.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 SetDipole (bool opt)
 Sets the dipole option
Created in NX12.0.0. More...
 
void SetDirection (NXOpen::Direction *direction)
 Sets the direction
Created in NX6.0.0. More...
 
void SetForceCalculation (NXOpen::Motion::BushingDefine::ForceCalculationOption opt)
 Sets the force calculation option
Created in NX12.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 Angle Calculation option.

Enumerator
AngleCalculationOptionLargeAngle 

Large Angle.

AngleCalculationOptionSmallAngle 

Small Angle.

Defines the Force Calculation option.

Enumerator
ForceCalculationOptionAbc 

ABC.

ForceCalculationOptionStandard 

Standard.

ForceCalculationOptionBab 

BAB.

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::Expression* NXOpen::Motion::BushingDefine::ActionOffsetX ( )

Returns the offset to be applied on X Axis, if Action Offset is used
Created in NX12.0.0.



License requirements : mechanisms ("MECHANISMS")

NXOpen::Expression* NXOpen::Motion::BushingDefine::ActionOffsetY ( )

Returns the offset to be applied on Y Axis, if Action Offset is used
Created in NX12.0.0.



License requirements : mechanisms ("MECHANISMS")

NXOpen::Expression* NXOpen::Motion::BushingDefine::ActionOffsetZ ( )

Returns the offset to be applied on Z Axis, if Action Offset is used
Created in NX12.0.0.



License requirements : mechanisms ("MECHANISMS")

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

Returns the action point
Created in NX6.0.0.



License requirements : None

NXOpen::Motion::BushingDefine::AngleCalculationOption NXOpen::Motion::BushingDefine::AngleCalculation ( )

Returns the angle calculation option
Created in NX12.0.0.



License requirements : mechanisms ("MECHANISMS")

bool NXOpen::Motion::BushingDefine::ApplyActionOffset ( )

Returns the flag to specify whether Action Offset should be applied
Created in NX12.0.0.



License requirements : mechanisms ("MECHANISMS")

bool NXOpen::Motion::BushingDefine::ApplyBaseOffset ( )

Returns the flag to specify whether Base Offset should be applied
Created in NX12.0.0.



License requirements : mechanisms ("MECHANISMS")

NXOpen::Expression* NXOpen::Motion::BushingDefine::BaseOffsetX ( )

Returns the offset to be applied on X Axis, if Base Offset is used
Created in NX12.0.0.



License requirements : mechanisms ("MECHANISMS")

NXOpen::Expression* NXOpen::Motion::BushingDefine::BaseOffsetY ( )

Returns the offset to be applied on Y Axis, if Base Offset is used
Created in NX12.0.0.



License requirements : mechanisms ("MECHANISMS")

NXOpen::Expression* NXOpen::Motion::BushingDefine::BaseOffsetZ ( )

Returns the offset to be applied on Z Axis, if Base Offset is used
Created in NX12.0.0.



License requirements : mechanisms ("MECHANISMS")

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

bool NXOpen::Motion::BushingDefine::Dipole ( )

Returns the dipole option
Created in NX12.0.0.



License requirements : mechanisms ("MECHANISMS")

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

Returns the direction
Created in NX6.0.0.



License requirements : None

NXOpen::Motion::BushingDefine::ForceCalculationOption NXOpen::Motion::BushingDefine::ForceCalculation ( )

Returns the force calculation option
Created in NX12.0.0.



License requirements : mechanisms ("MECHANISMS")

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::SetAngleCalculation ( NXOpen::Motion::BushingDefine::AngleCalculationOption  opt)

Sets the angle calculation option
Created in NX12.0.0.



License requirements : mechanisms ("MECHANISMS")

Parameters
optopt
void NXOpen::Motion::BushingDefine::SetApplyActionOffset ( bool  apply)

Sets the flag to specify whether Action Offset should be applied
Created in NX12.0.0.



License requirements : mechanisms ("MECHANISMS")

Parameters
applyapply
void NXOpen::Motion::BushingDefine::SetApplyBaseOffset ( bool  apply)

Sets the flag to specify whether Base Offset should be applied
Created in NX12.0.0.



License requirements : mechanisms ("MECHANISMS")

Parameters
applyapply
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::SetDipole ( bool  opt)

Sets the dipole option
Created in NX12.0.0.



License requirements : mechanisms ("MECHANISMS")

Parameters
optopt
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::SetForceCalculation ( NXOpen::Motion::BushingDefine::ForceCalculationOption  opt)

Sets the force calculation option
Created in NX12.0.0.



License requirements : mechanisms ("MECHANISMS")

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