This commit is contained in:
2025-09-06 21:25:33 +08:00
parent f6dd232ef8
commit 878475acf8
108 changed files with 5919 additions and 4961 deletions
@@ -326,7 +326,8 @@ Class AptDerivative
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Gets or sets the default polar resolution for 2D operations.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
@@ -651,7 +652,7 @@ This function is usually used to compute the bounding box of elements.</p>
</h3>
<div class="markdown level1 summary"><p>Generates a new STL.</p>
<div class="markdown level1 summary"><p>Generates an STL representation of the tool geometry.</p>
</div>
<div class="markdown level1 conceptual"></div>
@@ -662,14 +663,14 @@ This function is usually used to compute the bounding box of elements.</p>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>resolution</code> <a class="xref" href="Hi.Geom.Resolution.IPolarResolution2d.html">IPolarResolution2d</a></dt>
<dd><p>Polar resolution</p>
<dd><p>The polar resolution to use for generation.</p>
</dd>
</dl>
<h4 class="section">Returns</h4>
<dl class="parameters">
<dt><a class="xref" href="Hi.Geom.Stl.html">Stl</a></dt>
<dd><p>A newly created STL.</p>
<dd><p>The generated STL object.</p>
</dd>
</dl>