Class CylindricalGearMicroGeometryMap
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CylindricalGearMicroGeometryMap
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.GearDesigns.Cylindrical.MicroGeometry
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class CylindricalGearMicroGeometryMap : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
MeasuredMapDataType
Declaration
public MeasuredMapDataTypes MeasuredMapDataType { get; set; }
Property Value
Type | Description |
---|---|
MeasuredMapDataTypes |
ProfileFactorFor0BiasRelief
The specified position on the profile will be used to determine the Lead relief used in System Deflection. The location on the profile where the bias relief is 0. Specified as a factor between lower (factor value of 0) and upper (factor value of 1) profile evaluation limits. For cylindrical gears the factor corresponds to a proportion of roll distance (equivalently, roll angle). The default value corresponds to the reference diameter.
Measurement: Percentage
Declaration
public double ProfileFactorFor0BiasRelief { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ZeroBiasRelief
Declaration
public CylindricalGearProfileMeasurement ZeroBiasRelief { get; }
Property Value
Type | Description |
---|---|
CylindricalGearProfileMeasurement |
Implements
System.IEquatable<T>