This commit is contained in:
2025-12-05 16:33:37 +08:00
parent dbbe3303b3
commit 9de88d2db0
163 changed files with 5633 additions and 2293 deletions
@@ -391,42 +391,6 @@ Class UnmanagedSubstraction
<a id="Hi_Cbtr_UnmanagedSubstraction_DisplayContours_" data-uid="Hi.Cbtr.UnmanagedSubstraction.DisplayContours*"></a>
<h3 id="Hi_Cbtr_UnmanagedSubstraction_DisplayContours_System_Collections_Generic_List_System_Collections_Generic_List_Hi_Geom_Vec3d___Hi_Disp_Bind_" data-uid="Hi.Cbtr.UnmanagedSubstraction.DisplayContours(System.Collections.Generic.List{System.Collections.Generic.List{Hi.Geom.Vec3d}},Hi.Disp.Bind)">
DisplayContours(List&lt;List&lt;Vec3d&gt;&gt;, Bind)
</h3>
<div class="markdown level1 summary"><p>Displays contours in a visualization binding.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void DisplayContours(List&lt;List&lt;Vec3d&gt;&gt; contours, Bind bind)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>contours</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1">List</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1">List</a>&lt;<a class="xref" href="Hi.Geom.Vec3d.html">Vec3d</a>&gt;&gt;</dt>
<dd><p>The list of contours to display, where each contour is a list of 3D points.</p>
</dd>
<dt><code>bind</code> <a class="xref" href="Hi.Disp.Bind.html">Bind</a></dt>
<dd><p>The binding to display the contours in.</p>
</dd>
</dl>
<a id="Hi_Cbtr_UnmanagedSubstraction_Dispose_" data-uid="Hi.Cbtr.UnmanagedSubstraction.Dispose*"></a>
<h3 id="Hi_Cbtr_UnmanagedSubstraction_Dispose" data-uid="Hi.Cbtr.UnmanagedSubstraction.Dispose">