NX Open C++ Reference Guide
|
Represents the KinematicComponent class object. More...
Public Member Functions | |
void | DeleteComponent (NXOpen::SIM::KinematicComponent *oldChild) |
Deletes a child component Created in NX7.5.0. | |
void | InsertComponent (NXOpen::SIM::KinematicComponent *newChild) |
Adds a new child component Created in NX7.5.0. | |
void | InsertJunction (NXOpen::SIM::KinematicJunction *junction) |
Adds a new junction to the component Created in NX7.5.0. |
Represents the KinematicComponent class object.
Use the KinematicConfigurator class to create a KinematicComponent object.
Created in NX7.5.0.
void NXOpen::SIM::KinematicComponent::DeleteComponent | ( | NXOpen::SIM::KinematicComponent * | oldChild | ) |
Deletes a child component
Created in NX7.5.0.
License requirements : ug_isv_full ("Full functionality for Integrated Simulation and Verification")
oldChild | The old child component to remove |
void NXOpen::SIM::KinematicComponent::InsertComponent | ( | NXOpen::SIM::KinematicComponent * | newChild | ) |
Adds a new child component
Created in NX7.5.0.
License requirements : ug_isv_full ("Full functionality for Integrated Simulation and Verification")
newChild | The child component to add |
void NXOpen::SIM::KinematicComponent::InsertJunction | ( | NXOpen::SIM::KinematicJunction * | junction | ) |
Adds a new junction to the component
Created in NX7.5.0.
License requirements : ug_isv_full ("Full functionality for Integrated Simulation and Verification")
junction | The junction to add |