Class MassDiscAdvancedSystemDeflection
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
MassDiscAdvancedSystemDeflection
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.AdvancedSystemDeflections
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class MassDiscAdvancedSystemDeflection : VirtualComponentAdvancedSystemDeflection, 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<MassDiscAdvancedSystemDeflection> Planetaries { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<MassDiscAdvancedSystemDeflection> |
Implements
System.IEquatable<T>