Class AbstractStaticLoadCaseGroup
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
AbstractStaticLoadCaseGroup
Inherited Members
APIBase.callPartialMethod<T>(String, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, T)
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class AbstractStaticLoadCaseGroup : AbstractLoadCaseGroup, IEquatable<APIBase>
Properties
Bearings
Declaration
public ReadOnlyCollection<ComponentStaticLoadCaseGroup<Bearing, BearingLoadCase>> Bearings { get; }
Property Value
CompoundAdvancedSystemDeflection
Declaration
public CompoundAdvancedSystemDeflectionAnalysis CompoundAdvancedSystemDeflection { get; }
Property Value
Declaration
public CompoundAdvancedTimeSteppingAnalysisForModulation CompoundAdvancedTimeSteppingAnalysisForModulation { get; }
Property Value
CompoundCriticalSpeedAnalysis
Declaration
public CompoundCriticalSpeedAnalysis CompoundCriticalSpeedAnalysis { get; }
Property Value
Declaration
public CompoundDynamicModelForModalAnalysis CompoundDynamicModelForModalAnalysis { get; }
Property Value
CompoundHarmonicAnalysis
Declaration
public CompoundHarmonicAnalysis CompoundHarmonicAnalysis { get; }
Property Value
CompoundModalAnalysis
Declaration
public CompoundModalAnalysis CompoundModalAnalysis { get; }
Property Value
CompoundPowerFlow
Declaration
public CompoundPowerFlowAnalysis CompoundPowerFlow { get; }
Property Value
CompoundStabilityAnalysis
Declaration
public CompoundStabilityAnalysis CompoundStabilityAnalysis { get; }
Property Value
CompoundSteadyStateSynchronousResponse
Declaration
public CompoundSteadyStateSynchronousResponseAnalysis CompoundSteadyStateSynchronousResponse { get; }
Property Value
CompoundSystemDeflection
Declaration
public CompoundSystemDeflectionAnalysis CompoundSystemDeflection { get; }
Property Value
CylindricalGearSets
Declaration
public ReadOnlyCollection<GearSetStaticLoadCaseGroup<CylindricalGearSet, CylindricalGear, CylindricalGearLoadCase, CylindricalGearMesh, CylindricalGearMeshLoadCase, CylindricalGearSetLoadCase>> CylindricalGearSets { get; }
Property Value
DesignStates
Declaration
public ReadOnlyCollection<AbstractDesignStateLoadCaseGroup> DesignStates { get; }
Property Value
FEParts
Declaration
public ReadOnlyCollection<ComponentStaticLoadCaseGroup<FEPart, FEPartLoadCase>> FEParts { get; }
Property Value
GearSets
Declaration
public ReadOnlyCollection<GearSetStaticLoadCaseGroup<GearSet, Gear, GearLoadCase, GearMesh, GearMeshLoadCase, GearSetLoadCase>> GearSets { get; }
Property Value
MaxNumberOfLoadCasesToDisplay
Declaration
public int MaxNumberOfLoadCasesToDisplay { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
PartsWithExcitations
Declaration
public ReadOnlyCollection<PartStaticLoadCaseGroup> PartsWithExcitations { get; }
Property Value
PointLoads
Declaration
public ReadOnlyCollection<ComponentStaticLoadCaseGroup<PointLoad, PointLoadLoadCase>> PointLoads { get; }
Property Value
PowerLoads
Declaration
public ReadOnlyCollection<ComponentStaticLoadCaseGroup<PowerLoad, PowerLoadLoadCase>> PowerLoads { get; }
Property Value
StaticLoads
Declaration
public ReadOnlyCollection<StaticLoadCase> StaticLoads { get; }
Property Value
Type |
Description |
System.Collections.ObjectModel.ReadOnlyCollection<StaticLoadCase> |
|
StaticLoadsLimitedByMaxNumberOfLoadCasesToDisplay
Displays the first static loads, limited by 'Max Number of Load Cases to Display'
Declaration
public ReadOnlyCollection<StaticLoadCase> StaticLoadsLimitedByMaxNumberOfLoadCasesToDisplay { get; }
Property Value
Type |
Description |
System.Collections.ObjectModel.ReadOnlyCollection<StaticLoadCase> |
|
Methods
AnalysisOf(AnalysisType)
Declaration
public CompoundAnalysis AnalysisOf(AnalysisType analysisType)
Parameters
Returns
ClearUserSpecifiedExcitationDataForAllLoadCases()
Declaration
public void ClearUserSpecifiedExcitationDataForAllLoadCases()
RunPowerFlow()
Declaration
public void RunPowerFlow()
SetFaceWidthsForSpecifiedSafetyFactorsFromPowerFlow()
Declaration
public void SetFaceWidthsForSpecifiedSafetyFactorsFromPowerFlow()
Implements
System.IEquatable<T>
Extension Methods