Skip to content

Commit b9ea238

Browse files
committed
Merge branch 'master' into staging
2 parents a66085d + ed82f32 commit b9ea238

150 files changed

Lines changed: 952 additions & 245 deletions

File tree

Some content is hidden

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

.yardopts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
--title "SketchUp Ruby API Documentation"
22
--no-api
33
--no-private
4+
--hide-api Internal
45
--plugin yard-sketchup
6+
--asset images:images
57
lib/sketchup-api-stubs/stubs/**/*.rb
68
-
79
pages/*.md

README.md

Lines changed: 5 additions & 1 deletion
5.62 KB
14 KB

lib/sketchup-api-stubs/stubs/Geom/BoundingBox.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright:: Copyright 2019 Trimble Inc.
1+
# Copyright:: Copyright 2020 Trimble Inc.
22
# License:: The MIT License (MIT)
33

44
# Bounding boxes are three-dimensional boxes (eight corners), aligned with the

lib/sketchup-api-stubs/stubs/Geom/Bounds2d.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright:: Copyright 2019 Trimble Inc.
1+
# Copyright:: Copyright 2020 Trimble Inc.
22
# License:: The MIT License (MIT)
33

44
# The bounds2d class represents an axis aligned bounding box represented by

lib/sketchup-api-stubs/stubs/Geom/LatLong.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright:: Copyright 2019 Trimble Inc.
1+
# Copyright:: Copyright 2020 Trimble Inc.
22
# License:: The MIT License (MIT)
33

44
# The LatLong class contains various methods for creating and manipulating

lib/sketchup-api-stubs/stubs/Geom/OrientedBounds2d.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright:: Copyright 2019 Trimble Inc.
1+
# Copyright:: Copyright 2020 Trimble Inc.
22
# License:: The MIT License (MIT)
33

44
# The OrientedBounds2d class is a bounding box represented by four

lib/sketchup-api-stubs/stubs/Geom/Point2d.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright:: Copyright 2019 Trimble Inc.
1+
# Copyright:: Copyright 2020 Trimble Inc.
22
# License:: The MIT License (MIT)
33

44
# The {Geom::Vector2d} class allows you to work with a point in 2D space.

lib/sketchup-api-stubs/stubs/Geom/Point3d.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright:: Copyright 2019 Trimble Inc.
1+
# Copyright:: Copyright 2020 Trimble Inc.
22
# License:: The MIT License (MIT)
33

44
# The Point3d class allows you to work with a point in 3D space.

0 commit comments

Comments
 (0)