Class NodalMatrixRow
Inheritance
System.Object
NodalMatrixRow
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class NodalMatrixRow : APIBase, IEquatable<APIBase>
Properties
CommaSeparatedValues
Declaration
public string CommaSeparatedValues { get; }
Property Value
Type |
Description |
System.String |
|
DegreeOfFreedom
Declaration
public int DegreeOfFreedom { get; }
Property Value
Type |
Description |
System.Int32 |
|
NodeIndex
Declaration
public int NodeIndex { get; }
Property Value
Type |
Description |
System.Int32 |
|
Values
Declaration
public ReadOnlyCollection<double> Values { get; }
Property Value
Type |
Description |
System.Collections.ObjectModel.ReadOnlyCollection<System.Double> |
|
Implements
System.IEquatable<T>
Extension Methods