NX Open C++ Reference Guide
|
Represents a WaveInterfacelinker Feature builder <br> To create a new instance of this class, use @link Features::BaseFeatureCollection::CreateWaveInterfaceLinkerBuilder Features::BaseFeatureCollection::CreateWaveInterfaceLinkerBuilder @endlink <br>
Default values. More...
Public Member Functions | |
bool | Associative () |
Returns the associative Created in NX9.0.0. | |
void | ClearAll () |
Clear all selected objects Created in NX9.0.0. | |
bool | CopyThreads () |
Returns the copy threads Created in NX9.0.0. | |
bool | InheritDisplayProperties () |
Returns the inherit display properties Created in NX9.0.0. | |
void | InsertObjects (const std::vector< NXOpen::TaggedObject * > &selectedObjects) |
Insert selected objects Created in NX9.0.0. | |
bool | MakePositionIndependent () |
Returns the make position independent Created in NX9.0.0. | |
void | RemoveObjects (const std::vector< NXOpen::TaggedObject * > &removedObjects) |
Remove unselected objects Created in NX9.0.0. | |
void | SetALL () |
Set all objects as chosen Created in NX9.0.0. | |
void | SetAssociative (bool associative) |
Sets the associative Created in NX9.0.0. | |
void | SetCopyThreads (bool copyThreads) |
Sets the copy threads Created in NX9.0.0. | |
void | SetInheritDisplayProperties (bool inheritDisplayProperties) |
Sets the inherit display properties Created in NX9.0.0. | |
void | SetMakePositionIndependent (bool makePositionIndependent) |
Sets the make position independent Created in NX9.0.0. | |
void | SetSourcePartOccurrence (NXOpen::TaggedObject *sourcePartOcc) |
Sets the source part occurrence Created in NX9.0.0. | |
NXOpen::TaggedObject * | SourcePartOccurrence () |
Returns the source part occurrence Created in NX9.0.0. | |
![]() | |
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. | |
Represents a WaveInterfacelinker Feature builder <br> To create a new instance of this class, use @link Features::BaseFeatureCollection::CreateWaveInterfaceLinkerBuilder Features::BaseFeatureCollection::CreateWaveInterfaceLinkerBuilder @endlink <br>
Default values.
Property | Value |
---|---|
Associative |
1 |
CopyThreads |
1 |
InheritDisplayProperties |
0 |
MakePositionIndependent |
0 |
Created in NX9.0.0.
bool NXOpen::Features::WaveInterfaceLinkerBuilder::Associative | ( | ) |
Returns the associative
Created in NX9.0.0.
License requirements : None
void NXOpen::Features::WaveInterfaceLinkerBuilder::ClearAll | ( | ) |
Clear all selected objects
Created in NX9.0.0.
License requirements : None
bool NXOpen::Features::WaveInterfaceLinkerBuilder::CopyThreads | ( | ) |
Returns the copy threads
Created in NX9.0.0.
License requirements : None
bool NXOpen::Features::WaveInterfaceLinkerBuilder::InheritDisplayProperties | ( | ) |
Returns the inherit display properties
Created in NX9.0.0.
License requirements : None
void NXOpen::Features::WaveInterfaceLinkerBuilder::InsertObjects | ( | const std::vector< NXOpen::TaggedObject * > & | selectedObjects | ) |
Insert selected objects
Created in NX9.0.0.
License requirements : None
selectedObjects | items in list |
bool NXOpen::Features::WaveInterfaceLinkerBuilder::MakePositionIndependent | ( | ) |
Returns the make position independent
Created in NX9.0.0.
License requirements : None
void NXOpen::Features::WaveInterfaceLinkerBuilder::RemoveObjects | ( | const std::vector< NXOpen::TaggedObject * > & | removedObjects | ) |
Remove unselected objects
Created in NX9.0.0.
License requirements : None
removedObjects | items in list |
void NXOpen::Features::WaveInterfaceLinkerBuilder::SetALL | ( | ) |
Set all objects as chosen
Created in NX9.0.0.
License requirements : None
void NXOpen::Features::WaveInterfaceLinkerBuilder::SetAssociative | ( | bool | associative | ) |
Sets the associative
Created in NX9.0.0.
License requirements : None
associative | associative |
void NXOpen::Features::WaveInterfaceLinkerBuilder::SetCopyThreads | ( | bool | copyThreads | ) |
Sets the copy threads
Created in NX9.0.0.
License requirements : None
copyThreads | copythreads |
void NXOpen::Features::WaveInterfaceLinkerBuilder::SetInheritDisplayProperties | ( | bool | inheritDisplayProperties | ) |
Sets the inherit display properties
Created in NX9.0.0.
License requirements : None
inheritDisplayProperties | inheritdisplayproperties |
void NXOpen::Features::WaveInterfaceLinkerBuilder::SetMakePositionIndependent | ( | bool | makePositionIndependent | ) |
Sets the make position independent
Created in NX9.0.0.
License requirements : None
makePositionIndependent | makepositionindependent |
void NXOpen::Features::WaveInterfaceLinkerBuilder::SetSourcePartOccurrence | ( | NXOpen::TaggedObject * | sourcePartOcc | ) |
Sets the source part occurrence
Created in NX9.0.0.
License requirements : None
sourcePartOcc | sourcepartocc |
NXOpen::TaggedObject* NXOpen::Features::WaveInterfaceLinkerBuilder::SourcePartOccurrence | ( | ) |
Returns the source part occurrence
Created in NX9.0.0.
License requirements : None