Skip to content

Commit 95117e4

Browse files
authored
Merge pull request #50 from SketchUp/release/2026.0
Update for SketchUp 2026.0
2 parents bb96e07 + 9bfbef8 commit 95117e4

62 files changed

Lines changed: 9292 additions & 3618 deletions

Some content is hidden

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

Geom.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ <h3 class="signature " id="fit_plane_to_points-class_method">
565565
<a style="float: right;" href="#header" title="Return to Top">&uarr;</a>
566566

567567

568-
<span class="overload">.<strong>fit_plane_to_points</strong>(point1, point2, point3, ...) &#x21d2; <tt><span class='object_link'><a href="Array.html" title="Array (class)">Array</a></span>&lt;Float, Float, Float, Float&gt;</tt> </span>
568+
<span class="overload">.<strong>fit_plane_to_points</strong>(point1, point2, point3, ...) &#x21d2; <tt><span class='object_link'><a href="Array.html" title="Array (class)">Array</a></span>(Float, Float, Float, Float)</tt> </span>
569569

570570
<span class="overload">.<strong>fit_plane_to_points</strong>(points) &#x21d2; <tt><span class='object_link'><a href="Array.html" title="Array (class)">Array</a></span>(Float, Float, Float, Float)</tt> </span>
571571

@@ -605,7 +605,7 @@ <h4 class="tag_title">Examples:</h4>
605605

606606

607607
<li class="overload_item">
608-
<span class="signature">.<strong>fit_plane_to_points</strong>(point1, point2, point3, ...) &#x21d2; <tt><span class='object_link'><a href="Array.html" title="Array (class)">Array</a></span>&lt;Float, Float, Float, Float&gt;</tt> </span>
608+
<span class="signature">.<strong>fit_plane_to_points</strong>(point1, point2, point3, ...) &#x21d2; <tt><span class='object_link'><a href="Array.html" title="Array (class)">Array</a></span>(Float, Float, Float, Float)</tt> </span>
609609
<div class="docstring">
610610
<div class="discussion">
611611

@@ -659,7 +659,7 @@ <h4 class="tag_title">Examples:</h4>
659659
<li>
660660

661661

662-
<span class='type'>(<tt><span class='object_link'><a href="Array.html" title="Array (class)">Array</a></span>&lt;Float, Float, Float, Float&gt;</tt>)</span>
662+
<span class='type'>(<tt><span class='object_link'><a href="Array.html" title="Array (class)">Array</a></span>(Float, Float, Float, Float)</tt>)</span>
663663

664664

665665

Geom/BoundingBox.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1112,7 +1112,7 @@ <h4 class="tag_title">Examples:</h4>
11121112
<span class='id identifier rubyid_boundingbox'>boundingbox</span><span class='period'>.</span><span class='id identifier rubyid_add'>add</span><span class='lparen'>(</span><span class='lbracket'>[</span><span class='int'>100</span><span class='comma'>,</span> <span class='int'>200</span><span class='comma'>,</span> <span class='op'>-</span><span class='int'>400</span><span class='rbracket'>]</span><span class='comma'>,</span> <span class='lbracket'>[</span><span class='int'>200</span><span class='comma'>,</span> <span class='int'>400</span><span class='comma'>,</span> <span class='int'>100</span><span class='rbracket'>]</span><span class='rparen'>)</span>
11131113
<span class='comment'># This will return Point3d(100, 200, -400).
11141114
</span><span class='id identifier rubyid_boundingbox'>boundingbox</span><span class='period'>.</span><span class='id identifier rubyid_corner'>corner</span><span class='lparen'>(</span><span class='int'>0</span><span class='rparen'>)</span>
1115-
<span class='comment'># This will return Point3d(100, 200, -400).
1115+
<span class='comment'># This will return Point3d(100, 400, 100).
11161116
</span><span class='id identifier rubyid_boundingbox'>boundingbox</span><span class='period'>.</span><span class='id identifier rubyid_corner'>corner</span><span class='lparen'>(</span><span class='int'>6</span><span class='rparen'>)</span></code></pre>
11171117

11181118
</div>

Geom/Bounds2d.html

Lines changed: 28 additions & 19 deletions
Large diffs are not rendered by default.

Geom/LatLong.html

Lines changed: 19 additions & 34 deletions
Large diffs are not rendered by default.

Geom/Point2d.html

Lines changed: 121 additions & 44 deletions
Large diffs are not rendered by default.

Geom/Point3d.html

Lines changed: 242 additions & 115 deletions
Large diffs are not rendered by default.

Geom/PolygonMesh.html

Lines changed: 67 additions & 41 deletions
Large diffs are not rendered by default.

Geom/Transformation.html

Lines changed: 111 additions & 47 deletions
Large diffs are not rendered by default.

Geom/Transformation2d.html

Lines changed: 36 additions & 32 deletions
Large diffs are not rendered by default.

Geom/UTM.html

Lines changed: 15 additions & 23 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)