Class InertiaTensor
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
InertiaTensor
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.MathUtility
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class InertiaTensor : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
XAxisInertia
Measurement: Inertia
Declaration
public double XAxisInertia { get; }
Property Value
Type | Description |
---|---|
System.Double |
XYInertia
Measurement: Inertia
Declaration
public double XYInertia { get; }
Property Value
Type | Description |
---|---|
System.Double |
XZInertia
Measurement: Inertia
Declaration
public double XZInertia { get; }
Property Value
Type | Description |
---|---|
System.Double |
YAxisInertia
Measurement: Inertia
Declaration
public double YAxisInertia { get; }
Property Value
Type | Description |
---|---|
System.Double |
YZInertia
Measurement: Inertia
Declaration
public double YZInertia { get; }
Property Value
Type | Description |
---|---|
System.Double |
ZAxisInertia
Measurement: Inertia
Declaration
public double ZAxisInertia { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>