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