SymbolFileCollection Class

class NXOpen.Annotations.SymbolFileCollection

Bases: object

Represents a collection of NXOpen.Annotations.SymbolFile objects

Use NXOpen.Annotations.SymbolFile to get the instance of this class.

New in version NX8.0.0.

Methods

Method Description
CreateSymbolFileBuilder Creates a drafting symbol file builder
FindObject Finds the NXOpen.Annotations.SymbolFile with the given name.

Method Detail

CreateSymbolFileBuilder

SymbolFileCollection.CreateSymbolFileBuilder

Creates a drafting symbol file builder

Signature CreateSymbolFileBuilder(object)

Parameters:object (NXOpen.Annotations.SymbolFile) –
Returns:
Return type:NXOpen.Annotations.SymbolFileBuilder

New in version NX8.0.0.

License requirements: nx_layout (“NX Layout”)

FindObject

SymbolFileCollection.FindObject

Finds the NXOpen.Annotations.SymbolFile with the given name.

An exception will be thrown if no object can be found with the given name.

Signature FindObject(name)

Parameters:name (str) – Region name:Associated object index
Returns:Symbol file object
Return type:NXOpen.Annotations.SymbolFile

New in version NX8.0.0.

License requirements: None.