Class CylindricalGearSpecification
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CylindricalGearSpecification
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.Manufacturing.Cylindrical.CutterSimulation
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class CylindricalGearSpecification : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
HelixAngle
Measurement: Angle
Declaration
public double HelixAngle { get; }
Property Value
Type | Description |
---|---|
System.Double |
Name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
NormalModule
Measurement: ShortLength
Declaration
public double NormalModule { get; }
Property Value
Type | Description |
---|---|
System.Double |
NormalPressureAngle
Measurement: Angle
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
Type | Description |
---|---|
ToothThicknessSpecificationBase |
Implements
System.IEquatable<T>