IntersectionSymbolCollection Class

class NXOpen.Annotations.IntersectionSymbolCollection

Bases: object

Represents a collection of NXOpen.Annotations.IntersectionSymbol objects

To obtain an instance of this class, refer to NXOpen.Annotations.AnnotationManager

New in version NX6.0.0.

Methods

Method Description
CreateIntersectionSymbolBuilder Creates the IntersectionSymbolBuilder @return IntersectionSymbolBuilder object
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.IntersectionSymbol to be edited, if None then create a new one
Returns:IntersectionSymbolBuilder object
Return type:NXOpen.Annotations.IntersectionSymbolBuilder

New 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.IntersectionSymbol

New in version NX6.0.0.

License requirements: None.