NX Open C++ Reference Guide
Public Member Functions | List of all members
NXOpen::Features::UserDefinedFeatureApplicationField Class Reference

JA interface for UserDefinedFeatureApplicationField object
Created in NX8.0.0. More...

Inheritance diagram for NXOpen::Features::UserDefinedFeatureApplicationField:
NXOpen::TaggedObject

Public Member Functions

std::vector< double > GetDoubles ()
 Gets all of the doubles in this field. More...
 
std::vector< int > GetIntegers ()
 Gets all of the integers stored in this field. More...
 
std::vector
< NXOpen::TaggedObject * > 
GetObjects ()
 Gets all of the objects in this field. More...
 
std::vector< NXStringGetStrings ()
 Gets all of the strings in this field. More...
 
NXString Name ()
 Returns the name of this field
Created in NX8.0.0. More...
 
void SetDoubles (const std::vector< double > &doubles)
 Sets all of the doubles in this field
Created in NX8.0.0. More...
 
void SetIntegers (const std::vector< int > &integers)
 Sets all of the integers stored in this field
Created in NX8.0.0. More...
 
void SetObjects (const std::vector< NXOpen::TaggedObject * > &objects)
 Sets all of the objects in this field
Created in NX8.0.0. More...
 
void SetStrings (std::vector< NXString > &strings)
 Sets all of the strings in this field
Created in NX8.0.0. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

JA interface for UserDefinedFeatureApplicationField object
Created in NX8.0.0.


Member Function Documentation

std::vector<double> NXOpen::Features::UserDefinedFeatureApplicationField::GetDoubles ( )

Gets all of the doubles in this field.

Returns
Array of doubles in this field
Created in NX8.0.0.

License requirements : None
std::vector<int> NXOpen::Features::UserDefinedFeatureApplicationField::GetIntegers ( )

Gets all of the integers stored in this field.

Returns
Array of integers in this field
Created in NX8.0.0.

License requirements : None
std::vector<NXOpen::TaggedObject *> NXOpen::Features::UserDefinedFeatureApplicationField::GetObjects ( )

Gets all of the objects in this field.

Returns
Array of objects in this field
Created in NX8.0.0.

License requirements : None
std::vector<NXString> NXOpen::Features::UserDefinedFeatureApplicationField::GetStrings ( )

Gets all of the strings in this field.

Returns
Array of strings in this field
Created in NX8.0.0.

License requirements : None
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

Parameters
doublesNew 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

Parameters
integersNew 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

Parameters
objectsNew 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

Parameters
stringsNew Array of strings in this field

The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.