sketchup-ruby-api-tutorials icon indicating copy to clipboard operation
sketchup-ruby-api-tutorials copied to clipboard

SketchUp Ruby API Tutorials and Examples

Results 12 sketchup-ruby-api-tutorials issues
Sort by recently updated
recently updated
newest added
trafficstars

This is a quite old repo and there seems to be a lot of things we could look over in a general clean up. Here are a few points. -...

**README has broken link to online tutorials**. If it was intentional to remove the online (web) API tutorials, then this repo's README should be edited to remove link. And then...

If you copy paste (which some people will definitely do instead of going to the GH repo) the two code samples from: * http://developer.sketchup.com/en/content/hello-cube-2 * http://developer.sketchup.com/en/content/tuthellocubemainrb and infer file paths...

bug

I want to use the rubymine to debug sketchup, but I can not find this file " Where can I find this file ", need help. thankyou

question

At the bottom of the Licenseing tutorial module ... `"master/examples/99_license/ex_hello_license/main.rb"` ```ruby # Fetching a license here so that it will be checked by SketchUp during # startup. This will include...

Based on these threads by @NeilBurkholder https://forums.sketchup.com/t/setting-up-netbeans-with-sketchup-intellisense-and-debugging/38633 https://forums.sketchup.com/t/ruby-code-editor-of-choice/38312

tutorial

Hi, I tried to setup a RubyMine project based on the wiki which was nicely explaining everything step by step, but I wasn't able to actually load the sketchup script...

bug

Need help. I don't know what is wrong. require "extensions.rb" cant find the file. But require "sketchup.rb" is right.

need more info

Add a Tutorial and Example for using the `Sketchup::Http::Request` and `Sketchup::Http::Response` classes. The little blurbs of sample code in each method, do not stitch together well into an example. See...

tutorial

https://forums.sketchup.com/t/how-do-textures-work/47943/4?u=thomthom http://ruby.sketchup.com/Sketchup/Face.html#get_UVHelper-instance_method

tutorial