Class BarGeometry
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.NodalAnalysis
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class BarGeometry : APIBase, IEquatable<APIBase>
Properties
CrossSectionalAreaRatio
Ratio of the largest cross sectional area of the two ends divided by the smaller one
Declaration
public double CrossSectionalAreaRatio { get; }
Property Value
Type | Description |
---|---|
System.Double |
Length
Measurement: ShortLength
Declaration
public double Length { get; }
Property Value
Type | Description |
---|---|
System.Double |
PolarAreaMomentOfInertiaRatio
Ratio of the largest cross sectional area of the two ends divided by the smaller one
Declaration
public double PolarAreaMomentOfInertiaRatio { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>