Class WormGearSetDesign
Inheritance
System.Object
WormGearSetDesign
Implements
System.IDisposable
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class WormGearSetDesign : GearSetDesign, IEquatable<APIBase>, IDisposable
Properties
AxialModule
Declaration
public double AxialModule { get; set; }
Property Value
Type |
Description |
System.Double |
|
AxialPressureAngle
Declaration
public double AxialPressureAngle { get; set; }
Property Value
Type |
Description |
System.Double |
|
Gears
Declaration
[Obsolete("Use WormGears")]
public ReadOnlyCollection<WormGearDesign> Gears { get; }
Property Value
Type |
Description |
System.Collections.ObjectModel.ReadOnlyCollection<WormGearDesign> |
|
NormalPressureAngle
Declaration
public double NormalPressureAngle { get; set; }
Property Value
Type |
Description |
System.Double |
|
WormGears
Declaration
public ReadOnlyCollection<WormGearDesign> WormGears { get; }
Property Value
Type |
Description |
System.Collections.ObjectModel.ReadOnlyCollection<WormGearDesign> |
|
WormMeshes
Declaration
public ReadOnlyCollection<WormGearMeshDesign> WormMeshes { get; }
Property Value
WormType
Declaration
public WormType WormType { get; set; }
Property Value
Implements
System.IEquatable<T>
System.IDisposable
Extension Methods