API Methods by SU Version - 2012 year end edition
-
For anyone interested, here's a spreadsheet listing SketchUp API methods and the version they were introduced into the API. It's current as of today - made by scraping the latest API docs here: http://www.sketchup.com/intl/en/developer/docs/classes
-
hi Jim,
cheers for this
is it possible to get allSketchup.send_action's from SU to use in code, or do i need to download the 'latest list' and hardcode them?I'm still trying to make a better toolbar for mac's...
john -

-
@driven said:
is it possible to get all Sketchup.send_action's from SU to use in code, or do i need to download the 'latest list' and hardcode them?
For the send_actions, it's easier to just copy and paste off the web page. The send_action page elements aren't distinguishable enough for easy scraping.
But...
require 'open-uri' require 'nokogiri' url = 'http://www.sketchup.com/intl/en/developer/docs/ourdoc/sketchup' page = Nokogiri;;HTML(open(url)) page.css('.apireference li').each do |ent| puts ent.text endRuby not SketchUp Ruby
-
FYI: two other threads on
send_action()I have begun a reference spreadsheet (in ods format) on the many actions (many not documented elsewhere,) but it is not fully complete.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better π
Register LoginAdvertisement