Class SpiralBevelGearSetDesign
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
SpiralBevelGearSetDesign
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.GearDesigns.SpiralBevel
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class SpiralBevelGearSetDesign : BevelGearSetDesign, IEquatable<APIBase>, IDisposable
Properties
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