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. | |
void | SetName (const char *name) |
Sets the name of Packaging object. | |
![]() | |
NXOpen::NXObject * | Commit () |
Commits any edits that have been applied to the builder. | |
void | Destroy () |
Deletes the builder, and cleans up any objects created by the builder. | |
std::vector< NXOpen::NXObject * > | GetCommittedObjects () |
For builders that create more than one object, this method returns the objects that are created by commit. | |
NXOpen::NXObject * | GetObject () |
Returns the object currently being edited by this builder. | |
void | ShowResults () |
Updates the model to reflect the result of an edit to the model for all builders that support showing results. | |
virtual bool | Validate () |
Validate whether the inputs to the component are sufficient for commit to be called. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this 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.
bool NXOpen::Motion::PackagingBuilder::Enable | ( | ) |
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. @return The list pointer
Created in NX4.0.0.
License requirements : mechanisms ("MECHANISMS")
NXString NXOpen::Motion::PackagingBuilder::Name | ( | ) |
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 | ) |
void NXOpen::Motion::PackagingBuilder::SetName | ( | const char * | name | ) |