This commit is contained in:
2025-12-12 13:26:52 +08:00
parent d8d196cad7
commit f4f4a0df9d
68 changed files with 691 additions and 391 deletions
@@ -1627,7 +1627,8 @@ The Ctor keeps <a class="xref" href="Hi.Geom.Box3d.html#Hi_Geom_Box3d_Min">Min</
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Expands the box to include all specified points.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
@@ -1637,13 +1638,15 @@ The Ctor keeps <a class="xref" href="Hi.Geom.Box3d.html#Hi_Geom_Box3d_Min">Min</
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>ps</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.Vec3d.html">Vec3d</a>&gt;</dt>
<dd></dd>
<dd><p>The points to include in the box.</p>
</dd>
</dl>
<h4 class="section">Returns</h4>
<dl class="parameters">
<dt><a class="xref" href="Hi.Geom.Box3d.html">Box3d</a></dt>
<dd></dd>
<dd><p>This box after expansion.</p>
</dd>
</dl>