NX Open C++ Reference Guide
|
Represents a Routing ElectricalNavigatorFilterCollection object. More...
Classes | |
class | iterator |
Iterator for accessing the contents of the collection. More... | |
Represents a Routing ElectricalNavigatorFilterCollection object.
<br> To obtain an instance of this class, refer to @link Routing::RouteManager Routing::RouteManager @endlink <br>
Created in NX5.0.1.
iterator NXOpen::Routing::Electrical::ElectricalNavigatorFilterCollection::begin | ( | ) |
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. |
NXOpen::Routing::Electrical::ElectricalNavigatorFilter* NXOpen::Routing::Electrical::ElectricalNavigatorFilterCollection::CreateFilter | ( | const char * | name, |
const char * | 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. |
iterator NXOpen::Routing::Electrical::ElectricalNavigatorFilterCollection::end | ( | ) |
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 |
void NXOpen::Routing::Electrical::ElectricalNavigatorFilterCollection::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.
Created in NX5.0.1.
License requirements : routing_advanced ("Routing Advanced"), routing_base ("Routing Basic")
type | type |
filter | filter |
tag_t NXOpen::Routing::Electrical::ElectricalNavigatorFilterCollection::Tag | ( | ) | const |
Returns the tag of this object.