tune
This commit is contained in:
@@ -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<Tri3d>, 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<Segment3d> GetSegmentsFromPlaneClip(this IEnumerable<Tri3d> 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><<a class="xref" href="Hi.Geom.Tri3d.html">Tri3d</a>></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><<a class="xref" href="Hi.Geom.Segment3d.html">Segment3d</a>></dt>
|
||||
<dd><p>A list of line segments representing the intersection</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user