Class PartStaticLoadCaseGroup
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
PartStaticLoadCaseGroup
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.LoadCaseGroups.DesignEntityStaticLoadCaseGroups
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class PartStaticLoadCaseGroup : DesignEntityStaticLoadCaseGroup, IEquatable<APIBase>
Properties
Part
Declaration
public Part Part { get; }
Property Value
Type | Description |
---|---|
Part |
PartLoadCases
Declaration
public ReadOnlyCollection<PartLoadCase> PartLoadCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<PartLoadCase> |
Methods
ClearUserSpecifiedExcitationDataForAllLoadCases()
Declaration
public void ClearUserSpecifiedExcitationDataForAllLoadCases()
Implements
System.IEquatable<T>