NX Open C++ Reference Guide
|
This class is used to specify knowledge fusion rule for a note object in a drawing template. More...
Public Member Functions | |
NXOpen::Annotations::Note * | Note () |
Returns the note to add rule to Created in NX8.0.0. | |
NXString | Rule () |
Returns the rule Created in NX8.0.0. | |
void | SetNote (NXOpen::Annotations::Note *note) |
Sets the note to add rule to Created in NX8.0.0. | |
void | SetRule (const NXString &rule) |
Sets the rule Created in NX8.0.0. |
This class is used to specify knowledge fusion rule for a note object in a drawing template.
The rule is stored on the note and is executed when the template is instantiated.
To create a new instance of this class, use Drafting::AutomationManager::CreateSpecifyRuleBuilder
Created in NX8.0.0.
Returns the note to add rule to
Created in NX8.0.0.
License requirements : None
Returns the rule
Created in NX8.0.0.
License requirements : None
Sets the note to add rule to
Created in NX8.0.0.
License requirements : nx_drafting_plus ("Drafting Plus")
note | Note object |
void NXOpen::Drafting::SpecifyRuleBuilder::SetRule | ( | const NXString & | rule | ) |
Sets the rule
Created in NX8.0.0.
License requirements : nx_drafting_plus ("Drafting Plus")
rule | rule |