Class SpiralBevelGearSetDesign
Inheritance
System.Object
SpiralBevelGearSetDesign
Inherited Members
Namespace: SMT.MastaAPI.Gears.GearDesigns.SpiralBevel
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class SpiralBevelGearSetDesign : BevelGearSetDesign, IEquatable<APIBase>, IDisposable
Properties
Gears
Declaration
[Obsolete("Use SpiralBevelGears")]
public ReadOnlyCollection<SpiralBevelGearDesign> Gears { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<SpiralBevelGearDesign> |
MinimumNumberOfTeethForRecommendedToothProportions
Declaration
public override int MinimumNumberOfTeethForRecommendedToothProportions { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Overrides
SpiralBevelGears
Declaration
public ReadOnlyCollection<SpiralBevelGearDesign> SpiralBevelGears { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<SpiralBevelGearDesign> |
SpiralBevelMeshes
Declaration
public ReadOnlyCollection<SpiralBevelGearMeshDesign> SpiralBevelMeshes { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<SpiralBevelGearMeshDesign> |
Implements
System.IEquatable<T>
System.IDisposable