refactor(demos): follow the ContourTray to Fluting rename

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-20 20:05:07 +08:00
co-authored by Claude Fable 5
parent f83f8b9fb1
commit 73bcf2802b
+4 -4
View File
@@ -64,11 +64,11 @@ public static class DemoBuildMachiningProject
InnerBeamProfile = new FluteDependentRatioProfile(), InnerBeamProfile = new FluteDependentRatioProfile(),
MillingCutterOptLimit = new MillingCutterOptOption(), MillingCutterOptLimit = new MillingCutterOptOption(),
}; };
//build FluteContourTray property //build Fluting property
double helixAngle_deg = 50; double helixAngle_deg = 50;
double radialRakeAngle_deg = 15; double radialRakeAngle_deg = 15;
double bottomOuterRadius_mm = diameter_mm / 2 - roundRadius_mm; double bottomOuterRadius_mm = diameter_mm / 2 - roundRadius_mm;
millingCutter.FluteContourTray = new UniformContourTray() millingCutter.Fluting = new UniformFluting()
{ {
TrackNum = 3, TrackNum = 3,
BaselineOneContour = new FluteContour() BaselineOneContour = new FluteContour()
@@ -111,10 +111,10 @@ public static class DemoBuildMachiningProject
MillingCutterOptLimit = new MillingCutterOptOption() MillingCutterOptLimit = new MillingCutterOptOption()
}; };
//build FluteContourTray property //build Fluting property
double helixAngle_deg = 50; double helixAngle_deg = 50;
double radialRakeAngle_deg = 15; double radialRakeAngle_deg = 15;
millingCutter.FluteContourTray = new UniformContourTray() millingCutter.Fluting = new UniformFluting()
{ {
TrackNum = 3, TrackNum = 3,
BaselineOneContour = new FluteContour() BaselineOneContour = new FluteContour()