NX Open C++ Reference Guide
Public Member Functions
NXOpen::CAE::FTK::ArrayRecord2D Class Reference

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

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

List of all members.

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.

Detailed Description

Manages the 2d array record
Not support KF.



Created in NX7.5.0.


Member Function Documentation

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

Parameters:
xCoordinatePointsX-Coordinate data

Sets X-Coordinate unit
Created in NX7.5.0.



License requirements : nx_ftk ("NX Advanced Graphing")

Parameters:
xCoordinateUnitX-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")

Parameters:
yCoordinatePointsY-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")

Parameters:
yCoordinateRealReal part of Y-Coordinate data
yCoordinateImagImaginary part of Y-Coordinate data

Sets Y-Coordinate unit
Created in NX7.5.0.



License requirements : nx_ftk ("NX Advanced Graphing")

Parameters:
yCoordinateUnitY-Coordinate unit

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