NX Open C++ Reference Guide
|
Represents a Mechatronics::PreventCollision builder. More...
Public Member Functions | |
NXOpen::SelectDisplayableObject * | FirstBody () |
Returns the first object. | |
NXOpen::SelectDisplayableObject * | SecondBody () |
Returns the second object. | |
void | SetFirstBody (NXOpen::DisplayableObject *firstBody) |
Sets the first object. | |
void | SetSecondBody (NXOpen::DisplayableObject *secondBody) |
Sets the second object. |
Represents a Mechatronics::PreventCollision builder.
To create a new instance of this class, use Mechatronics::PreventCollisionCollection::CreatePreventCollisionBuilder
Created in NX7.5.1.
Returns the first object.
This can be a RigidBody , CollisionBody or CollisionSensor .
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
Returns the second object.
This can be a RigidBody , CollisionBody or CollisionSensor .
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
void NXOpen::Mechatronics::PreventCollisionBuilder::SetFirstBody | ( | NXOpen::DisplayableObject * | firstBody | ) |
Sets the first object.
This can be a RigidBody , CollisionBody or CollisionSensor .
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
firstBody | first body |
void NXOpen::Mechatronics::PreventCollisionBuilder::SetSecondBody | ( | NXOpen::DisplayableObject * | secondBody | ) |
Sets the second object.
This can be a RigidBody , CollisionBody or CollisionSensor .
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
secondBody | second body |