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

Represents a NXOpen::Mechatronics::ChangeOwnerBuilder . More...

Inheritance diagram for NXOpen::Mechatronics::ChangeOwnerBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Member Functions

void CheckButton ()
 Check the action is valid or not, and give the report in an information window. More...
 
NXOpen::Assemblies::SelectComponentComponent ()
 Returns the component which is expected to be the owner of physics objects. More...
 
NXOpen::SelectNXObjectListPhysicsObject ()
 Returns the physics object. 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::Mechatronics::ChangeOwnerBuilder .

Which is able to move physics objects to a specific component. When Builder::Commit is called NULL will be returned.
To create a new instance of this class, use NXOpen::Mechatronics::PhysicsManager::CreateChangeOwnerBuilder

Created in NX10.0.0.

Member Function Documentation

void NXOpen::Mechatronics::ChangeOwnerBuilder::CheckButton ( )

Check the action is valid or not, and give the report in an information window.


Created in NX10.0.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

NXOpen::Assemblies::SelectComponent* NXOpen::Mechatronics::ChangeOwnerBuilder::Component ( )

Returns the component which is expected to be the owner of physics objects.


Created in NX10.0.0.

License requirements : None

NXOpen::SelectNXObjectList* NXOpen::Mechatronics::ChangeOwnerBuilder::PhysicsObject ( )

Returns the physics object.

This can be NXOpen::Mechatronics::RigidBody , NXOpen::Mechatronics::PhysicsJoint , NXOpen::Mechatronics::PhysicsConstraint or other type of physics object.
Created in NX10.0.0.

License requirements : None


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