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 »
|
|
Loading models from website
|
| |
This may be obvious but I haven't been able to make it work: Sketchup.active_model.import "[link]", true I would like to load a model from a website into SketchUp similar to what is happening with the 3D Warehouse. This *is *implemented in SketchUp somehow. Cheers, Alex
|
|
SketchUp - Face triangulation - holes
|
| |
Dear all,
I am going to export geometry data from a SketchUp scene as triangles
or convex polygons using Ruby API or the SDK.
In the docu I saw that a face is represented by its outline (outer
loop) and if it has holes each hole is stored also as a polygon with
reverse vertex order (inner loop).... more »
|
|
Writing with SKSocket takes a long time on OSX Lion
|
| |
Hello,
Testing my SketchUp plug-in on OSX Lion, I ran into an issue that I
cannot solve with a nice fix.
Basically, I'm trying to communicate with another software (which acts
as the server) through a TCP socket.
def start_synchro
log("Establishing a connection...")
SKSocket.connect('127.0.0.1', 6545)... more »
|
|
Sketchup for Android
|
| |
Hi.
I am a civil engineer. I'm using Google Sketchup on Windows. I make
our sites in 3d with Sketchup. I am not an expert on 3d, but I can
explain the workers and the owners what I'm gonna do. I wish there was
a Sketchup for Android (maybe just a viewer).
Both Sketchup and Android are your products. I mean Google. Will you... more »
|
|
help me with ruby
|
| |
im trying to create new plugin for additional paint material tool..how
to assign default material when the user click on the material? and
how to make the paint tool can be use when using webdialog? kind of
confuse with webdialog
|
|
display image in dialog box & can be use like paint bucket function
|
| |
1) how to get the image in dialog box and can be selected by the user
and can be use like paint bucket function
2) can we appear other menu in sketchup?
3) how to make the dialog box in ruby like stand alone application
that have header and footer in it?
p/s: sorry for my bad pronunciation
|
|
how to move to two models by using sketchup ruby api?
|
| |
I am now have two car models in my sketchup file, I want to move the
two car models independently, here the "move" means some transform
operation. How could I implement this by using sketchup ruby api?
Could anyone help me?
|
|
Communication between two plugins
|
| |
Is it possible to pass parameters between plugins?
For instance, I want to be able to set a working directory path once
and then run some plugin that uses that path each time it runs without
having to set it each time.
So if I have a plugin named SetWorkingDirectory that asks for a path
and sets a variable like this:... more »
|
|
|