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

Represents a NXOpen::AnimationDesigner::SpeedMotorBuilder . More...

Inheritance diagram for NXOpen::AnimationDesigner::SpeedMotorBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  Axis { AxisAngular, AxisLinear, AxisMixed }
 the axis types. More...
 

Public Member Functions

NXOpen::SelectNXObjectAxisJoint ()
 Returns the joint select. More...
 
NXOpen::AnimationDesigner::SpeedMotorBuilder::Axis AxisType ()
 Returns the axis type. More...
 
void EditStartTime (double deltaStart)
 Sets the start time value. More...
 
NXOpen::ExpressionMaxAcceleration ()
 Returns the max acceleration. More...
 
NXString Name ()
 Returns the name. More...
 
void SetAxisType (NXOpen::AnimationDesigner::SpeedMotorBuilder::Axis axisType)
 Sets the axis type. More...
 
void SetName (const NXString &name)
 Sets the name. More...
 
void SetName (const char *name)
 Sets the name. More...
 
void SetUseAcceleration (bool useAcceleration)
 Sets the limit acceleration. More...
 
NXOpen::ExpressionSpeed ()
 Returns the speed. More...
 
NXOpen::ExpressionStartTime ()
 Returns the start time. More...
 
bool UseAcceleration ()
 Returns the limit acceleration. More...
 
- Public Member Functions inherited from NXOpen::Builder
NXOpen::NXObjectCommit ()
 Commits any edits that have been applied to the builder. More...
 
void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
std::vector< NXOpen::NXObject * > GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
NXOpen::NXObjectGetObject ()
 Returns the object currently being edited by this builder. More...
 
void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. 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::AnimationDesigner::SpeedMotorBuilder .


To create a new instance of this class, use NXOpen::AnimationDesigner::SpeedMotorCollection::CreateSpeedMotorBuilder

Created in NX12.0.0.

Member Enumeration Documentation

the axis types.

Enumerator
AxisAngular 

Angular.

AxisLinear 

Linear.

AxisMixed 

Mix angular and linear.

Member Function Documentation

NXOpen::SelectNXObject* NXOpen::AnimationDesigner::SpeedMotorBuilder::AxisJoint ( )

Returns the joint select.

This can be a NXOpen::AnimationDesigner::RevoluteJoint .
Created in NX12.0.0.

License requirements : nx_animationdesigner (" NX Animation Designer")

NXOpen::AnimationDesigner::SpeedMotorBuilder::Axis NXOpen::AnimationDesigner::SpeedMotorBuilder::AxisType ( )

Returns the axis type.


Created in NX12.0.0.

License requirements : nx_animationdesigner (" NX Animation Designer")

void NXOpen::AnimationDesigner::SpeedMotorBuilder::EditStartTime ( double  deltaStart)

Sets the start time value.


Created in NX12.0.0.

License requirements : nx_animationdesigner (" NX Animation Designer")

Parameters
deltaStartdeltastart
NXOpen::Expression* NXOpen::AnimationDesigner::SpeedMotorBuilder::MaxAcceleration ( )

Returns the max acceleration.


Created in NX12.0.0.

License requirements : nx_animationdesigner (" NX Animation Designer")

NXString NXOpen::AnimationDesigner::SpeedMotorBuilder::Name ( )

Returns the name.


Created in NX12.0.0.

License requirements : nx_animationdesigner (" NX Animation Designer")

void NXOpen::AnimationDesigner::SpeedMotorBuilder::SetAxisType ( NXOpen::AnimationDesigner::SpeedMotorBuilder::Axis  axisType)

Sets the axis type.


Created in NX12.0.0.

License requirements : nx_animationdesigner (" NX Animation Designer")

Parameters
axisTypeaxistype
void NXOpen::AnimationDesigner::SpeedMotorBuilder::SetName ( const NXString name)

Sets the name.


Created in NX12.0.0.

License requirements : nx_animationdesigner (" NX Animation Designer")

Parameters
namename
void NXOpen::AnimationDesigner::SpeedMotorBuilder::SetName ( const char *  name)

Sets the name.


Created in NX12.0.0.

License requirements : nx_animationdesigner (" NX Animation Designer")

Parameters
namename
void NXOpen::AnimationDesigner::SpeedMotorBuilder::SetUseAcceleration ( bool  useAcceleration)

Sets the limit acceleration.


Created in NX12.0.0.

License requirements : nx_animationdesigner (" NX Animation Designer")

Parameters
useAccelerationuseacceleration
NXOpen::Expression* NXOpen::AnimationDesigner::SpeedMotorBuilder::Speed ( )

Returns the speed.


Created in NX12.0.0.

License requirements : nx_animationdesigner (" NX Animation Designer")

NXOpen::Expression* NXOpen::AnimationDesigner::SpeedMotorBuilder::StartTime ( )

Returns the start time.


Created in NX12.0.0.

License requirements : nx_animationdesigner (" NX Animation Designer")

bool NXOpen::AnimationDesigner::SpeedMotorBuilder::UseAcceleration ( )

Returns the limit acceleration.


Created in NX12.0.0.

License requirements : nx_animationdesigner (" NX Animation Designer")


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