Class ZerolBevelGearSetLoadCase
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ZerolBevelGearSetLoadCase
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 ZerolBevelGearSetLoadCase : BevelGearSetLoadCase, IEquatable<APIBase>
Properties
AssemblyDesign
Declaration
public ZerolBevelGearSet AssemblyDesign { get; }
Property Value
Type | Description |
---|---|
ZerolBevelGearSet |
ZerolBevelGearsLoadCase
Declaration
public ReadOnlyCollection<ZerolBevelGearLoadCase> ZerolBevelGearsLoadCase { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ZerolBevelGearLoadCase> |
ZerolBevelMeshesLoadCase
Declaration
public ReadOnlyCollection<ZerolBevelGearMeshLoadCase> ZerolBevelMeshesLoadCase { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ZerolBevelGearMeshLoadCase> |
Implements
System.IEquatable<T>