rename HiNC webapi to webservice.

This commit is contained in:
iamboss 2025-10-03 16:54:27 +08:00
parent 22e98bfaee
commit acaa747ba1

View File

@ -1,17 +1,13 @@
using Hi.Wpf.Disp; using Hi.Wpf.Disp;
using System; using System;
using Hi.MongoUtils;
using Hi.Licenses;
using Hi.MachiningProcs; using Hi.MachiningProcs;
using Hi.Common.FileLines; using Hi.Common.FileLines;
using System.Windows; using System.Windows;
using Hi.Disp;
using Hi.MachiningSteps; using Hi.MachiningSteps;
using Hi.HiNcKits; using Hi.HiNcKits;
namespace Sample.Machining namespace Sample.Machining
{ {
/// <summary> /// <summary>
/// Demonstrates integration of machining process visualization with interactive strip position selection. /// Demonstrates integration of machining process visualization with interactive strip position selection.
/// Shows how to load a machining project, configure rendering options, and implement user interaction. /// Shows how to load a machining project, configure rendering options, and implement user interaction.