NX Open C++ Reference Guide
|
Represents a Routing ElectricalNavigatorFilterCollection 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::ElectricalNavigatorFilter * | CreateFilter (const NXString &name, const NXString &clause) |
Creates a Routing::Electrical::ElectricalNavigatorFilter object. | |
iterator | end () |
Returns an iterator addressing one past the last element. | |
NXOpen::Routing::Electrical::ElectricalNavigatorFilter * | GetDisplayFilter (NXOpen::Routing::Electrical::ElectricalFormat::Type type) |
Get the displayed Routing::Electrical::ElectricalNavigatorFilter object for the given navigator type. | |
void | SetDisplayFilter (NXOpen::Routing::Electrical::ElectricalFormat::Type type, NXOpen::Routing::Electrical::ElectricalNavigatorFilter *filter) |
Set the Routing::Electrical::ElectricalNavigatorFilter object as displayed filter for given navigator type. | |
tag_t | Tag () const |
Returns the tag of this object. |
Represents a Routing ElectricalNavigatorFilterCollection object.
To obtain an instance of this class, refer to Routing::RouteManager
Created in NX5.0.1.
Returns an iterator addressing the first element.
NXOpen::Routing::Electrical::ElectricalNavigatorFilter* NXOpen::Routing::Electrical::ElectricalNavigatorFilterCollection::CreateFilter | ( | const NXString & | name, |
const NXString & | clause | ||
) |
Creates a Routing::Electrical::ElectricalNavigatorFilter object.
name | Name of the filter NOTE: The full Unicode character set is not supported for this parameter. |
clause | Clause of the filter NOTE: The full Unicode character set is not supported for this parameter. |
Returns an iterator addressing one past the last element.
NXOpen::Routing::Electrical::ElectricalNavigatorFilter* NXOpen::Routing::Electrical::ElectricalNavigatorFilterCollection::GetDisplayFilter | ( | NXOpen::Routing::Electrical::ElectricalFormat::Type | type | ) |
Get the displayed Routing::Electrical::ElectricalNavigatorFilter object for the given navigator type.
type | type |
Set the Routing::Electrical::ElectricalNavigatorFilter object as displayed filter for given navigator type.
Created in NX5.0.1.
License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical")
type | type |
filter | filter |
Returns the tag of this object.