Class ElementPropertiesShell
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ElementPropertiesShell
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 ElementPropertiesShell : ElementPropertiesWithMaterial, IEquatable<APIBase>
Properties
EffectiveShearRatio
Declaration
public double EffectiveShearRatio { get; }
Property Value
Type | Description |
---|---|
System.Double |
LayerThicknesses
Declaration
public string LayerThicknesses { get; }
Property Value
Type | Description |
---|---|
System.String |
NumberOfLayers
Declaration
public int NumberOfLayers { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Thickness
Measurement: ShortLength
Declaration
public double Thickness { get; }
Property Value
Type | Description |
---|---|
System.Double |
WallType
Declaration
public ElementPropertiesShellWallType WallType { get; }
Property Value
Type | Description |
---|---|
ElementPropertiesShellWallType |
Implements
System.IEquatable<T>