Class ElementPropertiesMass
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ElementPropertiesMass
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.NodalAnalysis.DevToolsAnalyses.FullFEReporting
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class ElementPropertiesMass : ElementPropertiesBase, IEquatable<APIBase>
Properties
Inertia
Declaration
public InertiaTensor Inertia { get; }
Property Value
Type | Description |
---|---|
InertiaTensor |
Mass
Declaration
public Vector3D Mass { get; }
Property Value
Type | Description |
---|---|
Vector3D |
Implements
System.IEquatable<T>