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
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
Kpc
Gets or sets the ploughing coefficient along the rake face cross line (c). Unit: N/mm.
double Kpc { get; set; }
Property Value
Kpn
Gets or sets the ploughing coefficient along the rake face normal direction (n). Unit: N/mm.
double Kpn { get; set; }
Property Value
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
Ksn
Gets or sets the shear coefficient along the rake face normal direction (n). Unit: N/mm².
double Ksn { get; set; }