Class ZerolBevelGearSetDesign
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ZerolBevelGearSetDesign
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.GearDesigns.ZerolBevel
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class ZerolBevelGearSetDesign : BevelGearSetDesign, IEquatable<APIBase>, IDisposable
Properties
MinimumNumberOfTeethForRecommendedToothProportions
Declaration
public override int MinimumNumberOfTeethForRecommendedToothProportions { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Overrides
ToothTaperZerol
If not 'User-Specified' dedendum angles are calculated. If 'User-Specified' dedendum angles must be specified.
Declaration
public ZerolBevelGleasonToothTaperOption ToothTaperZerol { get; set; }
Property Value
Type | Description |
---|---|
ZerolBevelGleasonToothTaperOption |
ZerolBevelGears
Declaration
public ReadOnlyCollection<ZerolBevelGearDesign> ZerolBevelGears { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ZerolBevelGearDesign> |
ZerolBevelMeshes
Declaration
public ReadOnlyCollection<ZerolBevelGearMeshDesign> ZerolBevelMeshes { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ZerolBevelGearMeshDesign> |
Implements
System.IEquatable<T>
System.IDisposable