Class MassDiscLoadCase
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
MassDiscLoadCase
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.StaticLoads
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class MassDiscLoadCase : VirtualComponentLoadCase, IEquatable<APIBase>
Properties
ComponentDesign
Declaration
public MassDisc ComponentDesign { get; }
Property Value
Type | Description |
---|---|
MassDisc |
Mass
Measurement: Mass
Declaration
public Overridable<double> Mass { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
NumberOfNodesForNodeModel
Declaration
public Overridable<int> NumberOfNodesForNodeModel { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Int32> |
Planetaries
Declaration
public ReadOnlyCollection<MassDiscLoadCase> Planetaries { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<MassDiscLoadCase> |
PolarInertia
Measurement: Inertia
Declaration
public Overridable<double> PolarInertia { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
TransverseInertia
Measurement: Inertia
Declaration
public Overridable<double> TransverseInertia { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
Implements
System.IEquatable<T>