Class MountableComponentSystemDeflection
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
MountableComponentSystemDeflection
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.SystemDeflections
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class MountableComponentSystemDeflection : ComponentSystemDeflection, IEquatable<APIBase>
Properties
ComponentDesign
Declaration
public MountableComponent ComponentDesign { get; }
Property Value
Type | Description |
---|---|
MountableComponent |
DipFactor
Declaration
public double DipFactor { get; }
Property Value
Type | Description |
---|---|
System.Double |
InnerFEPart
Declaration
public FEPartSystemDeflection InnerFEPart { get; }
Property Value
Type | Description |
---|---|
FEPartSystemDeflection |
InnerFESubstructureNodes
Declaration
public ReadOnlyCollection<FESubstructureNode> InnerFESubstructureNodes { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<FESubstructureNode> |
PowerFlowResults
Declaration
public MountableComponentPowerFlow PowerFlowResults { get; }
Property Value
Type | Description |
---|---|
MountableComponentPowerFlow |
Implements
System.IEquatable<T>