Class ConicalMeshFlankMicroGeometryConfig
Inheritance
Implements
Inherited Members
Namespace: SMT.MastaAPI.Gears.Manufacturing.Bevel
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class ConicalMeshFlankMicroGeometryConfig : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
DeltaHAsPercentOfFaceWidth
Sets the change in horizontal location of the mean contact point as a percentage of the wheel face width, allowing the resulting contact pattern to be easily moved to the edge of the tooth. The calculation results 'dh' and 'dv' are the required horizontal ('Delta E' direction) and vertical ('Delta Xp' direction) movements for the V-H check.
Measurement: Percentage
Declaration
public double DeltaHAsPercentOfFaceWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
DeltaVAsPercentOfWheelTipToFilletFlankBoundary
Sets the change in vertical location of the mean contact point as a percentage of the wheel tip to fillet flank boundary, allowing the resulting contact pattern to be easily moved to the edge of the tooth. The calculation results 'dh' and 'dv' are the required horizontal ('Delta E' direction) and vertical ('Delta Xp' direction) movements for the V-H check.
Measurement: Percentage
Declaration
public double DeltaVAsPercentOfWheelTipToFilletFlankBoundary { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
PerformVHCheck
Specifies whether on not to perform the V-H Check calculation. The calculation results 'dh' and 'dv' are the required horizontal ('Delta E' direction) and vertical ('Delta Xp' direction) movements for the V-H check.
Declaration
public bool PerformVHCheck { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
SpecifiedEaseOffSurface
Specifies the ease off surface. Defined as the difference of the actual surface to the base design (not the conjugate surface) in the direction of the normals of the base design
Declaration
public ConicalGearFlankMicroGeometry SpecifiedEaseOffSurface { get; }
Property Value
Type | Description |
---|---|
ConicalGearFlankMicroGeometry |