SymbolWorkflowBuilder Class¶
-
class
NXOpen.Annotations.SymbolWorkflowBuilder¶ Bases:
NXOpen.TaggedObject,NXOpen.GeometricUtilities.IComponentBuilderRepresents a
NXOpen.Annotations.SymbolWorkflowBuilderNew in version NX9.0.0.
Properties¶
| Property | Description |
|---|---|
| SymbolAutoUpdate | Returns or sets the symbol auto update determines whether or not unlocked, associative custom symbol instances update automatically |
| SymbolSmashToSketch | Returns or sets the symbol smash to sketch specifies if curve objects in symbols are added to a sketch on custom symbol smash |
| Tag | Returns the Tag for this object. |
Methods¶
| Method | Description |
|---|---|
| Validate | Validate whether the inputs to the component are sufficient for commit to be called. |
Property Detail¶
SymbolAutoUpdate¶
-
SymbolWorkflowBuilder.SymbolAutoUpdate¶ Returns or sets the symbol auto update determines whether or not unlocked, associative custom symbol instances update automatically
-------------------------------------Getter Method
Signature
SymbolAutoUpdateReturns: Return type: bool New in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
SymbolAutoUpdateParameters: symbolAutoUpdate (bool) – New in version NX9.0.0.
License requirements: drafting (“DRAFTING”)
SymbolSmashToSketch¶
-
SymbolWorkflowBuilder.SymbolSmashToSketch¶ Returns or sets the symbol smash to sketch specifies if curve objects in symbols are added to a sketch on custom symbol smash
-------------------------------------Getter Method
Signature
SymbolSmashToSketchReturns: Return type: bool New in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
SymbolSmashToSketchParameters: symbolSmashToSketch (bool) – New in version NX9.0.0.
License requirements: drafting (“DRAFTING”)
Method Detail¶
Validate¶
-
SymbolWorkflowBuilder.Validate¶ 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.
Signature
Validate()Returns: Was self validation successful Return type: bool New in version NX3.0.1.
License requirements: None.