Class MassProperties
Inheritance
System.Object
MassProperties
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class MassProperties : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
CentreOfMass
Declaration
public Vector3D CentreOfMass { get; }
Property Value
InertiaTensorAboutCentreOfMass
Declaration
public InertiaTensor InertiaTensorAboutCentreOfMass { get; }
Property Value
InertiaTensorAboutOrigin
Declaration
public InertiaTensor InertiaTensorAboutOrigin { get; }
Property Value
Mass
Declaration
public double Mass { get; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods