Class ConicalGearMesh
Inheritance
System.Object
ConicalGearMesh
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.ConnectionsAndSockets.Gears
Assembly: SMT.MastaAPI.14.1.dll
Syntax
public abstract class ConicalGearMesh : GearMesh, IEquatable<APIBase>
Properties
Crowning
Declaration
public double Crowning { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double |
PinionDropAngle
Declaration
public double PinionDropAngle { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double |
WheelDropAngle
Declaration
public double WheelDropAngle { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double |
Implements
System.IEquatable<T>