You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<spanclass="property"><spanclass="k"><spanclass="pre">class</span></span><spanclass="w"></span></span><spanclass="sig-prename descclassname"><spanclass="pre">pyvcad.</span></span><spanclass="sig-name descname"><spanclass="pre">BBoxUnion</span></span><aclass="headerlink" href="#pyvcad.BBoxUnion" title="Link to this definition">#</a></dt>
996
-
<dd><p>An n-ary node that represents the union of bounding boxes.</p>
996
+
<dd><p>An n-ary node that accelerates union queries with child bounding boxes. Supports optional smooth blending when k > 0.</p>
<spanclass="sig-name descname"><spanclass="pre">__init__</span></span><spanclass="sig-paren">(</span><emclass="sig-param"><spanclass="o"><spanclass="pre">*</span></span><spanclass="n"><spanclass="pre">args</span></span></em>, <emclass="sig-param"><spanclass="o"><spanclass="pre">**</span></span><spanclass="n"><spanclass="pre">kwargs</span></span></em><spanclass="sig-paren">)</span><aclass="headerlink" href="#pyvcad.BBoxUnion.__init__" title="Link to this definition">#</a></dt>
<li><p><strong>k</strong> (<em>float</em>) – The smoothing radius. When k > 0, enables smooth union behavior.</p></li>
1047
+
<li><p><strong>children</strong> (<em>list</em><em> of </em><aclass="reference internal" href="tree.html#pyvcad.Node" title="pyvcad.Node"><em>Node</em></a>) – The list of child nodes.</p></li>
<spanclass="sig-name descname"><spanclass="pre">__init__</span></span><spanclass="sig-paren">(</span><emclass="sig-param"><spanclass="o"><spanclass="pre">*</span></span><spanclass="n"><spanclass="pre">args</span></span></em>, <emclass="sig-param"><spanclass="o"><spanclass="pre">**</span></span><spanclass="n"><spanclass="pre">kwargs</span></span></em><spanclass="sig-paren">)</span><aclass="headerlink" href="#pyvcad.Function.__init__" title="Link to this definition">#</a></dt>
0 commit comments