Class GearSetStaticLoadCaseGroup<TGearSet, TGear, TGearStaticLoad, TGearMesh, TGearMeshStaticLoad, TGearSetStaticLoad>
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
GearSetStaticLoadCaseGroup<TGearSet, TGear, TGearStaticLoad, TGearMesh, TGearMeshStaticLoad, TGearSetStaticLoad>
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 class GearSetStaticLoadCaseGroup<TGearSet, TGear, TGearStaticLoad, TGearMesh, TGearMeshStaticLoad, TGearSetStaticLoad> : PartStaticLoadCaseGroup, IEquatable<APIBase> where TGearSet : GearSet where TGear : Gear where TGearStaticLoad : GearLoadCase where TGearMesh : GearMesh where TGearMeshStaticLoad : GearMeshLoadCase where TGearSetStaticLoad : GearSetLoadCase
Type Parameters
Name | Description |
---|---|
TGearSet | |
TGear | |
TGearStaticLoad | |
TGearMesh | |
TGearMeshStaticLoad | |
TGearSetStaticLoad |
Properties
GearSet
Declaration
public TGearSet GearSet { get; }
Property Value
Type | Description |
---|---|
TGearSet |
GearSetLoadCases
Declaration
public ReadOnlyCollection<TGearSetStaticLoad> GearSetLoadCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<TGearSetStaticLoad> |
GearsLoadCases
Declaration
public ReadOnlyCollection<ComponentStaticLoadCaseGroup<TGear, TGearStaticLoad>> GearsLoadCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ComponentStaticLoadCaseGroup<TGear, TGearStaticLoad>> |
MeshesLoadCases
Declaration
public ReadOnlyCollection<ConnectionStaticLoadCaseGroup<TGearMesh, TGearMeshStaticLoad>> MeshesLoadCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ConnectionStaticLoadCaseGroup<TGearMesh, TGearMeshStaticLoad>> |
Implements
System.IEquatable<T>