NX Open C++ Reference Guide
|
Represents a Mechatronics::ChangeMaterial builder. More...
Public Member Functions | |
NXOpen::Mechatronics::CollisionMaterial * | CollisionMaterial () |
Returns the material. | |
NXOpen::SelectDisplayableObject * | FirstBody () |
Returns the first body of collision pair. | |
NXOpen::SelectDisplayableObject * | SecondBody () |
Returns the second body of collision pair. | |
void | SetCollisionMaterial (NXOpen::Mechatronics::CollisionMaterial *collisionMaterial) |
Sets the material. | |
void | SetFirstBody (NXOpen::DisplayableObject *firstBody) |
Sets the first object. | |
void | SetSecondBody (NXOpen::DisplayableObject *secondBody) |
Sets the second object. |
Represents a Mechatronics::ChangeMaterial builder.
To create a new instance of this class, use Mechatronics::ChangeMaterialCollection::CreateChangeMaterialBuilder
Created in NX7.5.1.
NXOpen::Mechatronics::CollisionMaterial* NXOpen::Mechatronics::ChangeMaterialBuilder::CollisionMaterial | ( | ) |
Returns the material.
This can be CollisionMaterial .
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
Returns the first body of collision pair.
This can be RigidBody , CollisionBody or TransportSurface .
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
Returns the second body of collision pair.
This can be RigidBody , CollisionBody or TransportSurface .
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
void NXOpen::Mechatronics::ChangeMaterialBuilder::SetCollisionMaterial | ( | NXOpen::Mechatronics::CollisionMaterial * | collisionMaterial | ) |
Sets the material.
This can be CollisionMaterial .
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
collisionMaterial | collisionmaterial |
void NXOpen::Mechatronics::ChangeMaterialBuilder::SetFirstBody | ( | NXOpen::DisplayableObject * | firstBody | ) |
Sets the first object.
This can be RigidBody , CollisionBody or TransportSurface .
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
firstBody | first body |
void NXOpen::Mechatronics::ChangeMaterialBuilder::SetSecondBody | ( | NXOpen::DisplayableObject * | secondBody | ) |
Sets the second object.
This can be RigidBody , CollisionBody or TransportSurface .
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
secondBody | second body |