Class WormGearMeshDesign
Inheritance
System.Object
WormGearMeshDesign
Implements
System.IDisposable
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class WormGearMeshDesign : GearMeshDesign, IEquatable<APIBase>, IDisposable
Properties
CentreDistance
Declaration
public double CentreDistance { get; set; }
Property Value
Type |
Description |
System.Double |
|
CoefficientOfFriction
Declaration
public double CoefficientOfFriction { get; set; }
Property Value
Type |
Description |
System.Double |
|
MeshingFrictionAngle
Declaration
public double MeshingFrictionAngle { get; set; }
Property Value
Type |
Description |
System.Double |
|
ShaftAngle
Declaration
public double ShaftAngle { get; }
Property Value
Type |
Description |
System.Double |
|
StandardCentreDistance
Declaration
public double StandardCentreDistance { get; set; }
Property Value
Type |
Description |
System.Double |
|
Wheel
Declaration
public WormWheelDesign Wheel { get; }
Property Value
WheelAddendumModificationFactor
Declaration
public double WheelAddendumModificationFactor { get; set; }
Property Value
Type |
Description |
System.Double |
|
Worm
Declaration
public WormDesign Worm { get; }
Property Value
WormGears
Declaration
public ReadOnlyCollection<WormGearDesign> WormGears { get; }
Property Value
Type |
Description |
System.Collections.ObjectModel.ReadOnlyCollection<WormGearDesign> |
|
WormGearSet
Declaration
public WormGearSetDesign WormGearSet { get; }
Property Value
Implements
System.IEquatable<T>
System.IDisposable
Extension Methods