build nc controller wpf.

This commit is contained in:
iambossTC 2025-05-15 19:09:19 +08:00
parent 4ee5fed8e3
commit e368c86e7c
2 changed files with 4 additions and 0 deletions

View File

@ -31,5 +31,8 @@
<PackageReference Include="HiNc" Version="1.4.*" />
<PackageReference Include="Hi.Wpf" Version="1.4.*" />
</ItemGroup>
<ItemGroup>
<Folder Include="Mech\" />
</ItemGroup>
</Project>

View File

@ -10,6 +10,7 @@ using Hi.MachiningSteps;
namespace Sample.Machining
{
/// <summary>
/// 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.