IdSymbolCollection Class¶
-
class
NXOpen.Annotations.IdSymbolCollection¶ Bases:
objectRepresents a collection of
NXOpen.Annotations.IdSymbolobjectsTo obtain an instance of this class, refer to
NXOpen.Annotations.AnnotationManagerNew in version NX5.0.0.
Methods¶
| Method | Description |
|---|---|
| CreateCalloutGroupBuilder | Creates a NXOpen.Annotations.CalloutGroupBuilder |
| CreateIdSymbolBuilder | Creates a NXOpen.Annotations.IdSymbolBuilder |
Method Detail¶
CreateCalloutGroupBuilder¶
-
IdSymbolCollection.CreateCalloutGroupBuilder¶ Creates a
NXOpen.Annotations.CalloutGroupBuilderSignature
CreateCalloutGroupBuilder()Returns: Return type: NXOpen.Annotations.CalloutGroupBuilderNew in version NX7.5.0.
License requirements: drafting (“DRAFTING”)
CreateIdSymbolBuilder¶
-
IdSymbolCollection.CreateIdSymbolBuilder¶ Creates a
NXOpen.Annotations.IdSymbolBuilderSignature
CreateIdSymbolBuilder(idsymbol)Parameters: idsymbol ( NXOpen.Annotations.IdSymbol) – the id symbol to be edited, if None, then create an id symbolReturns: the id symbol builder Return type: NXOpen.Annotations.IdSymbolBuilderNew in version NX5.0.0.
License requirements: drafting (“DRAFTING”)