deploy fixed MRR drift and webservice CylindroidHolder buckle branch update issue.

This commit is contained in:
2026-05-28 19:42:05 +08:00
parent d7836db45f
commit 95b5790622
140 changed files with 8079 additions and 14099 deletions
@@ -2292,6 +2292,49 @@ public FeedPerCycleMachiningMotionResolution AdjustedFeedPerCycle(double scale,
<a id="Hi_MachiningProcs_SessionShell_AlignWorkpieceProgramZeroToIso_" data-uid="Hi.MachiningProcs.SessionShell.AlignWorkpieceProgramZeroToIso*"></a>
<h3 id="Hi_MachiningProcs_SessionShell_AlignWorkpieceProgramZeroToIso_System_String_" data-uid="Hi.MachiningProcs.SessionShell.AlignWorkpieceProgramZeroToIso(System.String)">
AlignWorkpieceProgramZeroToIso(string)
</h3>
<div class="markdown level1 summary"><p>Places workpiece + fixture so that <a class="xref" href="Hi.NcMech.Workpieces.Workpiece.html#Hi_NcMech_Workpieces_Workpiece_ProgramZeroAnchor">ProgramZeroAnchor</a>
coincides with the world position the spindle reaches when the machine
coordinate equals <code class="paramref">isoCoordId</code>'s entry (G54/G55/...).
The buckle anchors must already be set per the general rule (typically by
the project XML): <a class="xref" href="Hi.NcMech.Workpieces.Workpiece.html#Hi_NcMech_Workpieces_Workpiece_FixtureBuckle">FixtureBuckle</a> at the bottom
center of the workpiece geom, <a class="xref" href="Hi.NcMech.Fixtures.Fixture.html#Hi_NcMech_Fixtures_Fixture_WorkpieceBuckle">WorkpieceBuckle</a> at the
top center of the fixture geom, <a class="xref" href="Hi.NcMech.Workpieces.Workpiece.html#Hi_NcMech_Workpieces_Workpiece_ProgramZeroAnchor">ProgramZeroAnchor</a>
at the workpiece-geom top center (or any chosen tip). Only
<a class="xref" href="Hi.NcMech.Fixtures.Fixture.html#Hi_NcMech_Fixtures_Fixture_GeomToTableTransformer">GeomToTableTransformer</a> is mutated. Delegates topology
math to <a class="xref" href="Hi.Machining.MachiningEquipmentUtils.MachiningEquipmentUtil.html#Hi_Machining_MachiningEquipmentUtils_MachiningEquipmentUtil_AlignWorkpieceProgramZeroToIso_Hi_Machining_MachiningEquipmentUtils_IMachiningEquipment_Hi_Geom_Vec3d_">AlignWorkpieceProgramZeroToIso(IMachiningEquipment, Vec3d)</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsAce]
public void AlignWorkpieceProgramZeroToIso(string isoCoordId)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>isoCoordId</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
<dd><p>ID into the IsoCoordinateTable, e.g. <code>&ldquo;G54&rdquo;</code>.</p>
</dd>
</dl>
<a id="Hi_MachiningProcs_SessionShell_AppendMessagesToFile_" data-uid="Hi.MachiningProcs.SessionShell.AppendMessagesToFile*"></a>
<h3 id="Hi_MachiningProcs_SessionShell_AppendMessagesToFile_System_String_System_String___" data-uid="Hi.MachiningProcs.SessionShell.AppendMessagesToFile(System.String,System.String[])">