NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
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 NXOpen.TransientObject NXOpen.Utilities.NXRemotableObject IDisposable IMessageSink

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...
 
- Properties inherited from NXOpen.TransientObject
IntPtr Handle [get]
 Handle of the internal object represented by this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Public Member Functions inherited from NXOpen.GeneralScalarTable
unsafe double GetCellValue (int iRow, int iCol)
 Returns the cell value More...
 
unsafe double[] GetNthColumn (int iCol)
 Returns the entire Nth column of values. More...
 
unsafe NXOpen.Unit GetNthColumnUnits (int iCol)
 Returns the entire Nth column of values. More...
 
unsafe double[] GetNthRow (int iRow)
 Returns the entire Nth row of values. More...
 
unsafe void SetCellNoValue (int iRow, int iCol)
 Sets cell as having no 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 SetNthColumn (int iCol, double[] columnValues)
 Sets the entire Nth column of values. More...
 
unsafe void SetNthColumnUnits (int iCol, NXOpen.Unit unitType)
 Sets the entire Nth column of values. More...
 
unsafe void SetNthRow (int iRow, double[] rowValues)
 Sets the entire Nth row of values. More...
 
unsafe void SetNumberOfRows (int nRows, double dDefaultValue)
 Sets the number of rows More...
 
unsafe void SetTableSize (int nRows, int nCols, double dDefaultValue)
 Sets the table size 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 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.