Class ConceptGearSetLoadCase
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ConceptGearSetLoadCase
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.StaticLoads
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class ConceptGearSetLoadCase : GearSetLoadCase, IEquatable<APIBase>
Properties
AssemblyDesign
Declaration
public ConceptGearSet AssemblyDesign { get; }
Property Value
Type | Description |
---|---|
ConceptGearSet |
ConceptGearsLoadCase
Declaration
public ReadOnlyCollection<ConceptGearLoadCase> ConceptGearsLoadCase { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ConceptGearLoadCase> |
ConceptMeshesLoadCase
Declaration
public ReadOnlyCollection<ConceptGearMeshLoadCase> ConceptMeshesLoadCase { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ConceptGearMeshLoadCase> |
Implements
System.IEquatable<T>