ScalarMatrixValue Class

class NXOpen.ScalarMatrixValue

Bases: NXOpen.GeneralScalarTable

Represents a General M x N matrix 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
Units Returns or sets the units for the Matrix Value.

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

Property Detail

Units

ScalarMatrixValue.Units

Returns or sets the units for the Matrix Value.

-------------------------------------

Getter Method

Signature Units

Returns:None if the Matrix value has no units
Return type:NXOpen.Unit

New in version NX6.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature Units

Parameters:unitType (NXOpen.Unit) –

New in version NX6.0.0.

License requirements: None.