NX Open C++ Reference Guide
Public Member Functions | List of all members
NXOpen::CAE::FTK::ArrayRecord3D Class Reference

Manages the 3d array record
Not support KF. More...

Inheritance diagram for NXOpen::CAE::FTK::ArrayRecord3D:
NXOpen::CAE::FTK::ArrayRecord2D NXOpen::CAE::FTK::BaseRecord NXOpen::NXObject NXOpen::TaggedObject NXOpen::INXObject

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.
 
- Public Member Functions inherited from NXOpen::CAE::FTK::ArrayRecord2D
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::BaseUnitGetXCoordinateUnit ()
 Gets X-Coordinate unit.
 
NXOpen::CAE::FTK::BaseUnitGetYCoordinateUnit ()
 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

- Public Types inherited from NXOpen::NXObject
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...
 

Detailed Description

Manages the 3d array record
Not support KF.



Created in NX7.5.0.

Member Function Documentation

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")

Parameters
zCoordinatePointsZ-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")

Parameters
zCoordinateUnitZ-Coordinate unit

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