Class WormGearSetDesign
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
WormGearSetDesign
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.GearDesigns.Worm
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class WormGearSetDesign : GearSetDesign, IEquatable<APIBase>, IDisposable
Properties
AxialModule
Measurement: ShortLength
Declaration
public double AxialModule { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
AxialPressureAngle
Measurement: Angle
Declaration
public double AxialPressureAngle { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
NormalPressureAngle
Measurement: Angle
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
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<WormGearMeshDesign> |
WormType
Declaration
public WormType WormType { get; set; }
Property Value
Type | Description |
---|---|
WormType |
Implements
System.IEquatable<T>
System.IDisposable