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