IntersectionSymbolCollection Class¶
-
class
NXOpen.Annotations.IntersectionSymbolCollection¶ Bases:
objectRepresents a collection of
NXOpen.Annotations.IntersectionSymbolobjectsTo obtain an instance of this class, refer to
NXOpen.Annotations.AnnotationManagerNew in version NX6.0.0.
Methods¶
| Method | Description |
|---|---|
| CreateIntersectionSymbolBuilder | Creates the IntersectionSymbolBuilder |
| FindObject | Finds the intersection symbol with the given name. |
Method Detail¶
CreateIntersectionSymbolBuilder¶
-
IntersectionSymbolCollection.CreateIntersectionSymbolBuilder¶ Creates the IntersectionSymbolBuilder
Signature
CreateIntersectionSymbolBuilder(intersectionPt)Parameters: intersectionPt ( NXOpen.Annotations.IntersectionSymbol) –NXOpen.Annotations.IntersectionSymbolto be edited, if None then create a new oneReturns: IntersectionSymbolBuilder object Return type: NXOpen.Annotations.IntersectionSymbolBuilderNew in version NX6.0.0.
License requirements: drafting (“DRAFTING”)
FindObject¶
-
IntersectionSymbolCollection.FindObject¶ Finds the intersection symbol with the given name.
An exception will be thrown if no object can be found with given name
Signature
FindObject(journalIdentifier)Parameters: journalIdentifier (str) – Identifier of the intersection symbol to be found Returns: Intersecton Symbol with this identifier Return type: NXOpen.Annotations.IntersectionSymbolNew in version NX6.0.0.
License requirements: None.