Skip to content

Commit 498587e

Browse files
committed
Update docs — 2026-03-19 22:09
1 parent 2e41011 commit 498587e

65 files changed

Lines changed: 3380 additions & 446 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

v2/.doctrees/environment.pickle

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

v2/python-api/pyvcad/composition.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ <h1>Tree — composition nodes<a class="headerlink" href="#tree-composition-node
174174
</pre></div>
175175
</div>
176176
<ol class="arabic simple" start="2">
177-
<li><p>__init__(self: pyvcad.pyvcad.Rotate, pitch: typing.SupportsFloat, yaw: typing.SupportsFloat, roll: typing.SupportsFloat, around: pyvcad.pyvcad.Vec3 = &lt;pyvcad.pyvcad.Vec3 object at 0x106cfb330&gt;) -&gt; None</p></li>
177+
<li><p>__init__(self: pyvcad.pyvcad.Rotate, pitch: typing.SupportsFloat, yaw: typing.SupportsFloat, roll: typing.SupportsFloat, around: pyvcad.pyvcad.Vec3 = &lt;pyvcad.pyvcad.Vec3 object at 0x10b93b4b0&gt;) -&gt; None</p></li>
178178
</ol>
179179
<p>Constructor. Creates a Rotate with pitch, yaw, roll angles, and a point around which the rotation is performed.</p>
180180
<dl class="field-list simple">

v2/python-api/pyvcad/leaves.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ <h1>Tree — leaf nodes<a class="headerlink" href="#tree-leaf-nodes" title="Link
186186
<span class="sig-name descname"><span class="pre">__init__</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="o"><span class="pre">*</span></span><span class="n"><span class="pre">args</span></span></em>, <em class="sig-param"><span class="o"><span class="pre">**</span></span><span class="n"><span class="pre">kwargs</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#pyvcad.Function.__init__" title="Link to this definition"></a></dt>
187187
<dd><p>Overloaded function.</p>
188188
<ol class="arabic simple">
189-
<li><p>__init__(self: pyvcad.pyvcad.Function, function: str, material: typing.SupportsInt = 1, min: pyvcad.pyvcad.Vec3 = &lt;pyvcad.pyvcad.Vec3 object at 0x106ce9ef0&gt;, max: pyvcad.pyvcad.Vec3 = &lt;pyvcad.pyvcad.Vec3 object at 0x106ce9f30&gt;) -&gt; None</p></li>
189+
<li><p>__init__(self: pyvcad.pyvcad.Function, function: str, material: typing.SupportsInt = 1, min: pyvcad.pyvcad.Vec3 = &lt;pyvcad.pyvcad.Vec3 object at 0x10b8fcc30&gt;, max: pyvcad.pyvcad.Vec3 = &lt;pyvcad.pyvcad.Vec3 object at 0x10b929770&gt;) -&gt; None</p></li>
190190
</ol>
191191
<p>Constructor that takes a function to evaluate, a material, and bounding box.</p>
192192
<dl class="field-list simple">
@@ -205,7 +205,7 @@ <h1>Tree — leaf nodes<a class="headerlink" href="#tree-leaf-nodes" title="Link
205205
</pre></div>
206206
</div>
207207
<ol class="arabic simple" start="2">
208-
<li><p>__init__(self: pyvcad.pyvcad.Function, function: collections.abc.Callable[[typing.SupportsFloat, typing.SupportsFloat, typing.SupportsFloat, typing.SupportsFloat, typing.SupportsFloat, typing.SupportsFloat, typing.SupportsFloat, typing.SupportsFloat], float], material: typing.SupportsInt = 1, min: pyvcad.pyvcad.Vec3 = &lt;pyvcad.pyvcad.Vec3 object at 0x106cea1f0&gt;, max: pyvcad.pyvcad.Vec3 = &lt;pyvcad.pyvcad.Vec3 object at 0x106cea230&gt;) -&gt; None</p></li>
208+
<li><p>__init__(self: pyvcad.pyvcad.Function, function: collections.abc.Callable[[typing.SupportsFloat, typing.SupportsFloat, typing.SupportsFloat, typing.SupportsFloat, typing.SupportsFloat, typing.SupportsFloat, typing.SupportsFloat, typing.SupportsFloat], float], material: typing.SupportsInt = 1, min: pyvcad.pyvcad.Vec3 = &lt;pyvcad.pyvcad.Vec3 object at 0x10b929a30&gt;, max: pyvcad.pyvcad.Vec3 = &lt;pyvcad.pyvcad.Vec3 object at 0x10b929a70&gt;) -&gt; None</p></li>
209209
</ol>
210210
<p>Constructor that takes a native python function to evaluate, a material id, and bounding box.</p>
211211
<dl class="field-list simple">

v2/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

v3-dev/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 0113a127ad08c386b35019ba98f41bb2
3+
config: 15d33b5d3fae23935a01419cd95a79d1
44
tags: 645f666f9bcd5a90fca523b33c5a78b7
63 Bytes
Binary file not shown.
-7.65 KB
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)