ElectricalFormatCollection Class

class NXOpen.Routing.Electrical.ElectricalFormatCollection

Bases: object

Represents a Routing NXOpen.Routing.Electrical.ElectricalFormatCollection object.

To obtain an instance of this class, refer to NXOpen.Routing.RouteManager

New in version NX5.0.1.

Methods

Method Description
CreateFormat Creates a NXOpen.Routing.Electrical.ElectricalFormat object.
GetDisplayFormat Get the displayed NXOpen.Routing.Electrical.ElectricalFormat object for the given navigator type.
SetDisplayFormat Set the NXOpen.Routing.Electrical.ElectricalFormat object as displayed format for the given navigator type.

Method Detail

CreateFormat

ElectricalFormatCollection.CreateFormat

Creates a NXOpen.Routing.Electrical.ElectricalFormat object.

Signature CreateFormat(name, type)

Parameters:
Returns:

Return type:

NXOpen.Routing.Electrical.ElectricalFormat

New in version NX5.0.1.

License requirements: routing_advanced (“Routing Advanced”), routing_base (“Routing Basic”)

GetDisplayFormat

ElectricalFormatCollection.GetDisplayFormat

Get the displayed NXOpen.Routing.Electrical.ElectricalFormat object for the given navigator type.

Signature GetDisplayFormat(type)

Parameters:type (NXOpen.Routing.Electrical.ElectricalFormatType) –
Returns:
Return type:NXOpen.Routing.Electrical.ElectricalFormat

New in version NX5.0.1.

License requirements: routing_advanced (“Routing Advanced”), routing_base (“Routing Basic”)

SetDisplayFormat

ElectricalFormatCollection.SetDisplayFormat

Set the NXOpen.Routing.Electrical.ElectricalFormat object as displayed format for the given navigator type.

Signature SetDisplayFormat(type, format)

Parameters:

New in version NX5.0.1.

License requirements: routing_advanced (“Routing Advanced”), routing_base (“Routing Basic”)