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

Represents a NXOpen::Motion::DriverMotionsData
Created in NX11.0.0. More...

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

Public Types

enum  DriverDataType { DriverDataTypeDisplacement, DriverDataTypeVelocity, DriverDataTypeAcceleration }
 Driver Data Type. More...
 
enum  DriverRotationType { DriverRotationTypeSuccessive, DriverRotationTypeFixed }
 Driver Rotation type. More...
 

Public Member Functions

NXOpen::Motion::DriverMotionsData::DriverDataType DataType ()
 Returns the driver data type
Created in NX11.0.0. More...
 
NXOpen::Motion::DriverMotionsData::DriverRotationType RotationType ()
 Returns the type of the rotations applied on the link
Created in NX11.0.0. More...
 
NXOpen::Motion::DriverOperationRotationX ()
 Returns the rotation around the x axis
Created in NX11.0.0. More...
 
NXOpen::Motion::DriverOperationRotationY ()
 Returns the rotation around the y axis
Created in NX11.0.0. More...
 
NXOpen::Motion::DriverOperationRotationZ ()
 Returns the rotation around the z axis
Created in NX11.0.0. More...
 
void SetDataType (NXOpen::Motion::DriverMotionsData::DriverDataType dataType)
 Sets the driver data type
Created in NX11.0.0. More...
 
void SetRotationType (NXOpen::Motion::DriverMotionsData::DriverRotationType rotationType)
 Sets the type of the rotations applied on the link
Created in NX11.0.0. More...
 
NXOpen::Motion::DriverOperationTranslationX ()
 Returns the translation on the x axis
Created in NX11.0.0. More...
 
NXOpen::Motion::DriverOperationTranslationY ()
 Returns the translation on the y axis
Created in NX11.0.0. More...
 
NXOpen::Motion::DriverOperationTranslationZ ()
 Returns the translation on the z axis
Created in NX11.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 NXOpen::Motion::DriverMotionsData
Created in NX11.0.0.


Member Enumeration Documentation

Driver Data Type.

Enumerator
DriverDataTypeDisplacement 

Displacement.

DriverDataTypeVelocity 

Velocity.

DriverDataTypeAcceleration 

Acceleration.

Driver Rotation type.

Enumerator
DriverRotationTypeSuccessive 

Rotations are applied to the rotated link (as defined by previous rotations)

DriverRotationTypeFixed 

Rotations are applied to the original position of the link.

Member Function Documentation

NXOpen::Motion::DriverMotionsData::DriverDataType NXOpen::Motion::DriverMotionsData::DataType ( )

Returns the driver data type
Created in NX11.0.0.



License requirements : mechanisms ("MECHANISMS")

NXOpen::Motion::DriverMotionsData::DriverRotationType NXOpen::Motion::DriverMotionsData::RotationType ( )

Returns the type of the rotations applied on the link
Created in NX11.0.0.



License requirements : mechanisms ("MECHANISMS")

NXOpen::Motion::DriverOperation* NXOpen::Motion::DriverMotionsData::RotationX ( )

Returns the rotation around the x axis
Created in NX11.0.0.



License requirements : mechanisms ("MECHANISMS")

NXOpen::Motion::DriverOperation* NXOpen::Motion::DriverMotionsData::RotationY ( )

Returns the rotation around the y axis
Created in NX11.0.0.



License requirements : mechanisms ("MECHANISMS")

NXOpen::Motion::DriverOperation* NXOpen::Motion::DriverMotionsData::RotationZ ( )

Returns the rotation around the z axis
Created in NX11.0.0.



License requirements : mechanisms ("MECHANISMS")

void NXOpen::Motion::DriverMotionsData::SetDataType ( NXOpen::Motion::DriverMotionsData::DriverDataType  dataType)

Sets the driver data type
Created in NX11.0.0.



License requirements : mechanisms ("MECHANISMS")

Parameters
dataTypedatatype
void NXOpen::Motion::DriverMotionsData::SetRotationType ( NXOpen::Motion::DriverMotionsData::DriverRotationType  rotationType)

Sets the type of the rotations applied on the link
Created in NX11.0.0.



License requirements : mechanisms ("MECHANISMS")

Parameters
rotationTyperotationtype
NXOpen::Motion::DriverOperation* NXOpen::Motion::DriverMotionsData::TranslationX ( )

Returns the translation on the x axis
Created in NX11.0.0.



License requirements : mechanisms ("MECHANISMS")

NXOpen::Motion::DriverOperation* NXOpen::Motion::DriverMotionsData::TranslationY ( )

Returns the translation on the y axis
Created in NX11.0.0.



License requirements : mechanisms ("MECHANISMS")

NXOpen::Motion::DriverOperation* NXOpen::Motion::DriverMotionsData::TranslationZ ( )

Returns the translation on the z axis
Created in NX11.0.0.



License requirements : mechanisms ("MECHANISMS")

virtual bool NXOpen::Motion::DriverMotionsData::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.