Class SingularDegreeOfFreedomAnalysis
Inheritance
System.Object
SingularDegreeOfFreedomAnalysis
Assembly: SMT.MastaAPI.14.1.1.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