This commit is contained in:
2025-07-25 16:27:29 +08:00
parent 38b27cd481
commit b5cad3c171
1114 changed files with 68009 additions and 23981 deletions
@@ -432,6 +432,48 @@ Include generator of triangles from points.</p>
<a id="Hi_Geom_Tri3dUtil_GetSegmentsFromPlaneClip_" data-uid="Hi.Geom.Tri3dUtil.GetSegmentsFromPlaneClip*"></a>
<h3 id="Hi_Geom_Tri3dUtil_GetSegmentsFromPlaneClip_System_Collections_Generic_IEnumerable_Hi_Geom_Tri3d__Hi_Geom_IFlat3d_" data-uid="Hi.Geom.Tri3dUtil.GetSegmentsFromPlaneClip(System.Collections.Generic.IEnumerable{Hi.Geom.Tri3d},Hi.Geom.IFlat3d)">
GetSegmentsFromPlaneClip(IEnumerable&lt;Tri3d&gt;, IFlat3d)
</h3>
<div class="markdown level1 summary"><p>Gets line segments resulting from intersecting triangles with a clipping plane.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static List&lt;Segment3d&gt; GetSegmentsFromPlaneClip(this IEnumerable&lt;Tri3d&gt; tris, IFlat3d clipPlane)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>tris</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a>&lt;<a class="xref" href="Hi.Geom.Tri3d.html">Tri3d</a>&gt;</dt>
<dd><p>The collection of triangles to clip</p>
</dd>
<dt><code>clipPlane</code> <a class="xref" href="Hi.Geom.IFlat3d.html">IFlat3d</a></dt>
<dd><p>The clipping plane</p>
</dd>
</dl>
<h4 class="section">Returns</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1">List</a>&lt;<a class="xref" href="Hi.Geom.Segment3d.html">Segment3d</a>&gt;</dt>
<dd><p>A list of line segments representing the intersection</p>
</dd>
</dl>
</article>