Version: 13.0

    Show / Hide Table of Contents

    Class DesignState

    Inheritance
    System.Object
    System.MarshalByRefObject
    SMT.MastaAPIUtility.MarshalByRefObjectPermanent
    APIBase
    AbstractLoadCaseGroup
    AbstractStaticLoadCaseGroup
    AbstractDesignStateLoadCaseGroup
    DesignState
    Implements
    System.IEquatable<APIBase>
    Inherited Members
    AbstractDesignStateLoadCaseGroup.TwoDDrawingShowingPowerFlow
    AbstractDesignStateLoadCaseGroup.Ratio
    AbstractStaticLoadCaseGroup.ClearUserSpecifiedExcitationDataForAllLoadCases()
    AbstractStaticLoadCaseGroup.MaxNumberOfLoadCasesToDisplay
    AbstractStaticLoadCaseGroup.RunPowerFlow()
    AbstractStaticLoadCaseGroup.SetFaceWidthsForSpecifiedSafetyFactorsFromPowerFlow()
    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
    AbstractStaticLoadCaseGroup.CompoundDynamicModelForModalAnalysis
    AbstractStaticLoadCaseGroup.AnalysisOf(AnalysisType)
    AbstractLoadCaseGroup._parent
    AbstractLoadCaseGroup.Name
    AbstractLoadCaseGroup.NumberOfLoadCases
    AbstractLoadCaseGroup.TotalDuration
    AbstractLoadCaseGroup.Model
    AbstractLoadCaseGroup.ParametricAnalysisOptions
    AbstractLoadCaseGroup.LoadCaseRootAssemblies
    AbstractLoadCaseGroup.CreateLoadCases(Int32, TaskProgress)
    AbstractLoadCaseGroup.PerformPst()
    AbstractLoadCaseGroup.PerformPstWithProgress(TaskProgress)
    AbstractLoadCaseGroup.ReportNames
    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)
    APIBase.DisconnectFromMASTA()
    APIBase.GetProperty<T>(String)
    APIBase.SetProperty(String, Object)
    APIBase.cacheRpds
    APIBase.clearCachedRpds()
    APIBase.getNamedObjectList<TElementType>(String)
    APIBase.getExpandableProperty<TReturnType>(String)
    APIBase.callPartialMethod(String, (T1, T2)<Type, Object>[])
    APIBase.callPartialMethod<T>(String, T)
    APIBase.callPartialMethod<T>(String, (T1, T2)<Type, Object>, T)
    APIBase.callPartialMethod<T>(String, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, T)
    APIBase.callPartialMethod<T>(String, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, T)
    APIBase.callPartialMethod<T1, T2>(String, (T1, T2)<Type, Object>, T1, T2)
    APIBase.getPartialProperty(String)
    APIBase.setPartialProperty(String, Object)
    APIBase.IsValid(String)
    APIBase.IsReadOnly(String)
    APIBase.isInvalid
    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.CreateObjRef(Type)
    APIBase.RunPython(String, String, Object)
    APIBase.createWrappedRange(Double, Double)
    APIBase.createWrappedVector2D(Double, Double)
    APIBase.createWrappedPosition3D(Double, Double, Double)
    APIBase.Equals(APIBase)
    APIBase.GetHashCode()
    APIBase.Equals(Object)
    SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
    Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.LoadCaseGroups
    Assembly: SMT.MastaAPI.13.0.dll
    Syntax
    public class DesignState : AbstractDesignStateLoadCaseGroup, IEquatable<APIBase>

    Properties

    Clutches

    Declaration
    public ReadOnlyCollection<ClutchEngagementStatus> Clutches { get; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ReadOnlyCollection<ClutchEngagementStatus>

    ConceptSynchroMountedGears

    Declaration
    public ReadOnlyCollection<ConceptSynchroGearEngagementStatus> ConceptSynchroMountedGears { get; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ReadOnlyCollection<ConceptSynchroGearEngagementStatus>

    Methods

    ClutchEngagementStatusFor(ClutchConnection)

    Declaration
    public ClutchEngagementStatus ClutchEngagementStatusFor(ClutchConnection clutchConnection)
    Parameters
    Type Name Description
    ClutchConnection clutchConnection
    Returns
    Type Description
    ClutchEngagementStatus

    ConceptSynchroGearEngagementStatusFor(CylindricalGear)

    Declaration
    public ConceptSynchroGearEngagementStatus ConceptSynchroGearEngagementStatusFor(CylindricalGear gear)
    Parameters
    Type Name Description
    CylindricalGear gear
    Returns
    Type Description
    ConceptSynchroGearEngagementStatus

    CreateLoadCase(String)

    Declaration
    public StaticLoadCase CreateLoadCase(string name = "New Static Load")
    Parameters
    Type Name Description
    System.String name
    Returns
    Type Description
    StaticLoadCase

    Delete()

    Declaration
    public void Delete()

    Duplicate(Boolean)

    Declaration
    public DesignState Duplicate(bool duplicateStaticLoads = true)
    Parameters
    Type Name Description
    System.Boolean duplicateStaticLoads
    Returns
    Type Description
    DesignState

    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>>)
    In This Article
    • Properties
      • Clutches
      • ConceptSynchroMountedGears
    • Methods
      • ClutchEngagementStatusFor(ClutchConnection)
      • ConceptSynchroGearEngagementStatusFor(CylindricalGear)
      • CreateLoadCase(String)
      • Delete()
      • Duplicate(Boolean)
    • Implements
    • Extension Methods
    Back to top