- Solutions
- SAP Business Suite
- SAP Cloud ERP
- SAP Business ByDesign
- SAP Business One
- ERP Integrations & Extensions
- ByDesign vs. Business One
- Industries
- Services
- Resources
- Company
- WATCH DEMO
Search
1. Context: SketchUp 8 as a Watershed Moment Released in 2010, SketchUp 8 arrived at a critical inflection point. It was the last version developed under the original @Last Software ethos before Google’s influence fully matured (Google had acquired SketchUp in 2006) and before Trimble’s acquisition in 2012.
require 'sketchup.rb' module MyTool def self.activate model = Sketchup.active_model entities = model.active_entities # geometry operations here end end sketchup 8 plugins
unless file_loaded?() UI.menu("Plugins").add_item("My Tool") { MyTool.activate } file_loaded( FILE ) end sketchup 8 plugins