Class MassProperties
Inheritance
System.Object
MassProperties
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class MassProperties : APIBase, IEquatable<APIBase>
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