|
NX Open C++ 参考指南 2406 v1.1
|
表示通用M×N的标量(实数)值矩阵。
于NX6.0.0版本创建。
更多...
#include <ScalarMatrixValue.hxx>
Public 成员函数 | |
| void | SetUnits (NXOpen::Unit *unitType) |
| NXOpen::Unit * | Units () |
| Public 成员函数 继承自 NXOpen::GeneralScalarTable | |
| double | GetCellValue (int iRow, int iCol) |
| std::vector< double > | GetNthColumn (int iCol) |
| NXOpen::Unit * | GetNthColumnUnits (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版本创建。
标量矩阵值
| void NXOpen::ScalarMatrixValue::SetUnits | ( | NXOpen::Unit * | unitType | ) |
设置矩阵值的单位。
于NX6.0.0版本创建。
许可要求: 无
| unitType | 单位类型 |
| NXOpen::Unit * NXOpen::ScalarMatrixValue::Units | ( | ) |
返回矩阵值的单位。
于NX6.0.0版本创建。
许可要求: 无