chore(demos): update WPF demo machining and disp util

Made-with: Cursor
This commit is contained in:
2026-04-08 16:33:18 +08:00
parent bb10b6e34d
commit b21da87ded
3 changed files with 7 additions and 4 deletions
+3 -2
View File
@@ -1,4 +1,4 @@
using Hi.Common;
using Hi.Common.Messages;
using Hi.Disp;
using Hi.Geom;
using Hi.Geom.Resolution;
@@ -34,7 +34,8 @@ namespace Sample.Machining
new Cylindroid(new PairZr(-h, 18), new PairZr(0, 18))
.GenStl(new PolarResolution2d(1, MathUtil.ToRad(15))).WriteBin(stlFile_CylinderR18);
LocalApp.AppBegin();
using var loggerFactory = Microsoft.Extensions.Logging.LoggerFactory.Create(b => b.AddConsole());
LocalApp.AppBegin(loggerFactory.CreateLogger("Hi.Sample.Wpf"));
LocalProjectService localProjectService = new LocalProjectService();
@@ -22,7 +22,8 @@ namespace Sample.Machining
[STAThread]
static void Main(string[] args)
{
LocalApp.AppBegin();
using var loggerFactory = Microsoft.Extensions.Logging.LoggerFactory.Create(b => b.AddConsole());
LocalApp.AppBegin(loggerFactory.CreateLogger("Hi.Sample.Wpf"));
LocalProjectService localProjectService = new LocalProjectService();
#region Load Machining Project