Skip to content

Commit 0c198a2

Browse files
committed
Merge branch 'dev/su2024.0' into staging
2 parents d767099 + 9df89dc commit 0c198a2

153 files changed

Lines changed: 708 additions & 271 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.

lib/sketchup-api-stubs/stubs/Array.rb

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

44
# The SketchUp Array class adds additional methods to the standard Ruby Array

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

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

44
# The Geom module defines a number of Module methods that let you perform

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 2023 Trimble Inc.
1+
# Copyright:: Copyright 2024 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 2023 Trimble Inc.
1+
# Copyright:: Copyright 2024 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 2023 Trimble Inc.
1+
# Copyright:: Copyright 2024 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 2023 Trimble Inc.
1+
# Copyright:: Copyright 2024 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 2023 Trimble Inc.
1+
# Copyright:: Copyright 2024 Trimble Inc.
22
# License:: The MIT License (MIT)
33

44
# The {Geom::Point2d} 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 2023 Trimble Inc.
1+
# Copyright:: Copyright 2024 Trimble Inc.
22
# License:: The MIT License (MIT)
33

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

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

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

44
# The {#Geom::PolygonMesh} class contains methods to create polygon mesh

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

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

44
# Transformations are a standard construct in the 3D world for representing

0 commit comments

Comments
 (0)