Class CylindricalCutterSimulatableGear
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CylindricalCutterSimulatableGear
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 CylindricalCutterSimulatableGear : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
FaceWidth
Measurement: ShortLength
Declaration
public double FaceWidth { get; }
Property Value
Type | Description |
---|---|
System.Double |
GeneratingProfileShiftCoefficient
Declaration
public double GeneratingProfileShiftCoefficient { get; }
Property Value
Type | Description |
---|---|
System.Double |
HelixAngle
Measurement: Angle
Declaration
public double HelixAngle { get; }
Property Value
Type | Description |
---|---|
System.Double |
InternalExternal
Declaration
public InternalExternalType InternalExternal { get; }
Property Value
Type | Description |
---|---|
InternalExternalType |
IsLeftHanded
Declaration
public bool IsLeftHanded { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
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; }
Property Value
Type | Description |
---|---|
System.Double |
NormalThickness
Measurement: ShortLength
Declaration
public double NormalThickness { get; }
Property Value
Type | Description |
---|---|
System.Double |
NumberOfTeethUnsigned
Declaration
public double NumberOfTeethUnsigned { get; }
Property Value
Type | Description |
---|---|
System.Double |
ReferenceDiameter
Measurement: ShortLength
Declaration
public double ReferenceDiameter { get; }
Property Value
Type | Description |
---|---|
System.Double |
RootDiameter
Measurement: ShortLength
Declaration
public double RootDiameter { get; }
Property Value
Type | Description |
---|---|
System.Double |
RootFormDiameter
Measurement: ShortLength
Declaration
public double RootFormDiameter { get; }
Property Value
Type | Description |
---|---|
System.Double |
TipDiameter
Measurement: ShortLength
Declaration
public double TipDiameter { get; }
Property Value
Type | Description |
---|---|
System.Double |
TipFormDiameter
Measurement: ShortLength
Declaration
public double TipFormDiameter { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>