Class FaceGearSetDesign
Inheritance
System.Object
FaceGearSetDesign
Implements
System.IDisposable
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class FaceGearSetDesign : GearSetDesign, IEquatable<APIBase>, IDisposable
Properties
CylindricalGearSetMicroGeometry
Declaration
public FaceGearSetMicroGeometry CylindricalGearSetMicroGeometry { get; }
Property Value
FaceGear
Declaration
public FaceGearWheelDesign FaceGear { get; }
Property Value
FaceGears
Declaration
public ReadOnlyCollection<FaceGearDesign> FaceGears { get; }
Property Value
Type |
Description |
System.Collections.ObjectModel.ReadOnlyCollection<FaceGearDesign> |
|
FaceMeshes
Declaration
public ReadOnlyCollection<FaceGearMeshDesign> FaceMeshes { get; }
Property Value
Gears
Declaration
[Obsolete("Use FaceGears")]
public ReadOnlyCollection<FaceGearDesign> Gears { get; }
Property Value
Type |
Description |
System.Collections.ObjectModel.ReadOnlyCollection<FaceGearDesign> |
|
Module
Declaration
public double Module { get; set; }
Property Value
Type |
Description |
System.Double |
|
NominalPressureAngle
Declaration
public double NominalPressureAngle { get; set; }
Property Value
Type |
Description |
System.Double |
|
NormalBasePitch
Declaration
public double NormalBasePitch { get; }
Property Value
Type |
Description |
System.Double |
|
Pinion
Declaration
public FaceGearPinionDesign Pinion { get; }
Property Value
ShaftAngle
Declaration
public double ShaftAngle { get; set; }
Property Value
Type |
Description |
System.Double |
|
WorkingNormalPressureAngle
Declaration
public double WorkingNormalPressureAngle { get; }
Property Value
Type |
Description |
System.Double |
|
Implements
System.IEquatable<T>
System.IDisposable
Extension Methods