Class MassDiscParametricStudyTool
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
MassDiscParametricStudyTool
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.ParametricStudyTools
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class MassDiscParametricStudyTool : VirtualComponentParametricStudyTool, IEquatable<APIBase>
Properties
ComponentDesign
Declaration
public MassDisc ComponentDesign { get; }
Property Value
Type | Description |
---|---|
MassDisc |
ComponentLoadCase
Declaration
public MassDiscLoadCase ComponentLoadCase { get; }
Property Value
Type | Description |
---|---|
MassDiscLoadCase |
ComponentSystemDeflectionResults
Declaration
public ReadOnlyCollection<MassDiscSystemDeflection> ComponentSystemDeflectionResults { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<MassDiscSystemDeflection> |
Planetaries
Declaration
public ReadOnlyCollection<MassDiscParametricStudyTool> Planetaries { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<MassDiscParametricStudyTool> |
Implements
System.IEquatable<T>