Class ComponentStaticLoadCaseGroup<TReal, TComponentStaticLoad>
Inheritance
System.Object
ComponentStaticLoadCaseGroup<TReal, TComponentStaticLoad>
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public class ComponentStaticLoadCaseGroup<TReal, TComponentStaticLoad> : PartStaticLoadCaseGroup, IEquatable<APIBase> where TReal : Component where TComponentStaticLoad : ComponentLoadCase
Type Parameters
Name |
Description |
TReal |
|
TComponentStaticLoad |
|
Properties
Component
Declaration
public TReal Component { get; }
Property Value
ComponentLoadCases
Declaration
public ReadOnlyCollection<TComponentStaticLoad> ComponentLoadCases { get; }
Property Value
Type |
Description |
System.Collections.ObjectModel.ReadOnlyCollection<TComponentStaticLoad> |
|
Part
Declaration
[Obsolete("Use Component")]
public TReal Part { get; }
Property Value
PartLoadCases
Declaration
[Obsolete("Use ComponentLoadCases")]
public ReadOnlyCollection<TComponentStaticLoad> PartLoadCases { get; }
Property Value
Type |
Description |
System.Collections.ObjectModel.ReadOnlyCollection<TComponentStaticLoad> |
|
Implements
System.IEquatable<T>
Extension Methods