NX Open C++ Reference Guide
|
Manages the 2d array record
Not support KF.
More...
Public Member Functions | |
std::vector< double > | GetComplexData (std::vector< double > &yCoordinateReal, std::vector< double > &yCoordinateImag) |
Gets complex points data. | |
NXString | GetLegend () |
Gets the legend. | |
std::vector< double > | GetRealData (std::vector< double > &yCoordinatePoints) |
Gets real points data. | |
NXString | GetTitle () |
Gets the title. | |
NXOpen::CAE::FTK::BaseUnit * | GetXCoordinateUnit () |
Gets X-Coordinate unit. | |
NXOpen::CAE::FTK::BaseUnit * | GetYCoordinateUnit () |
Gets Y-Coordinate unit. | |
void | SetComplexData (const std::vector< double > &xCoordinatePoints, const std::vector< double > &yCoordinateReal, const std::vector< double > &yCoordinateImag) |
Sets complex points data Created in NX9.0.0. | |
void | SetRealData (const std::vector< double > &xCoordinatePoints, const std::vector< double > &yCoordinatePoints) |
Sets real points data Created in NX9.0.0. | |
void | SetXCoordinatePoints (const std::vector< double > &xCoordinatePoints) |
Sets X-Coordinate points | |
void | SetXCoordinateUnit (NXOpen::CAE::FTK::BaseUnit *xCoordinateUnit) |
Sets X-Coordinate unit Created in NX7.5.0. | |
void | SetYCoordinatePoints (const std::vector< double > &yCoordinatePoints) |
Sets Y-Coordinate points, the supplied point data consists of real numbers | |
void | SetYCoordinatePoints (const std::vector< double > &yCoordinateReal, const std::vector< double > &yCoordinateImag) |
Sets Y-Coordinate points, the supplied point data consists of real and imaginary numbers | |
void | SetYCoordinateUnit (NXOpen::CAE::FTK::BaseUnit *yCoordinateUnit) |
Sets Y-Coordinate unit Created in NX7.5.0. | |
Additional Inherited Members | |
![]() | |
enum | AttributeType { AttributeTypeInvalid, AttributeTypeNull, AttributeTypeBoolean, AttributeTypeInteger, AttributeTypeReal, AttributeTypeString, AttributeTypeTime, AttributeTypeReference, AttributeTypeAny = 100 } |
Specifies attribute type. More... | |
enum | DateAndTimeFormat { DateAndTimeFormatNumeric, DateAndTimeFormatTextual } |
Specifies the format of the date and time attribute. More... | |
Manages the 2d array record
Not support KF.
Created in NX7.5.0.
std::vector<double> NXOpen::CAE::FTK::ArrayRecord2D::GetComplexData | ( | std::vector< double > & | yCoordinateReal, |
std::vector< double > & | yCoordinateImag | ||
) |
Gets complex points data.
yCoordinateReal | Real part of Y-Coordinate data |
yCoordinateImag | Imaginary part of Y-Coordinate data |
NXString NXOpen::CAE::FTK::ArrayRecord2D::GetLegend | ( | ) |
Gets the legend.
std::vector<double> NXOpen::CAE::FTK::ArrayRecord2D::GetRealData | ( | std::vector< double > & | yCoordinatePoints | ) |
Gets real points data.
yCoordinatePoints | Y-Coordinate data |
NXString NXOpen::CAE::FTK::ArrayRecord2D::GetTitle | ( | ) |
Gets the title.
NXOpen::CAE::FTK::BaseUnit* NXOpen::CAE::FTK::ArrayRecord2D::GetXCoordinateUnit | ( | ) |
Gets X-Coordinate unit.
NXOpen::CAE::FTK::BaseUnit* NXOpen::CAE::FTK::ArrayRecord2D::GetYCoordinateUnit | ( | ) |
Gets Y-Coordinate unit.
void NXOpen::CAE::FTK::ArrayRecord2D::SetComplexData | ( | const std::vector< double > & | xCoordinatePoints, |
const std::vector< double > & | yCoordinateReal, | ||
const std::vector< double > & | yCoordinateImag | ||
) |
Sets complex points data
Created in NX9.0.0.
License requirements : nx_ftk ("NX Advanced Graphing")
xCoordinatePoints | X-Coordinate data |
yCoordinateReal | Real part of Y-Coordinate data |
yCoordinateImag | Imaginary part of Y-Coordinate data |
void NXOpen::CAE::FTK::ArrayRecord2D::SetRealData | ( | const std::vector< double > & | xCoordinatePoints, |
const std::vector< double > & | yCoordinatePoints | ||
) |
Sets real points data
Created in NX9.0.0.
License requirements : nx_ftk ("NX Advanced Graphing")
xCoordinatePoints | X-Coordinate data |
yCoordinatePoints | Y-Coordinate data |
void NXOpen::CAE::FTK::ArrayRecord2D::SetXCoordinatePoints | ( | const std::vector< double > & | xCoordinatePoints | ) |
Sets X-Coordinate points
Use ArrayRecord2D::SetRealData or ArrayRecord2D::SetComplexData instead.
Created in NX7.5.0.
License requirements : nx_ftk ("NX Advanced Graphing")
xCoordinatePoints | X-Coordinate data |
void NXOpen::CAE::FTK::ArrayRecord2D::SetXCoordinateUnit | ( | NXOpen::CAE::FTK::BaseUnit * | xCoordinateUnit | ) |
Sets X-Coordinate unit
Created in NX7.5.0.
License requirements : nx_ftk ("NX Advanced Graphing")
xCoordinateUnit | X-Coordinate unit |
void NXOpen::CAE::FTK::ArrayRecord2D::SetYCoordinatePoints | ( | const std::vector< double > & | yCoordinatePoints | ) |
Sets Y-Coordinate points, the supplied point data consists of real numbers
Use ArrayRecord2D::SetRealData or ArrayRecord2D::SetComplexData instead.
Created in NX7.5.0.
License requirements : nx_ftk ("NX Advanced Graphing")
yCoordinatePoints | Y-Coordinate data |
void NXOpen::CAE::FTK::ArrayRecord2D::SetYCoordinatePoints | ( | const std::vector< double > & | yCoordinateReal, |
const std::vector< double > & | yCoordinateImag | ||
) |
Sets Y-Coordinate points, the supplied point data consists of real and imaginary numbers
Use ArrayRecord2D::SetRealData or ArrayRecord2D::SetComplexData instead.
Created in NX7.5.0.
License requirements : nx_ftk ("NX Advanced Graphing")
yCoordinateReal | Real part of Y-Coordinate data |
yCoordinateImag | Imaginary part of Y-Coordinate data |
void NXOpen::CAE::FTK::ArrayRecord2D::SetYCoordinateUnit | ( | NXOpen::CAE::FTK::BaseUnit * | yCoordinateUnit | ) |
Sets Y-Coordinate unit
Created in NX7.5.0.
License requirements : nx_ftk ("NX Advanced Graphing")
yCoordinateUnit | Y-Coordinate unit |