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

Represents a NXOpen::AnimationDesigner::CylindricalJointBuilder . More...

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

Public Member Functions

NXOpen::PointAnchorPoint ()
 Returns the anchor point. More...
 
NXOpen::ExpressionAngularLowerLimit ()
 Returns the angular lower limit. More...
 
NXOpen::ExpressionAngularUpperLimit ()
 Returns the angular upper limit. More...
 
NXOpen::SelectNXObjectListAttachmentList ()
 Returns the attachment list for a Cylindrical Joint. More...
 
NXOpen::DirectionAxisVector ()
 Returns the axis vector. More...
 
NXOpen::SelectNXObjectListBaseList ()
 Returns the base list for a Cylindrical Joint. More...
 
bool EnableAngularLowerLimit ()
 Returns the angular lower limit option. More...
 
bool EnableAngularUpperLimit ()
 Returns the angular upper limit option. More...
 
bool EnableLinearLowerLimit ()
 Returns the linear lower limit option.If the enable is true, then this joint will be applied the lower limit in linear direction. More...
 
bool EnableLinearUpperLimit ()
 Returns the linear upper limit option. More...
 
NXOpen::ExpressionLinearLowerLimit ()
 Returns the linear lower limit. More...
 
NXOpen::ExpressionLinearUpperLimit ()
 Returns the linear upper limit. More...
 
NXString Name ()
 Returns the name. More...
 
void SetAnchorPoint (NXOpen::Point *anchorPoint)
 Sets the anchor point. More...
 
void SetAxisVector (NXOpen::Direction *axisVector)
 Sets the axis vector. More...
 
void SetEnableAngularLowerLimit (bool enable)
 Sets the angular lower limit option. More...
 
void SetEnableAngularUpperLimit (bool enable)
 Sets the angular upper limit option. More...
 
void SetEnableLinearLowerLimit (bool enable)
 Sets the linear lower limit option.If the enable is true, then this joint will be applied the lower limit in linear direction. More...
 
void SetEnableLinearUpperLimit (bool enable)
 Sets the linear upper limit option. More...
 
void SetName (const NXString &name)
 Sets the name. More...
 
void SetName (const char *name)
 Sets the name. 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::CylindricalJointBuilder .


To create a new instance of this class, use NXOpen::AnimationDesigner::CylindricalJointCollection::CreateCylindricalJointBuilder

Created in NX12.0.0.

Member Function Documentation

NXOpen::Point* NXOpen::AnimationDesigner::CylindricalJointBuilder::AnchorPoint ( )

Returns the anchor point.


Created in NX12.0.0.

License requirements : nx_animationdesigner (" NX Animation Designer")

NXOpen::Expression* NXOpen::AnimationDesigner::CylindricalJointBuilder::AngularLowerLimit ( )

Returns the angular lower limit.

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

License requirements : nx_animationdesigner (" NX Animation Designer")

NXOpen::Expression* NXOpen::AnimationDesigner::CylindricalJointBuilder::AngularUpperLimit ( )

Returns the angular upper limit.

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

License requirements : nx_animationdesigner (" NX Animation Designer")

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

Returns the attachment list for a Cylindrical 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::Direction* NXOpen::AnimationDesigner::CylindricalJointBuilder::AxisVector ( )

Returns the axis vector.


Created in NX12.0.0.

License requirements : nx_animationdesigner (" NX Animation Designer")

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

Returns the base list for a Cylindrical 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::CylindricalJointBuilder::EnableAngularLowerLimit ( )

Returns the angular lower limit option.

If the enable is true, then this joint will be applied the lower limit in angular direction.
Created in NX12.0.0.

License requirements : nx_animationdesigner (" NX Animation Designer")

bool NXOpen::AnimationDesigner::CylindricalJointBuilder::EnableAngularUpperLimit ( )

Returns the angular upper limit option.

If the enable is true, then this joint will be applied the upper limit in angular direction.
Created in NX12.0.0.

License requirements : nx_animationdesigner (" NX Animation Designer")

bool NXOpen::AnimationDesigner::CylindricalJointBuilder::EnableLinearLowerLimit ( )

Returns the linear lower limit option.If the enable is true, then this joint will be applied the lower limit in linear direction.


Created in NX12.0.0.

License requirements : nx_animationdesigner (" NX Animation Designer")

bool NXOpen::AnimationDesigner::CylindricalJointBuilder::EnableLinearUpperLimit ( )

Returns the linear upper limit option.

If the enable is true, then this joint will be applied the upper limit in linear direction.
Created in NX12.0.0.

License requirements : nx_animationdesigner (" NX Animation Designer")

NXOpen::Expression* NXOpen::AnimationDesigner::CylindricalJointBuilder::LinearLowerLimit ( )

Returns the linear lower limit.

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

License requirements : nx_animationdesigner (" NX Animation Designer")

NXOpen::Expression* NXOpen::AnimationDesigner::CylindricalJointBuilder::LinearUpperLimit ( )

Returns the linear upper limit.

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

License requirements : nx_animationdesigner (" NX Animation Designer")

NXString NXOpen::AnimationDesigner::CylindricalJointBuilder::Name ( )

Returns the name.


Created in NX12.0.0.

License requirements : nx_animationdesigner (" NX Animation Designer")

void NXOpen::AnimationDesigner::CylindricalJointBuilder::SetAnchorPoint ( NXOpen::Point anchorPoint)

Sets the anchor point.


Created in NX12.0.0.

License requirements : nx_animationdesigner (" NX Animation Designer")

Parameters
anchorPointanchorpoint
void NXOpen::AnimationDesigner::CylindricalJointBuilder::SetAxisVector ( NXOpen::Direction axisVector)

Sets the axis vector.


Created in NX12.0.0.

License requirements : nx_animationdesigner (" NX Animation Designer")

Parameters
axisVectoraxisvector
void NXOpen::AnimationDesigner::CylindricalJointBuilder::SetEnableAngularLowerLimit ( bool  enable)

Sets the angular lower limit option.

If the enable is true, then this joint will be applied the lower limit in angular direction.
Created in NX12.0.0.

License requirements : nx_animationdesigner (" NX Animation Designer")

Parameters
enableenable
void NXOpen::AnimationDesigner::CylindricalJointBuilder::SetEnableAngularUpperLimit ( bool  enable)

Sets the angular upper limit option.

If the enable is true, then this joint will be applied the upper limit in angular direction.
Created in NX12.0.0.

License requirements : nx_animationdesigner (" NX Animation Designer")

Parameters
enableenable
void NXOpen::AnimationDesigner::CylindricalJointBuilder::SetEnableLinearLowerLimit ( bool  enable)

Sets the linear lower limit option.If the enable is true, then this joint will be applied the lower limit in linear direction.


Created in NX12.0.0.

License requirements : nx_animationdesigner (" NX Animation Designer")

Parameters
enableenable
void NXOpen::AnimationDesigner::CylindricalJointBuilder::SetEnableLinearUpperLimit ( bool  enable)

Sets the linear upper limit option.

If the enable is true, then this joint will be applied the upper limit in linear direction.
Created in NX12.0.0.

License requirements : nx_animationdesigner (" NX Animation Designer")

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

Sets the name.


Created in NX12.0.0.

License requirements : nx_animationdesigner (" NX Animation Designer")

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

Sets the name.


Created in NX12.0.0.

License requirements : nx_animationdesigner (" NX Animation Designer")

Parameters
namename

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