Version: 13.0

    Show / Hide Table of Contents

    Class CompoundAnalysis

    Inheritance
    System.Object
    System.MarshalByRefObject
    SMT.MastaAPIUtility.MarshalByRefObjectPermanent
    CompoundAnalysis
    CompoundAdvancedSystemDeflectionAnalysis
    CompoundAdvancedSystemDeflectionSubAnalysis
    CompoundAdvancedTimeSteppingAnalysisForModulation
    CompoundCriticalSpeedAnalysis
    CompoundDynamicAnalysis
    CompoundDynamicModelAtAStiffnessAnalysis
    CompoundDynamicModelForHarmonicAnalysis
    CompoundDynamicModelForModalAnalysis
    CompoundDynamicModelForStabilityAnalysis
    CompoundDynamicModelForSteadyStateSynchronousResponseAnalysis
    CompoundHarmonicAnalysis
    CompoundHarmonicAnalysisForAdvancedTimeSteppingAnalysisForModulation
    CompoundHarmonicAnalysisOfSingleExcitationAnalysis
    CompoundModalAnalysis
    CompoundModalAnalysisAtASpeed
    CompoundModalAnalysisAtAStiffness
    CompoundModalAnalysisForHarmonicAnalysis
    CompoundMultibodyDynamicsAnalysis
    CompoundPowerFlowAnalysis
    CompoundStabilityAnalysis
    CompoundSteadyStateSynchronousResponseAnalysis
    CompoundSteadyStateSynchronousResponseAtASpeedAnalysis
    CompoundSteadyStateSynchronousResponseOnAShaftAnalysis
    CompoundSystemDeflectionAnalysis
    CompoundTorsionalSystemDeflectionAnalysis
    Inherited Members
    SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
    Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults
    Assembly: SMT.MastaAPI.13.0.dll
    Syntax
    [ComVisible(true)]
    [ClassInterface(ClassInterfaceType.AutoDual)]
    [Guid("62FF79EC-FD9C-4199-842B-4C1E0CACE790")]
    public class CompoundAnalysis : MarshalByRefObjectPermanent

    Constructors

    CompoundAnalysis(AnalysisType, AbstractLoadCaseGroup)

    Declaration
    public CompoundAnalysis(AnalysisType analysisType, AbstractLoadCaseGroup abstractLoadCaseGroup)
    Parameters
    Type Name Description
    AnalysisType analysisType
    AbstractLoadCaseGroup abstractLoadCaseGroup

    Properties

    ResultsReady

    Declaration
    public bool ResultsReady { get; }
    Property Value
    Type Description
    System.Boolean

    Methods

    PerformAnalysis()

    Declaration
    public void PerformAnalysis()

    PerformAnalysis(TaskProgress)

    Declaration
    public void PerformAnalysis(TaskProgress progress)
    Parameters
    Type Name Description
    SMT.MastaAPIUtility.TaskProgress progress

    ResultsFor(DesignEntity)

    Declaration
    public IEnumerable<DesignEntityCompoundAnalysis> ResultsFor(DesignEntity designEntity)
    Parameters
    Type Name Description
    DesignEntity designEntity
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<DesignEntityCompoundAnalysis>
    In This Article
    • Constructors
      • CompoundAnalysis(AnalysisType, AbstractLoadCaseGroup)
    • Properties
      • ResultsReady
    • Methods
      • PerformAnalysis()
      • PerformAnalysis(TaskProgress)
      • ResultsFor(DesignEntity)
    Back to top