Version: 15.0

    Show / Hide Table of Contents

    Class AbstractDesignStateLoadCaseGroup

    Inheritance
    System.Object
    APIBase
    AbstractLoadCaseGroup
    AbstractStaticLoadCaseGroup
    AbstractDesignStateLoadCaseGroup
    DesignState
    SubGroupInSingleDesignState
    Implements
    System.IEquatable<APIBase>
    Inherited Members
    AbstractStaticLoadCaseGroup.ClearUserSpecifiedExcitationDataForAllLoadCases()
    AbstractStaticLoadCaseGroup.RunPowerFlow()
    AbstractStaticLoadCaseGroup.SetFaceWidthsForSpecifiedSafetyFactorsFromPowerFlow()
    AbstractStaticLoadCaseGroup.AnalysisOf(AnalysisType)
    AbstractStaticLoadCaseGroup.MaxNumberOfLoadCasesToDisplay
    AbstractStaticLoadCaseGroup.Bearings
    AbstractStaticLoadCaseGroup.CylindricalGearSets
    AbstractStaticLoadCaseGroup.DesignStates
    AbstractStaticLoadCaseGroup.FEParts
    AbstractStaticLoadCaseGroup.GearSets
    AbstractStaticLoadCaseGroup.PartsWithExcitations
    AbstractStaticLoadCaseGroup.PointLoads
    AbstractStaticLoadCaseGroup.PowerLoads
    AbstractStaticLoadCaseGroup.StaticLoads
    AbstractStaticLoadCaseGroup.StaticLoadsLimitedByMaxNumberOfLoadCasesToDisplay
    AbstractStaticLoadCaseGroup.CompoundSystemDeflection
    AbstractStaticLoadCaseGroup.CompoundPowerFlow
    AbstractStaticLoadCaseGroup.CompoundAdvancedSystemDeflection
    AbstractStaticLoadCaseGroup.CompoundHarmonicAnalysis
    AbstractStaticLoadCaseGroup.CompoundSteadyStateSynchronousResponse
    AbstractStaticLoadCaseGroup.CompoundModalAnalysis
    AbstractStaticLoadCaseGroup.CompoundCriticalSpeedAnalysis
    AbstractStaticLoadCaseGroup.CompoundStabilityAnalysis
    AbstractStaticLoadCaseGroup.CompoundAdvancedTimeSteppingAnalysisForModulation
    AbstractLoadCaseGroup.CreateLoadCases(Int32, TaskProgress)
    AbstractLoadCaseGroup.PerformPst()
    AbstractLoadCaseGroup.PerformPstWithProgress(TaskProgress)
    AbstractLoadCaseGroup.OutputDefaultReportTo(String)
    AbstractLoadCaseGroup.GetDefaultReportWithEncodedImages()
    AbstractLoadCaseGroup.OutputActiveReportTo(String)
    AbstractLoadCaseGroup.OutputActiveReportAsTextTo(String)
    AbstractLoadCaseGroup.GetActiveReportWithEncodedImages()
    AbstractLoadCaseGroup.OutputNamedReportTo(String, String)
    AbstractLoadCaseGroup.OutputNamedReportAsMastaReport(String, String)
    AbstractLoadCaseGroup.OutputNamedReportAsTextTo(String, String)
    AbstractLoadCaseGroup.GetNamedReportWithEncodedImages(String)
    AbstractLoadCaseGroup.Name
    AbstractLoadCaseGroup.NumberOfLoadCases
    AbstractLoadCaseGroup.TotalDuration
    AbstractLoadCaseGroup.Model
    AbstractLoadCaseGroup.ParametricAnalysisOptions
    AbstractLoadCaseGroup.LoadCaseRootAssemblies
    AbstractLoadCaseGroup.ReportNames
    APIBase.DisconnectFromMASTA()
    APIBase.GetProperty<T>(String)
    APIBase.SetProperty(String, Object)
    APIBase.clearCachedRpds()
    APIBase.getNamedObjectList<TElementType>(String)
    APIBase.getExpandableProperty<TReturnType>(String)
    APIBase.callPartialMethod(String, [])
    APIBase.callPartialMethod<T>(String, T)
    APIBase.callPartialMethod<T>(String, , T)
    APIBase.callPartialMethod<T>(String, , , T)
    APIBase.callPartialMethod<T>(String, , , , T)
    APIBase.callPartialMethod<T1, T2>(String, , T1, T2)
    APIBase.getPartialProperty(String)
    APIBase.setPartialProperty(String, Object)
    APIBase.IsValid(String)
    APIBase.IsReadOnly(String)
    APIBase.DocumentationUrl()
    APIBase.ToString()
    APIBase.RunPython<T>(String, String, Object)
    APIBase.RunPythonCode<T>(String, String, Object)
    APIBase.RunPythonCode<T>(String)
    APIBase.RunPython<T>(String, String)
    APIBase.RunPython(String, String, Object)
    APIBase.createWrappedRange(Double, Double)
    APIBase.createWrappedVector2D(Double, Double)
    APIBase.createWrappedPosition3D(Double, Double, Double)
    APIBase.ToListWithSelectedItem<T>(IEnumerable<T>)
    APIBase.ToListWithSelectedItem<T>(T, IEnumerable<T>)
    APIBase.Equals(APIBase)
    APIBase.GetHashCode()
    APIBase.Equals(Object)
    APIBase.InvalidProperties
    APIBase.ReadOnlyProperties
    APIBase.AllPropertiesAreReadOnly
    APIBase.AllPropertiesAreInvalid
    APIBase.cacheRpds
    APIBase.isInvalid
    Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.LoadCaseGroups
    Assembly: SMT.MastaAPI.15.0.dll
    Syntax
    public abstract class AbstractDesignStateLoadCaseGroup : AbstractStaticLoadCaseGroup, IEquatable<APIBase>

    Properties

    Ratio

    Declaration
    public double Ratio { get; }
    Property Value
    Type Description
    System.Double

    TwoDDrawingShowingPowerFlow

    Declaration
    public SMTBitmap TwoDDrawingShowingPowerFlow { get; }
    Property Value
    Type Description
    SMT.MastaAPIUtility.Scripting.SMTBitmap

    Implements

    System.IEquatable<T>

    Extension Methods

    UtilityMethods.IsReadOnly<T>(T, Expression<Func<T, Object>>)
    UtilityMethods.IsValid<T>(T, Expression<Func<T, Object>>)
    UtilityMethods.IsMethodValid<T>(T, Expression<Func<T, Action>>)
    UtilityMethods.IsMethodReadOnly<T>(T, Expression<Func<T, Action>>)
    Back to top