Class CylindricalGearFromCAD
Inheritance
System.Object
CylindricalGearFromCAD
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public class CylindricalGearFromCAD : MountableComponentFromCAD, IEquatable<APIBase>
Properties
CADDrawingDiameter
Declaration
public double CADDrawingDiameter { get; }
Property Value
Type |
Description |
System.Double |
|
CentreDistance
Declaration
public double CentreDistance { get; set; }
Property Value
Type |
Description |
System.Double |
|
ExistingGearSet
Declaration
public ListWithSelectedItem<CylindricalGearSet> ExistingGearSet { get; set; }
Property Value
FaceWidth
Declaration
public double FaceWidth { get; set; }
Property Value
Type |
Description |
System.Double |
|
GearSetName
Declaration
public string GearSetName { get; set; }
Property Value
Type |
Description |
System.String |
|
HelixAngle
Declaration
public double HelixAngle { get; set; }
Property Value
Type |
Description |
System.Double |
|
InternalExternal
Declaration
public InternalExternalType InternalExternal { get; set; }
Property Value
MeshingGear
Declaration
public ListWithSelectedItem<CylindricalGear> MeshingGear { get; set; }
Property Value
NormalModule
Declaration
public Overridable<double> NormalModule { get; set; }
Property Value
NormalPressureAngle
Declaration
public double NormalPressureAngle { get; set; }
Property Value
Type |
Description |
System.Double |
|
NumberOfTeeth
Declaration
public Overridable<int> NumberOfTeeth { get; set; }
Property Value
RootDiameter
Declaration
public double RootDiameter { get; }
Property Value
Type |
Description |
System.Double |
|
TipDiameter
Declaration
public double TipDiameter { get; }
Property Value
Type |
Description |
System.Double |
|
Implements
System.IEquatable<T>
Extension Methods