NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
NXOpen::ScalarTableValue类 参考

表示一个通用M×N的标量(实数)值表格。
于NX6.0.0版本创建。
更多...

#include <ScalarTableValue.hxx>

类 NXOpen::ScalarTableValue 继承关系图:
NXOpen::GeneralScalarTable NXOpen::TransientObject

额外继承的成员函数

Public 成员函数 继承自 NXOpen::GeneralScalarTable
double GetCellValue (int iRow, int iCol)
std::vector< double > GetNthColumn (int iCol)
NXOpen::UnitGetNthColumnUnits (int iCol)
std::vector< double > GetNthRow (int iRow)
int NumCols ()
int NumRows ()
void SetCellNoValue (int iRow, int iCol)
void SetCellValue (int iRow, int iCol, double cellValue)
void SetCellValue (int iRow, int iCol, int cellValue)
void SetNthColumn (int iCol, const std::vector< double > &columnValues)
void SetNthColumnUnits (int iCol, NXOpen::Unit *unitType)
void SetNthRow (int iRow, const std::vector< double > &rowValues)
void SetNumberOfRows (int nRows, double dDefaultValue)
void SetTableSize (int nRows, int nCols, double dDefaultValue)
virtual ~GeneralScalarTable ()
Public 成员函数 继承自 NXOpen::TransientObject
void * GetHandle ()

详细描述

表示一个通用M×N的标量(实数)值表格。
于NX6.0.0版本创建。

标量表值