|
NX Open C++ Reference Guide
|
JA interface for UserDefinedFeatureApplicationField object
Created in NX8.0.0.
More...
Public Member Functions | |
| std::vector< double > | GetDoubles () |
| Gets all of the doubles in this field. | |
| std::vector< int > | GetIntegers () |
| Gets all of the integers stored in this field. | |
| std::vector < NXOpen::TaggedObject * > | GetObjects () |
| Gets all of the objects in this field. | |
| std::vector< NXString > | GetStrings () |
| Gets all of the strings in this field. | |
| NXString | Name () |
| Returns the name of this field Created in NX8.0.0. | |
| void | SetDoubles (const std::vector< double > &doubles) |
| Sets all of the doubles in this field Created in NX8.0.0. | |
| void | SetIntegers (const std::vector< int > &integers) |
| Sets all of the integers stored in this field Created in NX8.0.0. | |
| void | SetObjects (const std::vector< NXOpen::TaggedObject * > &objects) |
| Sets all of the objects in this field Created in NX8.0.0. | |
| void | SetStrings (std::vector< NXString > &strings) |
| Sets all of the strings in this field Created in NX8.0.0. | |
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. | |
JA interface for UserDefinedFeatureApplicationField object
Created in NX8.0.0.
| std::vector<double> NXOpen::Features::UserDefinedFeatureApplicationField::GetDoubles | ( | ) |
Gets all of the doubles in this field.
| std::vector<int> NXOpen::Features::UserDefinedFeatureApplicationField::GetIntegers | ( | ) |
Gets all of the integers stored in this field.
| std::vector<NXOpen::TaggedObject *> NXOpen::Features::UserDefinedFeatureApplicationField::GetObjects | ( | ) |
Gets all of the objects in this field.
| std::vector<NXString> NXOpen::Features::UserDefinedFeatureApplicationField::GetStrings | ( | ) |
Gets all of the strings in this field.
| NXString NXOpen::Features::UserDefinedFeatureApplicationField::Name | ( | ) |
Returns the name of this field
Created in NX8.0.0.
License requirements : None
| void NXOpen::Features::UserDefinedFeatureApplicationField::SetDoubles | ( | const std::vector< double > & | doubles | ) |
Sets all of the doubles in this field
Created in NX8.0.0.
License requirements : None
| doubles | New Array of doubles in this field |
| void NXOpen::Features::UserDefinedFeatureApplicationField::SetIntegers | ( | const std::vector< int > & | integers | ) |
Sets all of the integers stored in this field
Created in NX8.0.0.
License requirements : None
| integers | New Array of integers in this field |
| void NXOpen::Features::UserDefinedFeatureApplicationField::SetObjects | ( | const std::vector< NXOpen::TaggedObject * > & | objects | ) |
Sets all of the objects in this field
Created in NX8.0.0.
License requirements : None
| objects | New Array of strings in this field |
| void NXOpen::Features::UserDefinedFeatureApplicationField::SetStrings | ( | std::vector< NXString > & | strings | ) |
Sets all of the strings in this field
Created in NX8.0.0.
License requirements : None
| strings | New Array of strings in this field NOTE: The full Unicode character set is not supported for this parameter. |