Class CylindricalGearSpecification
Inheritance
System.Object
CylindricalGearSpecification
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class CylindricalGearSpecification : APIBase, IEquatable<APIBase>
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