Class NodalMatrixRow
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
NodalMatrixRow
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.NodalAnalysis
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class NodalMatrixRow : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
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>