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 |
---|---|
Abstract |
ComponentsWithUnknownMassProperties
Declaration
public ReadOnlyCollection<ComponentSystemDeflection> ComponentsWithUnknownMassProperties { get; }
Property Value
Type | Description |
---|---|
System. |
ComponentsWithZeroMassProperties
Declaration
public ReadOnlyCollection<ComponentSystemDeflection> ComponentsWithZeroMassProperties { get; }
Property Value
Type | Description |
---|---|
System. |
PowerFlowResults
Declaration
public AbstractAssemblyPowerFlow PowerFlowResults { get; }
Property Value
Type | Description |
---|---|
Abstract |
RigidlyConnectedGroups
Declaration
public ReadOnlyCollection<RigidlyConnectedComponentGroupSystemDeflection> RigidlyConnectedGroups { get; }
Property Value
Type | Description |
---|---|
System. |
Implements
System.IEquatable<T>