Class CylindricalGearSpecification
Inheritance
System.Object
CylindricalGearSpecification
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class CylindricalGearSpecification : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
HelixAngle
Declaration
public double HelixAngle { get; }
Property Value
| Type |
Description |
| System.Double |
|
Name
Declaration
public string Name { get; }
Property Value
| Type |
Description |
| System.String |
|
NormalModule
Declaration
public double NormalModule { get; }
Property Value
| Type |
Description |
| System.Double |
|
NormalPressureAngle
Declaration
public double NormalPressureAngle { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
NumberOfTeethUnsigned
Declaration
public double NumberOfTeethUnsigned { get; }
Property Value
| Type |
Description |
| System.Double |
|
ToothThicknessSpecification
Declaration
public ToothThicknessSpecificationBase ToothThicknessSpecification { get; }
Property Value
Implements
System.IEquatable<T>
Extension Methods