Table of Contents

Interface IRakeFaceCuttingPara

Namespace
Hi.MillingForces.RakeFaceCuttingParas
Assembly
HiMech.dll
public interface IRakeFaceCuttingPara : ICuttingPara, IGetCuttingPara, IMakeXmlSource, INameNote, IDuplicate
Inherited Members
Extension Methods

Properties

AnchorRakeAngle_deg

Gets or sets the anchor rake angle in degrees.

double AnchorRakeAngle_deg { get; set; }

Property Value

double

AnchorRakeAngle_rad

Gets or sets the anchor rake angle in radians. Different rake angles may have different ploughing parameters but share the same shearing parameters.

double AnchorRakeAngle_rad { get; set; }

Property Value

double

Kpc

Gets or sets the ploughing coefficient along the rake face cross line (c). Unit: N/mm.

double Kpc { get; set; }

Property Value

double

Kpn

Gets or sets the ploughing coefficient along the rake face normal direction (n). Unit: N/mm.

double Kpn { get; set; }

Property Value

double

Ksc

Gets or sets the shear coefficient along the rake face cross line (c). Direction is from outer to center on side cutting. Unit: N/mm².

double Ksc { get; set; }

Property Value

double

Ksn

Gets or sets the shear coefficient along the rake face normal direction (n). Unit: N/mm².

double Ksn { get; set; }

Property Value

double