Class ElementPropertiesRigid
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ElementPropertiesRigid
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.NodalAnalysis.DevToolsAnalyses.FullFEReporting
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public 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>