NX Open C++ Reference Guide
|
Manages the 2d array record
Not support KF.
More...
Public Member Functions | |
void | SetXCoordinatePoints (const std::vector< double > &xCoordinatePoints) |
Sets X-Coordinate points Created in NX7.5.0. | |
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 Created in NX7.5.0. | |
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 Created in NX7.5.0. | |
void | SetYCoordinateUnit (NXOpen::CAE::FTK::BaseUnit *yCoordinateUnit) |
Sets Y-Coordinate unit Created in NX7.5.0. |
Manages the 2d array record
Not support KF.
Created in NX7.5.0.
void NXOpen::CAE::FTK::ArrayRecord2D::SetXCoordinatePoints | ( | const std::vector< double > & | xCoordinatePoints | ) |
Sets X-Coordinate points
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
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
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 |