NXOpen .NET Reference  12.0.0
Properties | List of all members
NXOpen.ScalarMatrixValue Class Reference

Represents a General M x N matrix of scalar (real) values. More...

Inheritance diagram for NXOpen.ScalarMatrixValue:
NXOpen.GeneralScalarTable

Properties

unsafe NXOpen.Unit Units [get, set]
 Returns or sets the units for the Matrix Value. More...
 
- Properties inherited from NXOpen.GeneralScalarTable
unsafe int NumCols [get]
 Returns the numuber of columns More...
 
unsafe int NumRows [get]
 Returns the number of rows More...
 

Additional Inherited Members

- Public Member Functions inherited from NXOpen.GeneralScalarTable
unsafe void SetTableSize (int nRows, int nCols, double dDefaultValue)
 Sets the table size More...
 
unsafe void SetNumberOfRows (int nRows, double dDefaultValue)
 Sets the number of rows More...
 
unsafe double GetCellValue (int iRow, int iCol)
 Returns the cell value More...
 
unsafe void SetCellValue (int iRow, int iCol, double cellValue)
 Sets cell value More...
 
unsafe void SetCellValue (int iRow, int iCol, int cellValue)
 Sets cell value More...
 
unsafe void SetCellNoValue (int iRow, int iCol)
 Sets cell as having no value More...
 
unsafe void SetNthRow (int iRow, double[] rowValues)
 Sets the entire Nth row of values. More...
 
unsafe double[] GetNthRow (int iRow)
 Returns the entire Nth row of values. More...
 
unsafe void SetNthColumn (int iCol, double[] columnValues)
 Sets the entire Nth column of values. More...
 
unsafe double[] GetNthColumn (int iCol)
 Returns the entire Nth column of values. More...
 
unsafe void SetNthColumnUnits (int iCol, NXOpen.Unit unitType)
 Sets the entire Nth column of values. More...
 
unsafe NXOpen.Unit GetNthColumnUnits (int iCol)
 Returns the entire Nth column of values. More...
 
- Protected Member Functions inherited from NXOpen.GeneralScalarTable
override void FreeResource ()
 Destroys the object More...
 

Detailed Description

Represents a General M x N matrix of scalar (real) values.

Created in NX6.0.0

Property Documentation

unsafe NXOpen.Unit NXOpen.ScalarMatrixValue.Units
getset

Returns or sets the units for the Matrix Value.

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: None.


The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.