Class EntityVectorState
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
EntityVectorState
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.NodalAnalysis.States
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class EntityVectorState : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
DegreesOfFreedomPerEntity
Declaration
public int DegreesOfFreedomPerEntity { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
NumberOfEntities
Declaration
public int NumberOfEntities { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Vector
Declaration
public RealVector Vector { get; }
Property Value
Type | Description |
---|---|
RealVector |
Implements
System.IEquatable<T>