|
NX Open C++ Reference Guide
|
Represents a NavigatorFilter object. More...
Public Member Functions | |
| NXString | Clause () |
| Returns the clause of NavigatorFilter Created in NX5.0.1. | |
| NXString | Name () |
| Returns the name of NavigatorFilter Created in NX5.0.1. | |
| void | SetClause (const NXString &clause) |
| Sets the clause of NavigatorFilter Created in NX5.0.1. | |
| void | SetClause (const char *clause) |
| Sets the clause of NavigatorFilter Created in NX5.0.1. | |
| void | SetName (const NXString &name) |
| Sets the name of NavigatorFilter Created in NX5.0.1. | |
| void | SetName (const char *name) |
| Sets the name of NavigatorFilter Created in NX5.0.1. | |
Public Member Functions inherited from NXOpen::TaggedObject | |
| tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
| tag_t | Tag () const |
| Returns the tag of this object. | |
Represents a NavigatorFilter object.
This is an abstract class, and cannot be created
Created in NX5.0.1.
| NXString NXOpen::NavigatorFilter::Clause | ( | ) |
Returns the clause of NavigatorFilter
Created in NX5.0.1.
License requirements : None
| NXString NXOpen::NavigatorFilter::Name | ( | ) |
Returns the name of NavigatorFilter
Created in NX5.0.1.
License requirements : None
| void NXOpen::NavigatorFilter::SetClause | ( | const NXString & | clause | ) |
Sets the clause of NavigatorFilter
Created in NX5.0.1.
License requirements : None
| clause | clause |
| void NXOpen::NavigatorFilter::SetClause | ( | const char * | clause | ) |
Sets the clause of NavigatorFilter
Created in NX5.0.1.
License requirements : None
| clause | clause |
| void NXOpen::NavigatorFilter::SetName | ( | const NXString & | name | ) |
Sets the name of NavigatorFilter
Created in NX5.0.1.
License requirements : None
| name | name |
| void NXOpen::NavigatorFilter::SetName | ( | const char * | name | ) |
Sets the name of NavigatorFilter
Created in NX5.0.1.
License requirements : None
| name | name |