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

Represents a NXOpen::AnimationDesigner::SliderJointBuilder . More...

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

Public Member Functions

NXOpen::SelectNXObjectListAttachmentList ()
 Returns the attachment list for a Slider Joint. More...
 
NXOpen::SelectNXObjectListBaseList ()
 Returns the base list for a Slider Joint. More...
 
bool EnableLowerLimit ()
 Returns the lower limit option. More...
 
bool EnableUpperLimit ()
 Returns the upper limit option. More...
 
NXOpen::ExpressionLowerLimit ()
 Returns the lower limit. More...
 
NXString Name ()
 Returns the name. More...
 
void SetEnableLowerLimit (bool enable)
 Sets the lower limit option. More...
 
void SetEnableUpperLimit (bool enable)
 Sets the upper limit option. More...
 
void SetName (const NXString &name)
 Sets the name. More...
 
void SetName (const char *name)
 Sets the name. More...
 
void SetVector (NXOpen::Direction *specifyVector)
 Sets the vector. More...
 
NXOpen::ExpressionUpperLimit ()
 Returns the upper limit. More...
 
NXOpen::DirectionVector ()
 Returns the vector. 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::SliderJointBuilder .


To create a new instance of this class, use NXOpen::AnimationDesigner::SliderJointCollection::CreateSliderJointBuilder

Created in NX12.0.0.

Member Function Documentation

NXOpen::SelectNXObjectList* NXOpen::AnimationDesigner::SliderJointBuilder::AttachmentList ( )

Returns the attachment list for a Slider Joint.

The list can consist of NXOpen::AnimationDesigner::RigidGroup objects or objects which can create a Rigid Group.
Created in NX12.0.0.

License requirements : nx_animationdesigner (" NX Animation Designer")

NXOpen::SelectNXObjectList* NXOpen::AnimationDesigner::SliderJointBuilder::BaseList ( )

Returns the base list for a Slider Joint.

The list can consist of NXOpen::AnimationDesigner::RigidGroup objects or objects which can create a Rigid Group.
Created in NX12.0.0.

License requirements : nx_animationdesigner (" NX Animation Designer")

bool NXOpen::AnimationDesigner::SliderJointBuilder::EnableLowerLimit ( )

Returns the lower limit option.

If the enable is true, then the joint will be applied a lower limit in movement.
Created in NX12.0.0.

License requirements : nx_animationdesigner (" NX Animation Designer")

bool NXOpen::AnimationDesigner::SliderJointBuilder::EnableUpperLimit ( )

Returns the upper limit option.

If the enable is true, then the joint will be applied an upper limit in movement.
Created in NX12.0.0.

License requirements : nx_animationdesigner (" NX Animation Designer")

NXOpen::Expression* NXOpen::AnimationDesigner::SliderJointBuilder::LowerLimit ( )

Returns the lower limit.

The lower limit setup for joint movement.
Created in NX12.0.0.

License requirements : nx_animationdesigner (" NX Animation Designer")

NXString NXOpen::AnimationDesigner::SliderJointBuilder::Name ( )

Returns the name.


Created in NX12.0.0.

License requirements : nx_animationdesigner (" NX Animation Designer")

void NXOpen::AnimationDesigner::SliderJointBuilder::SetEnableLowerLimit ( bool  enable)

Sets the lower limit option.

If the enable is true, then the joint will be applied a lower limit in movement.
Created in NX12.0.0.

License requirements : nx_animationdesigner (" NX Animation Designer")

Parameters
enableenable
void NXOpen::AnimationDesigner::SliderJointBuilder::SetEnableUpperLimit ( bool  enable)

Sets the upper limit option.

If the enable is true, then the joint will be applied an upper limit in movement.
Created in NX12.0.0.

License requirements : nx_animationdesigner (" NX Animation Designer")

Parameters
enableenable
void NXOpen::AnimationDesigner::SliderJointBuilder::SetName ( const NXString name)

Sets the name.


Created in NX12.0.0.

License requirements : nx_animationdesigner (" NX Animation Designer")

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

Sets the name.


Created in NX12.0.0.

License requirements : nx_animationdesigner (" NX Animation Designer")

Parameters
namename
void NXOpen::AnimationDesigner::SliderJointBuilder::SetVector ( NXOpen::Direction specifyVector)

Sets the vector.


Created in NX12.0.0.

License requirements : nx_animationdesigner (" NX Animation Designer")

Parameters
specifyVectorspecifyvector
NXOpen::Expression* NXOpen::AnimationDesigner::SliderJointBuilder::UpperLimit ( )

Returns the upper limit.

The upper limit setup for joint movement.
Created in NX12.0.0.

License requirements : nx_animationdesigner (" NX Animation Designer")

NXOpen::Direction* NXOpen::AnimationDesigner::SliderJointBuilder::Vector ( )

Returns the vector.


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.