Class BarGeometry
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
BarGeometry
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.NodalAnalysis
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class BarGeometry : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
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>