Class FaceGearSetDesign
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
FaceGearSetDesign
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.GearDesigns.Face
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class FaceGearSetDesign : GearSetDesign, IEquatable<APIBase>, IDisposable
Properties
CylindricalGearSetMicroGeometry
Declaration
public FaceGearSetMicroGeometry CylindricalGearSetMicroGeometry { get; }
Property Value
Type | Description |
---|---|
FaceGearSetMicroGeometry |
FaceGear
Declaration
public FaceGearWheelDesign FaceGear { get; }
Property Value
Type | Description |
---|---|
FaceGearWheelDesign |
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
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<FaceGearMeshDesign> |
Module
Measurement: ShortLength
Declaration
public double Module { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
NominalPressureAngle
Measurement: Angle
Declaration
public double NominalPressureAngle { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
NormalBasePitch
Measurement: ShortLength
Declaration
public double NormalBasePitch { get; }
Property Value
Type | Description |
---|---|
System.Double |
Pinion
Declaration
public FaceGearPinionDesign Pinion { get; }
Property Value
Type | Description |
---|---|
FaceGearPinionDesign |
ShaftAngle
Measurement: Angle
Declaration
public double ShaftAngle { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
WorkingNormalPressureAngle
Measurement: Angle
Declaration
public double WorkingNormalPressureAngle { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>
System.IDisposable