NX Open C++ Reference Guide
|
Manager the options data for AFU Data Record
Not support KF.
More...
Public Member Functions | |
bool | GetHeaderFlag () |
Get the adding header flag when export to CSV file. | |
void | GetOptionData (NXString *recordName, NXOpen::CAE::XyFunctionGeneralType *functionType, NXOpen::CAE::AfuData::AbscissaType *abscissaType, NXOpen::CAE::XyFunctionUnit *xUnit, NXOpen::CAE::AfuData::OrdinateType *oridinateType, NXOpen::CAE::XyFunctionUnit *yUnit, bool *sortValueType) |
Get the options data for an AFU Data Record Created in NX6.0.0. | |
void | SetHeaderFlag (bool addHeader) |
Set the adding header flag when export to CSV file Created in NX7.5.0. | |
void | SetOptionData (const NXString &recordName, NXOpen::CAE::XyFunctionGeneralType functionType, NXOpen::CAE::AfuData::AbscissaType abscissaType, NXOpen::CAE::XyFunctionUnit xUnit, NXOpen::CAE::AfuData::OrdinateType oridinateType, NXOpen::CAE::XyFunctionUnit yUnit, bool sortValueType) |
Set the options data for an AFU Data Record Created in NX6.0.0. | |
tag_t | Tag () const |
Returns the tag of this object. |
Manager the options data for AFU Data Record
Not support KF.
Get the adding header flag when export to CSV file.
void NXOpen::CAE::FTK::OptionSetting::GetOptionData | ( | NXString * | recordName, |
NXOpen::CAE::XyFunctionGeneralType * | functionType, | ||
NXOpen::CAE::AfuData::AbscissaType * | abscissaType, | ||
NXOpen::CAE::XyFunctionUnit * | xUnit, | ||
NXOpen::CAE::AfuData::OrdinateType * | oridinateType, | ||
NXOpen::CAE::XyFunctionUnit * | yUnit, | ||
bool * | sortValueType | ||
) |
Get the options data for an AFU Data Record
Created in NX6.0.0.
License requirements : nx_ftk ("NX Advanced Graphing")
void NXOpen::CAE::FTK::OptionSetting::SetHeaderFlag | ( | bool | addHeader | ) |
Set the adding header flag when export to CSV file
Created in NX7.5.0.
License requirements : nx_ftk ("NX Advanced Graphing")
addHeader | If want to add header when export to CSV file |
void NXOpen::CAE::FTK::OptionSetting::SetOptionData | ( | const NXString & | recordName, |
NXOpen::CAE::XyFunctionGeneralType | functionType, | ||
NXOpen::CAE::AfuData::AbscissaType | abscissaType, | ||
NXOpen::CAE::XyFunctionUnit | xUnit, | ||
NXOpen::CAE::AfuData::OrdinateType | oridinateType, | ||
NXOpen::CAE::XyFunctionUnit | yUnit, | ||
bool | sortValueType | ||
) |
Set the options data for an AFU Data Record
Created in NX6.0.0.
License requirements : nx_ftk ("NX Advanced Graphing")
recordName | The name of the AFU Data Record NOTE: The full Unicode character set is not supported for this parameter. |
functionType | Usage type of AFU Data Record used |
abscissaType | Abscissa specific data type |
xUnit | Unit Code of AFU data |
oridinateType | Ordinate specific data type |
yUnit | Unit Code of AFU data |
sortValueType | If want to sort value in x direction |
tag_t NXOpen::CAE::FTK::OptionSetting::Tag | ( | ) | const |
Returns the tag of this object.