NX Open C++ Reference Guide
|
Manages the 3d array record
Not support KF.
More...
Public Member Functions | |
void | SetZCoordinatePoints (const std::vector< double > &zCoordinatePoints) |
Sets Z-Coordinate points Created in NX7.5.0. | |
void | SetZCoordinateUnit (NXOpen::CAE::FTK::BaseUnit *zCoordinateUnit) |
Sets Z-Coordinate unit Created in NX7.5.0. | |
![]() | |
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 3d array record
Not support KF.
Created in NX7.5.0.
void NXOpen::CAE::FTK::ArrayRecord3D::SetZCoordinatePoints | ( | const std::vector< double > & | zCoordinatePoints | ) |
Sets Z-Coordinate points
Created in NX7.5.0.
License requirements : nx_ftk ("NX Advanced Graphing")
zCoordinatePoints | Z-Coordinate data |
void NXOpen::CAE::FTK::ArrayRecord3D::SetZCoordinateUnit | ( | NXOpen::CAE::FTK::BaseUnit * | zCoordinateUnit | ) |
Sets Z-Coordinate unit
Created in NX7.5.0.
License requirements : nx_ftk ("NX Advanced Graphing")
zCoordinateUnit | Z-Coordinate unit |