Class AbstractAssemblyAdvancedTimeSteppingAnalysisForModulation
Inheritance
System.Object
AbstractAssemblyAdvancedTimeSteppingAnalysisForModulation
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.AdvancedTimeSteppingAnalysesForModulation
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public abstract class AbstractAssemblyAdvancedTimeSteppingAnalysisForModulation : PartAdvancedTimeSteppingAnalysisForModulation, IEquatable<APIBase>
Properties
AssemblyDesign
Declaration
public AbstractAssembly AssemblyDesign { get; }
Property Value
Type | Description |
---|---|
AbstractAssembly |
ComponentDesign
Declaration
[Obsolete("Use AssemblyDesign")]
public AbstractAssembly ComponentDesign { get; }
Property Value
Type | Description |
---|---|
AbstractAssembly |
SystemDeflectionResults
Declaration
public AbstractAssemblySystemDeflection SystemDeflectionResults { get; }
Property Value
Type | Description |
---|---|
AbstractAssemblySystemDeflection |
Implements
System.IEquatable<T>