Class AbstractAssemblySystemDeflection
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
AbstractAssemblySystemDeflection
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 AbstractAssemblySystemDeflection : PartSystemDeflection, IEquatable<APIBase>
Properties
AssemblyDesign
Declaration
public AbstractAssembly AssemblyDesign { get; }
Property Value
Type | Description |
---|---|
AbstractAssembly |
ComponentsWithUnknownMassProperties
Declaration
public ReadOnlyCollection<ComponentSystemDeflection> ComponentsWithUnknownMassProperties { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ComponentSystemDeflection> |
ComponentsWithZeroMassProperties
Declaration
public ReadOnlyCollection<ComponentSystemDeflection> ComponentsWithZeroMassProperties { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ComponentSystemDeflection> |
PowerFlowResults
Declaration
public AbstractAssemblyPowerFlow PowerFlowResults { get; }
Property Value
Type | Description |
---|---|
AbstractAssemblyPowerFlow |
RigidlyConnectedGroups
Declaration
public ReadOnlyCollection<RigidlyConnectedComponentGroupSystemDeflection> RigidlyConnectedGroups { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<RigidlyConnectedComponentGroupSystemDeflection> |
Implements
System.IEquatable<T>