ScalarTableValue Class¶
-
class
NXOpen.ScalarTableValue¶ Bases:
NXOpen.GeneralScalarTableRepresents a General M x N table of scalar (real) values.
New in version NX6.0.0.
Properties¶
| Property | Description |
|---|---|
| NumCols | Returns the numuber of columns |
| NumRows | Returns the number of rows |
Methods¶
| Method | Description |
|---|---|
| Dispose | Destroys the object |
| GetCellValue | Returns the cell value |
| GetNthColumn | Returns the entire Nth column of values. |
| GetNthColumnUnits | Returns the entire Nth column of values. |
| GetNthRow | Returns the entire Nth row of values. |
| SetCellNoValue | Sets cell as having no value |
| SetCellValue | Sets cell value |
| SetNthColumn | Sets the entire Nth column of values. |
| SetNthColumnUnits | Sets the entire Nth column of values. |
| SetNthRow | Sets the entire Nth row of values. |
| SetNumberOfRows | Sets the number of rows |
| SetTableSize | Sets the table size |