NX Open C++ Reference Guide
|
Represents a Routing ElectricalFormatCollection object. More...
Classes | |
class | iterator |
Iterator for accessing the contents of the collection. More... | |
Public Member Functions | |
iterator | begin () |
Returns an iterator addressing the first element. | |
NXOpen::Routing::Electrical::ElectricalFormat * | CreateFormat (const NXString &name, NXOpen::Routing::Electrical::ElectricalFormat::Type type) |
Creates a Routing::Electrical::ElectricalFormat object. | |
iterator | end () |
Returns an iterator addressing one past the last element. | |
NXOpen::Routing::Electrical::ElectricalFormat * | GetDisplayFormat (NXOpen::Routing::Electrical::ElectricalFormat::Type type) |
Get the displayed Routing::Electrical::ElectricalFormat object for the given navigator type. | |
void | SetDisplayFormat (NXOpen::Routing::Electrical::ElectricalFormat::Type type, NXOpen::Routing::Electrical::ElectricalFormat *format) |
Set the Routing::Electrical::ElectricalFormat object as displayed format for the given navigator type. | |
tag_t | Tag () const |
Returns the tag of this object. |
Represents a Routing ElectricalFormatCollection object.
To obtain an instance of this class, refer to Routing::RouteManager
Created in NX5.0.1.
Returns an iterator addressing the first element.
Creates a Routing::Electrical::ElectricalFormat object.
name | NOTE: The full Unicode character set is not supported for this parameter. |
type | type |
Returns an iterator addressing one past the last element.
NXOpen::Routing::Electrical::ElectricalFormat* NXOpen::Routing::Electrical::ElectricalFormatCollection::GetDisplayFormat | ( | NXOpen::Routing::Electrical::ElectricalFormat::Type | type | ) |
Get the displayed Routing::Electrical::ElectricalFormat object for the given navigator type.
type | type |
void NXOpen::Routing::Electrical::ElectricalFormatCollection::SetDisplayFormat | ( | NXOpen::Routing::Electrical::ElectricalFormat::Type | type, |
NXOpen::Routing::Electrical::ElectricalFormat * | format | ||
) |
Set the Routing::Electrical::ElectricalFormat object as displayed format for the given navigator type.
Created in NX5.0.1.
License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical")
type | type |
format | format |
tag_t NXOpen::Routing::Electrical::ElectricalFormatCollection::Tag | ( | ) | const |
Returns the tag of this object.