Class PartStaticLoadCaseGroup
Inheritance
System.Object
PartStaticLoadCaseGroup
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.LoadCaseGroups.DesignEntityStaticLoadCaseGroups
Assembly: SMT.MastaAPI.15.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>