NX Open C++ Reference Guide
|
This class an abstract class and base class for PackagingMeasureBuilder , PackagingTraceBuilder and PackagingInterferenceBuilder . More...
Public Member Functions | |
bool | Enable () |
Returns the enable flag of Packaging object. | |
std::vector < NXOpen::DisplayableObject * > | GetList1 () |
Returns geometry list 1 of Packaging object. | |
NXString | Name () |
Returns the name of Packaging object. | |
void | SetEnable (bool enable) |
Sets the enable flag of Packaging object. | |
void | SetList1 (const std::vector< NXOpen::DisplayableObject * > &list1) |
Sets geometry list 1. | |
void | SetName (const NXString &name) |
Sets the name of Packaging object. |
This class an abstract class and base class for PackagingMeasureBuilder , PackagingTraceBuilder and PackagingInterferenceBuilder .
It to be used in the creation and editing of subobjects of Packaging .
This is an abstract class, and cannot be created.
Created in NX4.0.0.
Returns the enable flag of Packaging object.
This attribute indicates whether the packaging option is to be executed during analysis post-processing. If TRUE, the packaging option is executed.
Created in NX4.0.0.
License requirements : mechanisms ("MECHANISMS")
std::vector<NXOpen::DisplayableObject *> NXOpen::Motion::PackagingBuilder::GetList1 | ( | ) |
Returns geometry list 1 of Packaging object.
Interference and Measure can have one or two lists defined. If the user defines only one list, then interference or measure checks will be done between each of the objects in list 1. Trace only uses one list definition.
Returns the name of Packaging object.
Created in NX4.0.0.
License requirements : mechanisms ("MECHANISMS")
void NXOpen::Motion::PackagingBuilder::SetEnable | ( | bool | enable | ) |
Sets the enable flag of Packaging object.
This attribute indicates whether the packaging option is to be executed during analysis post-processing. If TRUE, the packaging option is executed.
Created in NX4.0.0.
License requirements : mechanisms ("MECHANISMS")
enable | Enable flag of Packaging object. |
void NXOpen::Motion::PackagingBuilder::SetList1 | ( | const std::vector< NXOpen::DisplayableObject * > & | list1 | ) |
Sets geometry list 1.
Created in NX4.0.0.
License requirements : mechanisms ("MECHANISMS")
list1 | The list pointer |
void NXOpen::Motion::PackagingBuilder::SetName | ( | const NXString & | name | ) |