NX Open C++ Reference Guide
|
Represents a Builder for Replace Custom Symbol functionality <br> To create a new instance of this class, use @link Annotations::CustomSymbolCollection::CreateReplaceSymbolBuilder Annotations::CustomSymbolCollection::CreateReplaceSymbolBuilder @endlink <br>
Default values. More...
Public Member Functions | |
bool | IsPartSymbol () |
Returns the flag indicating whether the selected symbol is part symbol Created in NX8.0.1. | |
bool | ReplaceAll () |
Returns the flag indicating whether to replace all instances of selected symbols Created in NX8.0.1. | |
void | SetPartSymbol (bool isPartSymbol) |
Sets the flag indicating whether the selected symbol is part symbol Created in NX8.0.1. | |
void | SetReplaceAll (bool replaceAll) |
Sets the flag indicating whether to replace all instances of selected symbols Created in NX8.0.1. | |
void | SetSymbolName (const NXString &symbolName) |
Sets the symbol name Created in NX8.0.1. | |
void | SetSymbolName (const char *symbolName) |
Sets the symbol name Created in NX8.0.1. | |
void | SetSymbolPath (const NXString &symbolPath) |
Sets the symbol path Created in NX8.0.1. | |
void | SetSymbolPath (const char *symbolPath) |
Sets the symbol path Created in NX8.0.1. | |
NXOpen::Annotations::SelectBaseCustomSymbolList * | Symbol () |
Returns the symbol Created in NX8.0.1. | |
NXString | SymbolName () |
Returns the symbol name Created in NX8.0.1. | |
NXString | SymbolPath () |
Returns the symbol path Created in NX8.0.1. | |
![]() | |
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 Builder for Replace Custom Symbol functionality <br> To create a new instance of this class, use @link Annotations::CustomSymbolCollection::CreateReplaceSymbolBuilder Annotations::CustomSymbolCollection::CreateReplaceSymbolBuilder @endlink <br>
Default values.
Property | Value |
---|---|
ReplaceAll |
0 |
Created in NX8.0.1.
bool NXOpen::Annotations::ReplaceSymbolBuilder::IsPartSymbol | ( | ) |
Returns the flag indicating whether the selected symbol is part symbol
Created in NX8.0.1.
License requirements : None
bool NXOpen::Annotations::ReplaceSymbolBuilder::ReplaceAll | ( | ) |
Returns the flag indicating whether to replace all instances of selected symbols
Created in NX8.0.1.
License requirements : None
void NXOpen::Annotations::ReplaceSymbolBuilder::SetPartSymbol | ( | bool | isPartSymbol | ) |
Sets the flag indicating whether the selected symbol is part symbol
Created in NX8.0.1.
License requirements : drafting ("DRAFTING")
isPartSymbol | ispartsymbol |
void NXOpen::Annotations::ReplaceSymbolBuilder::SetReplaceAll | ( | bool | replaceAll | ) |
Sets the flag indicating whether to replace all instances of selected symbols
Created in NX8.0.1.
License requirements : drafting ("DRAFTING")
replaceAll | replaceall |
void NXOpen::Annotations::ReplaceSymbolBuilder::SetSymbolName | ( | const NXString & | symbolName | ) |
Sets the symbol name
Created in NX8.0.1.
License requirements : drafting ("DRAFTING")
symbolName | symbolname |
void NXOpen::Annotations::ReplaceSymbolBuilder::SetSymbolName | ( | const char * | symbolName | ) |
Sets the symbol name
Created in NX8.0.1.
License requirements : drafting ("DRAFTING")
symbolName | symbolname |
void NXOpen::Annotations::ReplaceSymbolBuilder::SetSymbolPath | ( | const NXString & | symbolPath | ) |
Sets the symbol path
Created in NX8.0.1.
License requirements : drafting ("DRAFTING")
symbolPath | symbolpath |
void NXOpen::Annotations::ReplaceSymbolBuilder::SetSymbolPath | ( | const char * | symbolPath | ) |
Sets the symbol path
Created in NX8.0.1.
License requirements : drafting ("DRAFTING")
symbolPath | symbolpath |
NXOpen::Annotations::SelectBaseCustomSymbolList* NXOpen::Annotations::ReplaceSymbolBuilder::Symbol | ( | ) |
Returns the symbol
Created in NX8.0.1.
License requirements : None
NXString NXOpen::Annotations::ReplaceSymbolBuilder::SymbolName | ( | ) |
Returns the symbol name
Created in NX8.0.1.
License requirements : None
NXString NXOpen::Annotations::ReplaceSymbolBuilder::SymbolPath | ( | ) |
Returns the symbol path
Created in NX8.0.1.
License requirements : None