Class ElementPropertiesRigid
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.NodalAnalysis.DevToolsAnalyses.FullFEReporting
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class ElementPropertiesRigid : ElementPropertiesBase, IEquatable<APIBase>
Properties
DegreesOfFreedomList
Declaration
public ReadOnlyCollection<RigidElementNodeDegreesOfFreedom> DegreesOfFreedomList { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<RigidElementNodeDegreesOfFreedom> |
NumberOfDegreeOfFreedomInputs
Declaration
public int NumberOfDegreeOfFreedomInputs { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Implements
System.IEquatable<T>