NX Open C++ Reference Guide
|
JA interface for UserDefinedFeatureApplicationData object
Created in NX8.0.0.
More...
Public Member Functions | |
NXOpen::Features::UserDefinedFeatureApplicationField * | AddField (const NXString &name) |
Adds named field. | |
NXOpen::Features::UserDefinedFeatureApplicationField * | AddField (const char *name) |
Adds named field. | |
NXOpen::Features::UserDefinedFeatureApplicationField * | GetField (const NXString &name) |
Gets named field. | |
NXOpen::Features::UserDefinedFeatureApplicationField * | GetField (const char *name) |
Gets named field. | |
std::vector < NXOpen::Features::UserDefinedFeatureApplicationField * > | GetFields () |
Gets all of the fields. | |
void | RemoveField (NXOpen::Features::UserDefinedFeatureApplicationField *field) |
Removes named field. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
JA interface for UserDefinedFeatureApplicationData object
Created in NX8.0.0.
NXOpen::Features::UserDefinedFeatureApplicationField* NXOpen::Features::UserDefinedFeatureApplicationData::AddField | ( | const NXString & | name | ) |
Adds named field.
Returns existing field if one exists.
name | name of the field NOTE: The full Unicode character set is not supported for this parameter. |
NXOpen::Features::UserDefinedFeatureApplicationField* NXOpen::Features::UserDefinedFeatureApplicationData::AddField | ( | const char * | name | ) |
Adds named field.
Returns existing field if one exists.
name | name of the field NOTE: The full Unicode character set is not supported for this parameter. |
NXOpen::Features::UserDefinedFeatureApplicationField* NXOpen::Features::UserDefinedFeatureApplicationData::GetField | ( | const NXString & | name | ) |
Gets named field.
Creates field if it doesnt exist.
name | name of the field NOTE: The full Unicode character set is not supported for this parameter. |
NXOpen::Features::UserDefinedFeatureApplicationField* NXOpen::Features::UserDefinedFeatureApplicationData::GetField | ( | const char * | name | ) |
Gets named field.
Creates field if it doesnt exist.
name | name of the field NOTE: The full Unicode character set is not supported for this parameter. |
std::vector<NXOpen::Features::UserDefinedFeatureApplicationField *> NXOpen::Features::UserDefinedFeatureApplicationData::GetFields | ( | ) |
Gets all of the fields.
void NXOpen::Features::UserDefinedFeatureApplicationData::RemoveField | ( | NXOpen::Features::UserDefinedFeatureApplicationField * | field | ) |
Removes named field.
This removes the field and deletes it.
Created in NX8.0.0.
License requirements : None
field | the field |