Class FaceGearMesh
Inheritance
System.Object
FaceGearMesh
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.ConnectionsAndSockets.Gears
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class FaceGearMesh : GearMesh, IEquatable<APIBase>
Properties
ActiveGearMeshDesign
Declaration
[Obsolete("Use FaceGearMeshDesign")]
public FaceGearMeshDesign ActiveGearMeshDesign { get; }
Property Value
| Type | Description |
|---|---|
| FaceGearMeshDesign |
FaceGearMeshDesign
Declaration
public FaceGearMeshDesign FaceGearMeshDesign { get; }
Property Value
| Type | Description |
|---|---|
| FaceGearMeshDesign |
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>