Class AbstractAssemblyModalAnalysis
Inheritance
System.Object
AbstractAssemblyModalAnalysis
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public abstract class AbstractAssemblyModalAnalysis : PartModalAnalysis, IEquatable<APIBase>
Properties
AssemblyDesign
Declaration
public AbstractAssembly AssemblyDesign { get; }
Property Value
ComponentDesign
Declaration
[Obsolete("Use AssemblyDesign")]
public AbstractAssembly ComponentDesign { get; }
Property Value
GearMeshes
Declaration
public ReadOnlyCollection<GearMeshModalAnalysis> GearMeshes { get; }
Property Value
RigidlyConnectedGroups
Declaration
public ReadOnlyCollection<ComponentModalAnalysis> RigidlyConnectedGroups { get; }
Property Value
SystemDeflectionResults
Declaration
public AbstractAssemblySystemDeflection SystemDeflectionResults { get; }
Property Value
Implements
System.IEquatable<T>
Extension Methods