Class BarGeometry
Inheritance
System.Object
BarGeometry
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class BarGeometry : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
CrossSectionalAreaRatio
Declaration
public double CrossSectionalAreaRatio { get; }
Property Value
| Type |
Description |
| System.Double |
|
Length
Declaration
public double Length { get; }
Property Value
| Type |
Description |
| System.Double |
|
PolarAreaMomentOfInertiaRatio
Declaration
public double PolarAreaMomentOfInertiaRatio { get; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods