NX Open C++ Reference Guide
|
Represents a Annotations::SymbolWorkflowBuilder. More...
Public Member Functions | |
void | SetSymbolAutoUpdate (bool symbolAutoUpdate) |
Sets the symbol auto update determines whether or not unlocked, associative custom symbol instances update automatically Created in NX9.0.0. | |
void | SetSymbolSmashToSketch (bool symbolSmashToSketch) |
Sets the symbol smash to sketch specifies if curve objects in symbols are added to a sketch on custom symbol smash Created in NX9.0.0. | |
bool | SymbolAutoUpdate () |
Returns the symbol auto update determines whether or not unlocked, associative custom symbol instances update automatically Created in NX9.0.0. | |
bool | SymbolSmashToSketch () |
Returns the symbol smash to sketch specifies if curve objects in symbols are added to a sketch on custom symbol smash Created in NX9.0.0. | |
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 Annotations::SymbolWorkflowBuilder.
Created in NX9.0.0.
void NXOpen::Annotations::SymbolWorkflowBuilder::SetSymbolAutoUpdate | ( | bool | symbolAutoUpdate | ) |
Sets the symbol auto update determines whether or not unlocked, associative custom symbol instances update automatically
Created in NX9.0.0.
License requirements : drafting ("DRAFTING")
symbolAutoUpdate | symbolautoupdate |
void NXOpen::Annotations::SymbolWorkflowBuilder::SetSymbolSmashToSketch | ( | bool | symbolSmashToSketch | ) |
Sets the symbol smash to sketch specifies if curve objects in symbols are added to a sketch on custom symbol smash
Created in NX9.0.0.
License requirements : drafting ("DRAFTING")
symbolSmashToSketch | symbolsmashtosketch |
bool NXOpen::Annotations::SymbolWorkflowBuilder::SymbolAutoUpdate | ( | ) |
Returns the symbol auto update determines whether or not unlocked, associative custom symbol instances update automatically
Created in NX9.0.0.
License requirements : None
bool NXOpen::Annotations::SymbolWorkflowBuilder::SymbolSmashToSketch | ( | ) |
Returns the symbol smash to sketch specifies if curve objects in symbols are added to a sketch on custom symbol smash
Created in NX9.0.0.
License requirements : None
|
virtual |
Validate whether the inputs to the component are sufficient for commit to be called.
If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven't set it. This method throws a not-yet-implemented NXException for some components.
Implements NXOpen::GeometricUtilities::IComponentBuilder.