Class MassDiscLoadCase
Inheritance
System.Object
MassDiscLoadCase
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class MassDiscLoadCase : VirtualComponentLoadCase, IEquatable<APIBase>
Properties
ComponentDesign
Declaration
public MassDisc ComponentDesign { get; }
Property Value
Mass
Declaration
public Overridable<double> Mass { get; set; }
Property Value
NumberOfNodesForNodeModel
Declaration
public Overridable<int> NumberOfNodesForNodeModel { get; set; }
Property Value
Planetaries
Declaration
public ReadOnlyCollection<MassDiscLoadCase> Planetaries { get; }
Property Value
| Type |
Description |
| System.Collections.ObjectModel.ReadOnlyCollection<MassDiscLoadCase> |
|
PolarInertia
Declaration
public Overridable<double> PolarInertia { get; set; }
Property Value
TransverseInertia
Declaration
public Overridable<double> TransverseInertia { get; set; }
Property Value
Implements
System.IEquatable<T>
Extension Methods