Class SingularDegreeOfFreedomAnalysis
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
SingularDegreeOfFreedomAnalysis
Inherited Members
APIBase.callPartialMethod<T>(String, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, T)
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class SingularDegreeOfFreedomAnalysis : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
ComponentsUsingNode
Declaration
public string ComponentsUsingNode { get; }
Property Value
Type |
Description |
System.String |
|
GlobalDegreeOfFreedom
Declaration
public int GlobalDegreeOfFreedom { get; }
Property Value
Type |
Description |
System.Int32 |
|
NodalEntitiesUsingNode
Declaration
public string NodalEntitiesUsingNode { get; }
Property Value
Type |
Description |
System.String |
|
NodeDegreeOfFreedom
Declaration
public int NodeDegreeOfFreedom { get; }
Property Value
Type |
Description |
System.Int32 |
|
NodeID
Declaration
public int NodeID { get; }
Property Value
Type |
Description |
System.Int32 |
|
NodeNames
Declaration
public string NodeNames { get; }
Property Value
Type |
Description |
System.String |
|
VectorValue
Declaration
public double VectorValue { get; }
Property Value
Type |
Description |
System.Double |
|
Implements
System.IEquatable<T>
Extension Methods