update ISO coordinate rendering for 3+2axis machine.
This commit is contained in:
@@ -203,18 +203,18 @@ Class CubeTree
|
||||
|
||||
<a id="Hi_Cbtr_CubeTree__ctor_" data-uid="Hi.Cbtr.CubeTree.#ctor*"></a>
|
||||
|
||||
<h3 id="Hi_Cbtr_CubeTree__ctor_Hi_Geom_NativeStl_System_Double_System_Threading_CancellationToken_System_IProgress_Hi_Common_NativeProgresses_IProgressReport__" data-uid="Hi.Cbtr.CubeTree.#ctor(Hi.Geom.NativeStl,System.Double,System.Threading.CancellationToken,System.IProgress{Hi.Common.NativeProgresses.IProgressReport})">
|
||||
CubeTree(NativeStl, double, CancellationToken, IProgress<IProgressReport>)
|
||||
<h3 id="Hi_Cbtr_CubeTree__ctor_Hi_Geom_NativeStl_System_Double_System_Threading_CancellationToken_System_IProgress_Hi_Common_IProgressFraction__" data-uid="Hi.Cbtr.CubeTree.#ctor(Hi.Geom.NativeStl,System.Double,System.Threading.CancellationToken,System.IProgress{Hi.Common.IProgressFraction})">
|
||||
CubeTree(NativeStl, double, CancellationToken, IProgress<IProgressFraction>)
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Ctor.
|
||||
This ctor is faster than <a class="xref" href="Hi.Cbtr.CubeTree.html#Hi_Cbtr_CubeTree__ctor_Hi_Geom_NativeStl_System_Double_System_Threading_CancellationToken_System_IProgress_Hi_Common_NativeProgresses_IProgressReport__">CubeTree(NativeStl, double, CancellationToken, IProgress<IProgressReport>)</a>.</p>
|
||||
This ctor is faster than <a class="xref" href="Hi.Cbtr.CubeTree.html#Hi_Cbtr_CubeTree__ctor_Hi_Geom_NativeStl_System_Double_System_Threading_CancellationToken_System_IProgress_Hi_Common_IProgressFraction__">CubeTree(NativeStl, double, CancellationToken, IProgress<IProgressFraction>)</a>.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public CubeTree(NativeStl stl, double preferredGridWidth, CancellationToken token, IProgress<IProgressReport> progress)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public CubeTree(NativeStl stl, double preferredGridWidth, CancellationToken token, IProgress<IProgressFraction> progress)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
@@ -228,7 +228,7 @@ This ctor is faster than <a class="xref" href="Hi.Cbtr.CubeTree.html#Hi_Cbtr_Cub
|
||||
<dt><code>token</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a></dt>
|
||||
<dd><p>Cancellation token for the operation</p>
|
||||
</dd>
|
||||
<dt><code>progress</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iprogress-1">IProgress</a><<a class="xref" href="Hi.Common.NativeProgresses.IProgressReport.html">IProgressReport</a>></dt>
|
||||
<dt><code>progress</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iprogress-1">IProgress</a><<a class="xref" href="Hi.Common.IProgressFraction.html">IProgressFraction</a>></dt>
|
||||
<dd><p>Progress reporter for the operation</p>
|
||||
</dd>
|
||||
</dl>
|
||||
@@ -240,7 +240,7 @@ This ctor is faster than <a class="xref" href="Hi.Cbtr.CubeTree.html#Hi_Cbtr_Cub
|
||||
|
||||
|
||||
|
||||
<h4 class="section" id="Hi_Cbtr_CubeTree__ctor_Hi_Geom_NativeStl_System_Double_System_Threading_CancellationToken_System_IProgress_Hi_Common_NativeProgresses_IProgressReport___remarks">Remarks</h4>
|
||||
<h4 class="section" id="Hi_Cbtr_CubeTree__ctor_Hi_Geom_NativeStl_System_Double_System_Threading_CancellationToken_System_IProgress_Hi_Common_IProgressFraction___remarks">Remarks</h4>
|
||||
<div class="markdown level1 remarks"><p>The applied resolution is equal or smaller than the expected resolution.
|
||||
The applied resolution is c*(2^i). Where c is a constant; i is a integer to make the closest value of the formula.
|
||||
Errors relative to the input geometry are distributed at sharp edges and curved surfaces.</p>
|
||||
@@ -251,8 +251,8 @@ Errors relative to the input geometry are distributed at sharp edges and curved
|
||||
|
||||
<a id="Hi_Cbtr_CubeTree__ctor_" data-uid="Hi.Cbtr.CubeTree.#ctor*"></a>
|
||||
|
||||
<h3 id="Hi_Cbtr_CubeTree__ctor_Hi_Geom_Stl_System_Double_System_Threading_CancellationToken_System_IProgress_Hi_Common_NativeProgresses_IProgressReport__" data-uid="Hi.Cbtr.CubeTree.#ctor(Hi.Geom.Stl,System.Double,System.Threading.CancellationToken,System.IProgress{Hi.Common.NativeProgresses.IProgressReport})">
|
||||
CubeTree(Stl, double, CancellationToken, IProgress<IProgressReport>)
|
||||
<h3 id="Hi_Cbtr_CubeTree__ctor_Hi_Geom_Stl_System_Double_System_Threading_CancellationToken_System_IProgress_Hi_Common_IProgressFraction__" data-uid="Hi.Cbtr.CubeTree.#ctor(Hi.Geom.Stl,System.Double,System.Threading.CancellationToken,System.IProgress{Hi.Common.IProgressFraction})">
|
||||
CubeTree(Stl, double, CancellationToken, IProgress<IProgressFraction>)
|
||||
|
||||
</h3>
|
||||
|
||||
@@ -261,7 +261,7 @@ Errors relative to the input geometry are distributed at sharp edges and curved
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public CubeTree(Stl stl, double expectedResolution, CancellationToken token, IProgress<IProgressReport> progress)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public CubeTree(Stl stl, double expectedResolution, CancellationToken token, IProgress<IProgressFraction> progress)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
@@ -275,7 +275,7 @@ Errors relative to the input geometry are distributed at sharp edges and curved
|
||||
<dt><code>token</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a></dt>
|
||||
<dd><p>Cancellation token for the operation</p>
|
||||
</dd>
|
||||
<dt><code>progress</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iprogress-1">IProgress</a><<a class="xref" href="Hi.Common.NativeProgresses.IProgressReport.html">IProgressReport</a>></dt>
|
||||
<dt><code>progress</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iprogress-1">IProgress</a><<a class="xref" href="Hi.Common.IProgressFraction.html">IProgressFraction</a>></dt>
|
||||
<dd><p>Progress reporter for the operation</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
Reference in New Issue
Block a user