Class ConicalMeshFlankMicroGeometryConfig
Inheritance
System.Object
ConicalMeshFlankMicroGeometryConfig
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public abstract class ConicalMeshFlankMicroGeometryConfig : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
DeltaHAsPercentOfFaceWidth
Declaration
public double DeltaHAsPercentOfFaceWidth { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
DeltaVAsPercentOfWheelTipToFilletFlankBoundary
Declaration
public double DeltaVAsPercentOfWheelTipToFilletFlankBoundary { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public bool PerformVHCheck { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
SpecifiedEaseOffSurface
Declaration
public ConicalGearFlankMicroGeometry SpecifiedEaseOffSurface { get; }
Property Value
Implements
System.IEquatable<T>
Extension Methods