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

Represents a Motion::SubmechanismPositioner builder
To create a new instance of this class, use NXOpen::Motion::SubmechanismPositionerCollection::CreatePositionerBuilder

Created in NX12.0.0. More...

Inheritance diagram for NXOpen::Motion::SubmechanismPositionerBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Member Functions

NXOpen::SelectCoordinateSystemChildCsys ()
 Returns the child coordinate system. More...
 
NXString Name ()
 Returns the unique name assigned to the submechanism positioner
Created in NX12.0.0. More...
 
NXOpen::SelectCoordinateSystemParentCsys ()
 Returns the parent coordinate system. More...
 
void SetName (const NXString &name)
 Sets the unique name assigned to the submechanism positioner
Created in NX12.0.0. More...
 
void SetName (const char *name)
 Sets the unique name assigned to the submechanism positioner
Created in NX12.0.0. More...
 
NXOpen::Assemblies::SelectComponentSubmechanism ()
 Returns the submechanism to position. 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 Motion::SubmechanismPositioner builder
To create a new instance of this class, use NXOpen::Motion::SubmechanismPositionerCollection::CreatePositionerBuilder

Created in NX12.0.0.


Member Function Documentation

NXOpen::SelectCoordinateSystem* NXOpen::Motion::SubmechanismPositionerBuilder::ChildCsys ( )

Returns the child coordinate system.

A coordinate system defined in the submechanism to position. During positioning, the submechanism containing the child coordinate system will move to overlap it with the parent coordinate system.


Created in NX12.0.0.

License requirements : mechanisms ("MECHANISMS")

NXString NXOpen::Motion::SubmechanismPositionerBuilder::Name ( )

Returns the unique name assigned to the submechanism positioner
Created in NX12.0.0.



License requirements : mechanisms ("MECHANISMS")

NXOpen::SelectCoordinateSystem* NXOpen::Motion::SubmechanismPositionerBuilder::ParentCsys ( )

Returns the parent coordinate system.

A coordinate system defined in the motion assembly or in another submechanism different from the submechanism to position. The parent coordinate system will not move during the positioning.


Created in NX12.0.0.

License requirements : mechanisms ("MECHANISMS")

void NXOpen::Motion::SubmechanismPositionerBuilder::SetName ( const NXString name)

Sets the unique name assigned to the submechanism positioner
Created in NX12.0.0.



License requirements : mechanisms ("MECHANISMS")

Parameters
namename
void NXOpen::Motion::SubmechanismPositionerBuilder::SetName ( const char *  name)

Sets the unique name assigned to the submechanism positioner
Created in NX12.0.0.



License requirements : mechanisms ("MECHANISMS")

Parameters
namename
NXOpen::Assemblies::SelectComponent* NXOpen::Motion::SubmechanismPositionerBuilder::Submechanism ( )

Returns the submechanism to position.

The Submechanism positioner will create an associative positioning to for the submechanism. The associatvie positioning will move the sumbemchanism so that the child CSYS overlaps with the parent CSYS.


Created in NX12.0.0.

License requirements : mechanisms ("MECHANISMS")


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