Class StraightBevelDiffGearMeshDesign
Inheritance
System.Object
StraightBevelDiffGearMeshDesign
Inherited Members
Namespace: SMT.MastaAPI.Gears.GearDesigns.StraightBevelDiff
Assembly: SMT.MastaAPI.14.1.dll
Syntax
public class StraightBevelDiffGearMeshDesign : BevelGearMeshDesign, IEquatable<APIBase>, IDisposable
Properties
PinionPerformanceTorque
Declaration
public double PinionPerformanceTorque { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double |
StraightBevelDiffGears
Declaration
public ReadOnlyCollection<StraightBevelDiffGearDesign> StraightBevelDiffGears { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<StraightBevelDiffGearDesign> |
StraightBevelDiffGearSet
Declaration
public StraightBevelDiffGearSetDesign StraightBevelDiffGearSet { get; }
Property Value
| Type | Description |
|---|---|
| StraightBevelDiffGearSetDesign |
StraightBevelDiffMeshedGears
Declaration
public ReadOnlyCollection<StraightBevelDiffMeshedGearDesign> StraightBevelDiffMeshedGears { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<StraightBevelDiffMeshedGearDesign> |
Implements
System.IEquatable<T>
System.IDisposable