Class StraightBevelGearSetLoadCase
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
StraightBevelGearSetLoadCase
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 StraightBevelGearSetLoadCase : BevelGearSetLoadCase, IEquatable<APIBase>
Properties
AssemblyDesign
Declaration
public StraightBevelGearSet AssemblyDesign { get; }
Property Value
Type | Description |
---|---|
StraightBevelGearSet |
StraightBevelGearsLoadCase
Declaration
public ReadOnlyCollection<StraightBevelGearLoadCase> StraightBevelGearsLoadCase { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<StraightBevelGearLoadCase> |
StraightBevelMeshesLoadCase
Declaration
public ReadOnlyCollection<StraightBevelGearMeshLoadCase> StraightBevelMeshesLoadCase { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<StraightBevelGearMeshLoadCase> |
Implements
System.IEquatable<T>