Class AbstractAssemblySystemDeflection
Inheritance
System.Object
AbstractAssemblySystemDeflection
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public abstract class AbstractAssemblySystemDeflection : PartSystemDeflection, IEquatable<APIBase>
Properties
AssemblyDesign
Declaration
public AbstractAssembly AssemblyDesign { get; }
Property Value
ComponentDesign
Declaration
[Obsolete("Use AssemblyDesign")]
public AbstractAssembly ComponentDesign { get; }
Property Value
ComponentsWithUnknownMassProperties
Declaration
public ReadOnlyCollection<ComponentSystemDeflection> ComponentsWithUnknownMassProperties { get; }
Property Value
ComponentsWithZeroMassProperties
Declaration
public ReadOnlyCollection<ComponentSystemDeflection> ComponentsWithZeroMassProperties { get; }
Property Value
PowerFlowResults
Declaration
public AbstractAssemblyPowerFlow PowerFlowResults { get; }
Property Value
RigidlyConnectedGroups
Declaration
public ReadOnlyCollection<RigidlyConnectedComponentGroupSystemDeflection> RigidlyConnectedGroups { get; }
Property Value
Implements
System.IEquatable<T>
Extension Methods