Class WormGearMeshDesign
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
WormGearMeshDesign
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.GearDesigns.Worm
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class WormGearMeshDesign : GearMeshDesign, IEquatable<APIBase>, IDisposable
Properties
CentreDistance
Measurement: ShortLength
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
Measurement: Angle
Declaration
public double MeshingFrictionAngle { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ShaftAngle
Measurement: Angle
Declaration
public double ShaftAngle { get; }
Property Value
Type | Description |
---|---|
System.Double |
StandardCentreDistance
Measurement: ShortLength
Declaration
public double StandardCentreDistance { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Wheel
Declaration
public WormWheelDesign Wheel { get; }
Property Value
Type | Description |
---|---|
WormWheelDesign |
WheelAddendumModificationFactor
Declaration
public double WheelAddendumModificationFactor { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Worm
Declaration
public WormDesign Worm { get; }
Property Value
Type | Description |
---|---|
WormDesign |
WormGears
Declaration
public ReadOnlyCollection<WormGearDesign> WormGears { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<WormGearDesign> |
WormGearSet
Declaration
public WormGearSetDesign WormGearSet { get; }
Property Value
Type | Description |
---|---|
WormGearSetDesign |
Implements
System.IEquatable<T>
System.IDisposable