Class SpiralBevelGearMeshDesign
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
SpiralBevelGearMeshDesign
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.GearDesigns.SpiralBevel
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class SpiralBevelGearMeshDesign : BevelGearMeshDesign, IEquatable<APIBase>, IDisposable
Properties
SpiralBevelGears
Declaration
public ReadOnlyCollection<SpiralBevelGearDesign> SpiralBevelGears { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<SpiralBevelGearDesign> |
SpiralBevelGearSet
Declaration
public SpiralBevelGearSetDesign SpiralBevelGearSet { get; }
Property Value
Type | Description |
---|---|
SpiralBevelGearSetDesign |
SpiralBevelMeshedGears
Declaration
public ReadOnlyCollection<SpiralBevelMeshedGearDesign> SpiralBevelMeshedGears { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<SpiralBevelMeshedGearDesign> |
WheelInnerBladeAngleConvex
Measurement: Angle
Declaration
public double WheelInnerBladeAngleConvex { get; }
Property Value
Type | Description |
---|---|
System.Double |
WheelOuterBladeAngleConcave
Measurement: Angle
Declaration
public double WheelOuterBladeAngleConcave { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>
System.IDisposable