You cannot post messages because only members can post, and you are not currently a member.
Description:
Ask questions and share answers about developing Ruby scripts for SketchUp using the Ruby API for SketchUp.
|
|
|
Attention Ruby Developers
   
|
| |
Did you know that we have a resource for Ruby developers in addition
to these discussions? You can view the SketchUp Ruby API documentation
in its own Google Group at the link below:
[link]
This is a resource for advanced users of Ruby and isn't intended for... more »
|
|
Having problems posting to the Ruby API Discussion?
|
| |
I've you've come to the Ruby API Discussion to help others or to ask
questions but find you're unable to post, while you may be able to
post without a problem to the SketchUp SDK Discussion then you maybe
stumbling over one of our hiccups. We've moved the Ruby API Group over
to the rest of the SketchUp Developer's area so that there were like... more »
|
|
Need a good sketch Up Professional Immediately for a urgent project
|
| |
I am not sure if this is the most appropriate place to make this
posting but I could not find a list of Google Sketch Up developers. I
am in need of a Sketch Up and Google Earth developer for an immediate
project to under take a 1500 building portfolio rendering. The
purpose of this project is to render the buildings in 3d and their... more »
|
|
Create multiple .skp files by layer criteria
|
| |
Hi all,
I'm a ruby-newbie. I'm trying to take an existing .skp file and
create multiple .skp files in a a folder....simply grabbing the
entities and putting the array of entities into a new .skp named by
layer. So if one had 30 layers in a .skp file, they'd have 30 files
named Layer1.skp, Layer2.skp, etc....... more »
|
|
How can I Draw a 2D_donut?
|
| |
hi,
I need to draw a 2D-dount, means I need a face between Large Circle
and Small Circle,it looks like donut.
I already can draw a circle and add a circle face.
(entities.add_circle & entities.add_face Circle),but still don't know
how to do .Is any one can help me or pos the code?
Besides, I need a face between two Rectangle actually,dose them both... more »
|
|
How to install gem for Ruby 1.8.0 on Windows?
|
| |
Hi,
I recently started writing some Ruby code to automate some process in
SketchUp under Windows environment.
I need to require 'rubygems' and 'fastercsv' gems. I was able to
install gems on Ruby 1.8.6 by using "gem install...".
As far as I know, 1.8.0 does not have Gem Manager. Could anyone help... more »
|
|
Sorting Vertices Counter-Clockwise
|
| |
Hello all,
I need to write a routine that will take an array of vertices of a
face and sort them counter-clockwise.
The list of sorted vertices will then be outputted into a text file.
Does anybody have an idea how to approach this in ruby?
Best wishes,
Jon.
|
|
Activating the PositionTextureTool programmatically through the Ruby API
|
| |
In my current project I am working with many groups of entities, so to
position the texture on a face within a group, I double-click the
group to edit it, then right-click on a face and go Texture->Position.
Now I want to write a tool which reduces this to a single click.
I want to click the tool's button on the toolbar and then I want to... more »
|
|
Rexml uninitialized constant
|
| |
Hello,
I'm trying to use rexml to read an XML file so I have downloaded rexml
and I use this:
require 'rexml/parsers/pullparser.rb'
if I doing a mistake in the file name sketchup throw an error and with
this line I don't have an error so I suppose that the file is loaded
and my $PATH is ok.... more »
|
|
String encoding in SketchUp model
|
| |
Hi,
I'm writing a plug-in that reads current model path, and use it as
input parameter for some external process.
Everything works fine when .skp filename contain only ascii
characters. But if filename is with non-ascii characters inside,
File.exist?(filename) function can't find the file... more »
|
|
Using libraries like hpricot or anythink to read xml
|
| |
Hello,
Is it possible to use modules to read XML like hpricot or libxml-ruby?
I don't want a full ruby environnement because my plugin need to be
deployed easilly without installing anything else that sketchup.
I have see anywhere that we need to put the library into C:\Program
Files (x86)\Google\Google SketchUp 7\Tools so I have : C:\Program... more »
|
|
|