ElectricalFormatCollection Class¶
-
class
NXOpen.Routing.Electrical.ElectricalFormatCollection¶ Bases:
objectRepresents a Routing
NXOpen.Routing.Electrical.ElectricalFormatCollectionobject.To obtain an instance of this class, refer to
NXOpen.Routing.RouteManagerNew 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.ElectricalFormatobject.Signature
CreateFormat(name, type)Parameters: - name (str) –
- type (
NXOpen.Routing.Electrical.ElectricalFormatType) –
Returns: Return type: 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.ElectricalFormatobject for the given navigator type.Signature
GetDisplayFormat(type)Parameters: type ( NXOpen.Routing.Electrical.ElectricalFormatType) –Returns: Return type: NXOpen.Routing.Electrical.ElectricalFormatNew in version NX5.0.1.
License requirements: routing_advanced (“Routing Advanced”), routing_base (“Routing Basic”)
SetDisplayFormat¶
-
ElectricalFormatCollection.SetDisplayFormat¶ Set the
NXOpen.Routing.Electrical.ElectricalFormatobject 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”)