NX Open C++ Reference Guide
|
Represents a General M x N table of scalar (real) values. More...
Additional Inherited Members | |
![]() | |
double | GetCellValue (int iRow, int iCol) |
Returns the cell value. | |
std::vector< double > | GetNthColumn (int iCol) |
Returns the entire Nth column of values. | |
NXOpen::Unit * | GetNthColumnUnits (int iCol) |
Returns the entire Nth column of values. | |
std::vector< double > | GetNthRow (int iRow) |
Returns the entire Nth row of values. | |
int | NumCols () |
Returns the numuber of columns Created in NX6.0.0. | |
int | NumRows () |
Returns the number of rows Created in NX6.0.0. | |
void | SetCellValue (int iRow, int iCol, double cellValue) |
Sets cell value Created in NX6.0.0. | |
void | SetNthColumn (int iCol, const std::vector< double > &columnValues) |
Sets the entire Nth column of values. | |
void | SetNthColumnUnits (int iCol, NXOpen::Unit *unitType) |
Sets the entire Nth column of values. | |
void | SetNthRow (int iRow, const std::vector< double > &rowValues) |
Sets the entire Nth row of values. | |
void | SetTableSize (int nRows, int nCols, double dDefaultValue) |
Returns the table size Created in NX6.0.0. | |
virtual | ~GeneralScalarTable () |
Destroys the object Created in NX6.0.0. | |
Represents a General M x N table of scalar (real) values.
Created in NX6.0.0.