Class CylindricalGearMicroGeometrySettings
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CylindricalGearMicroGeometrySettings
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.GearDesigns.Cylindrical
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class CylindricalGearMicroGeometrySettings : IndependentReportablePropertiesBase<CylindricalGearMicroGeometrySettings>, IEquatable<APIBase>
Properties
FlankSideWithZeroFaceWidth
This option determines which side of the gear flank face width is measured from.
Declaration
public FlankSide FlankSideWithZeroFaceWidth { get; set; }
Property Value
Type | Description |
---|---|
FlankSide |
MicroGeometryLeadToleranceChartView
This option determines the orientation of the face width axis for the micro geometry lead tolerance charts.
Declaration
public MicroGeometryLeadToleranceChartView MicroGeometryLeadToleranceChartView { get; set; }
Property Value
Type | Description |
---|---|
MicroGeometryLeadToleranceChartView |
ScaleAndRangeOfFlankReliefAxesForMicroGeometryToleranceCharts
This option determines the scale and range of the left and right flank relief axes for the micro geometry tolerance charts.
Declaration
public DoubleAxisScaleAndRange ScaleAndRangeOfFlankReliefAxesForMicroGeometryToleranceCharts { get; set; }
Property Value
Type | Description |
---|---|
DoubleAxisScaleAndRange |
Implements
System.IEquatable<T>