Class FaceGearMeshDesign
Inheritance
System.Object
FaceGearMeshDesign
Implements
System.IDisposable
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class FaceGearMeshDesign : GearMeshDesign, IEquatable<APIBase>, IDisposable
Properties
FaceGears
Declaration
public ReadOnlyCollection<FaceGearDesign> FaceGears { get; }
Property Value
| Type |
Description |
| System.Collections.ObjectModel.ReadOnlyCollection<FaceGearDesign> |
|
FaceGearSet
Declaration
public FaceGearSetDesign FaceGearSet { get; }
Property Value
Offset
Declaration
public double Offset { get; }
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