NX Open C++ Reference Guide
|
Manages the suppression of Component s within a ComponentAssembly . More...
Public Member Functions | |
void | Delete (bool forgetPositioning) |
Delete the given Arrangement . | |
NXOpen::Assemblies::ComponentAssembly * | Owner () |
Returns the ComponentAssembly which owns this arrangement Created in NX3.0.0. |
Manages the suppression of Component s within a ComponentAssembly .
Currently, an Arrangement simply acts as a context within which a Component can be suppressed or unsuppressed. Future releases will add new functionality to Arrangements.
To create an Arrangement, use the ArrangementCollection class.
Created in NX3.0.0.
void NXOpen::Assemblies::Arrangement::Delete | ( | bool | forgetPositioning | ) |
Delete the given Arrangement .
If the forget_positioning flag is set to TRUE then components will not maintain their positions, otherwise variable component positioning will be created to maintain the components current positions. If the part containing the Arrangement is not already fully loaded this method will cause it to be.
Created in NX7.5.2.
License requirements : assemblies ("ASSEMBLIES MODULE")
forgetPositioning | If TRUE then components will not maintain their position. |
Returns the ComponentAssembly which owns this arrangement
Created in NX3.0.0.
License requirements : None