SketchUp has an Ruby API for interacting with the application and also a C SDK for reading and writing .skp files.
0
votes
0answers
17 views
How do i fill holes up in Sketchup using their ruby API
So far my code only locates the local positions of the hole vertices. When i make these into a face using a common method, the face is displaced a certain value away from where it should be. Feel free ...
1
vote
1answer
47 views
Replacing Sketchup 8 API with deprecated version bundled with 2013 SDK - doesn't build in XCode
We have a project in which we use the SketchUp 8 C++ API to extract information from a SketchUp file. We have been told by a SketchUp team member that the deprecated C++ frameworks bundled with the ...
0
votes
1answer
26 views
Does it possible to dynamically generate a texture in SketchUp Plugin?
I need to make a Google SketchUp plugin that has to generate textures from external data and add them on a object. I know that SketchUp can use external images as texures. But does it possible to ...
0
votes
1answer
117 views
Using Sketchup 2013 C API to Save in SketchUp 8 format
I have code using the SketchUp C++ API, which works on SketchUp 8 files. Trimble has replaced this with a C API, and SketchUp 2013 exports files that only the newer C API can open.
The solution is ...
-2
votes
0answers
32 views
Sketchup ruby - import scene into current scene
I am planning on a google sketchup ruby plugin which allows you to quickly mix scenes together. My problem is that I need to import a previously saved sketch up scene into the currently open one.
...
0
votes
1answer
79 views
How to debug ruby plugins in SketchUp?
The only tip I got to debug ruby plugins in SketchUp is the use of puts.
I tried to launch SketchUp this way: sketchup.exe > log.txt 2> errors.txt, but it only shows logs / errors from SketchUp ...
1
vote
1answer
211 views
Punching a hole through a cylinder using Sketchup Ruby API
I'm writing a script to make a simple flute in SketchUp (free version, Mac). I want to make a tube and and then cylinders which poke through the tube, draw the intersection lines between the tube and ...
0
votes
0answers
61 views
Load External-C Library (Newton.Dylib) via Ruby (Google Sketchup's Version)
I'm trying to load external functions from the newton library into google SketchUp via Ruby as a Google Sketchup Plugin. I'm aware of SketchyPhysics which does this exact thing so I know it's ...
0
votes
1answer
79 views
Position SketchUp model
I have imported a model from SketchUp with the Collada loader (three.js). But now I have a problem. I want to always have the center of the object at the coordinates x0 y0 z0. How can I achieve this?
-1
votes
1answer
108 views
SketchUp FBX cube model textures not correctly exporting [closed]
When exporting a .fbx model from SketchUp, only the buttom, the front and the left textures are exported. Is there a way to fix this?
0
votes
1answer
78 views
Rotate Object in Sketch Up Ruby Script
I'm trying to create a several cylinders with a loop, rotating each one slightly in 3 dimensions each time, a random amount.
Here's what I have so far:
until i == 200
x += rand(10)
y ...
0
votes
1answer
37 views
Changing Style of Page (scene) programmatically, “Page.use_style=” not returning nil
I want to change the Style of a scene (programmatically called a Page), using the SketchUp Ruby API.
To begin with, I'm just testing this through the Ruby Console in SketchUp. I've prepended all the ...
0
votes
2answers
79 views
How do I import a texture atlas in SketchUp?
I am following up the book Learning OpenGL for IOS: A Hands-on Guide to Modern 3D Graphics Programming, by Erik M. Buck.
The book provides a useful free tool called COLLADAViewer for converting ...
0
votes
1answer
83 views
Google SketchUp export dynamic component to .dae model options are missing?
I have exported this model to dae:
http://sketchup.google.com/3dwarehouse/details?mid=c1e4befdfbfd283135b07d6213c348&prevstart=0
But when I import it, it says There are no options to choose on ...
0
votes
1answer
57 views
Ruby to load profile component in selected lines
I have a question in writing ruby code which can do 3d modeling in SketchUp program that I would like my profile components to stretch the lengths in the selected lines for creating glass curtain wall ...
2
votes
1answer
69 views
Each statement inside another each malfunctions?
I'm coding a Google sketchup plugin with Ruby, and I faced a little problem. I have an array containing descriptions of every point like:
desc_array = ["anna ", "anna 45", "anna689", "anna36", "anna ...
1
vote
1answer
54 views
ruby - How can I associate text with a construction point with sketchup api?
I'm developing a sketchup plugin with ruby, I have coded the parsing process succesfully and I got the cpoints from csv file to sketchup. The csv file also contains a description within coordinates of ...
1
vote
2answers
82 views
Open a file from `My Documents` on Windows
I'm writing plugins for sketch up. I cannot find a simple way to append a text file from the My Documents directory on Windows. The problems I am having are:
opening with the current username
...
0
votes
0answers
172 views
ruby google sketchup plugin - importing textures from a directory
im new here and pretty much brand new to ruby.
I am using ruby to write sketchup plugins with the Sketchup module, and i want to import all the image files (textures) from the directory ...
0
votes
2answers
145 views
Resize texture images in SU Ruby
I need to resize texture image files after COLLADA Export in Sketchup Ruby.
Is there a way to read images (PNG, JPG) from disk, resize them and save them back to disk using plain Sketchup Ruby API?
...
1
vote
1answer
135 views
How do I create a 3D printable stl file?
Ok, I finally have a good sketch of a teacup I want to 3D print. The next step is to export the sketch to a 3D printable stl file. I have tried using CADspan Pro (which crashes when I click ...
1
vote
1answer
91 views
Legible inspect from Sketchup Ruby API
Some of the objects I'm creating in my Sketchup Plugin contain nested array properties. They are difficult to read in Sketchup's Ruby Console when calling object.inspect.
Is it possible to use ...
-1
votes
1answer
111 views
In Sketchup, is it possible to automate dwg 2D line exports of scenes as you can with view.write_image?
I would like to have a one click solution for exporting my Sketchup Pro 8 Scenes to individual 2D dwg files, similar to that using view.write_image?
Thanks
1
vote
4answers
131 views
How can I debug Javascript in embebed browser in Window?
I need to debug Javascript (Jquery) sources in embedded browser in Windows 7 and XP, when I working with the browser in the Sketchup.
I tried with console.log, but it doesn't helps me because brakes ...
0
votes
1answer
144 views
Sketchup crashes with.rbs scrambled plugin
I have a plugin for Sketchup that is used by clients, and because this I need to Scrambler it to create a .rbs file.
When the file is .rb, works perfectly, but when I scramble it to .rbs, the plugin ...
0
votes
1answer
553 views
Change the origin to the center of object in Google SketchUp(Free version)
As shown in the following, I am trying to move the origin to the center of the bounding box of this 3D object by using its Axes tool. At a result, it seems very hard to find that center because there ...
1
vote
2answers
194 views
Is it possible to import a Collada model that aligns to pixels?
Assume I have a model that is simply a cube. (It is more complicated than a cube, but for the purposes of this discussion, we will simplify.)
So when I am in Sketchup, the cube is Xmm by Xmm by Xmm, ...
1
vote
0answers
184 views
require rubygems in SketchUp
I have been trying to find out searching online how to require rubygems in SketchUp, but have been unable to find out specifically how.
Below is my plugin in C:\Program Files\Google\Google SketchUp ...
0
votes
2answers
189 views
How to count duplicates hash itens in Ruby 1.8.5 ( Sketchup Ruby API )
I need to count the duplicates, they need to be 100% identical to increase my count, but I can not use a nothing out of Ruby 1.8.5, this code will run inside a plugin in google sketchup
Google ...
0
votes
0answers
69 views
Communicating 3d mouse data to applications?
I am building my own 3d mouse for object manipulation in 3D CAD programs. It's basically a ball that can be tracked in 3d space very similar to this: http://neil.fraser.name/hardware/3d-mouse/
It ...
0
votes
0answers
44 views
Sketchup SDK Fill Function Call with PointArray stored in Heap rather than in stack
I need to use the Sketchup SDK Fill function for performance reasons.
It is defined like that:
virtual bool Fill(atlast::geometry::CPoint3d pnts[], int numPoints,
FaceDescriptor ...
0
votes
1answer
132 views
How can I export to PDF with SketchUp API?
I need to export a model from the SketchUp Pro API (Ruby or C++) to PDF. There is a native PDF exporter in SketchUp, but it looks like there is no way to access it with the SketchUp API. Maybe I'm ...
0
votes
1answer
79 views
Sketch Up and Open GL ES
Hi I have created a model in Sketch Up and want to export if for use in my open GL ES app. My question is. do I need to specify that I want the output to be all triangles and not polygons. As ...
1
vote
5answers
722 views
Detecting Operating Systems in Ruby
Is there a way to detect the operating system in ruby? I am working on developing a sketchup tool that will need to detect MAC vs. WINDOWS.
1
vote
1answer
117 views
Reflecting a point of a non-horizontal line
I am creating line tool for sketchup and was running out of ideas of calculating the other point on a diamond. Essentially (with this line tool) you draw a line, and then at a set width, it creates a ...
0
votes
1answer
2k views
How to import SketchUp models into After Effects CS6
I'm having a hard time finding a way to get SketchUp models from Google's 3D warehouse into After Effects CS6.
As this tutorial describes, in AE CS5.5 and before, it was possible to find a .kmz file ...
0
votes
0answers
180 views
How can you detect Window's VirtualStore with SketchUp Ruby?
I'm writing a Ruby plugin for Sketchup. Default location for SketchUp is C:\Program Files (x86)\Google\Google SketchUp 8\ - plugins are installed to C:\Program Files (x86)\Google\Google SketchUp ...
0
votes
1answer
131 views
Google Sketchup like 3D modeling in Rails App
Is there a way to bring Google Sketchup functionality into a rails application? Essentially build 3d models in the same way using components into a rails application and allow an end user to be able ...
0
votes
2answers
319 views
Add entity to entities collection?
https://developers.google.com/sketchup/docs/ourdoc/entities
I want to add an array of entities to an entities collection, but the entities collection (as you can see in the reference) requires i add ...
0
votes
0answers
204 views
Raytracing library for .obj files
I am looking for a raytracing library where I can upload my scene as an .obj file and
make some calculations on it.
I have my scene exported as an .obj file from Google SketchUp.
For example, I need ...
-2
votes
2answers
493 views
CAD: lines to solid programmatically
How to convert a set of connected lines to a solid in CAD applications? Tool is being used can be AutoCAD, SketchUp, Solidworks, FreeCAD, or any other software you may know that can do this simple ...
0
votes
1answer
832 views
Google sketchup , how to display the model in iPhone/iPad?
Is there any objective-c library or workaround solution to display the skp file ?
Thanks
3
votes
1answer
138 views
Problems rendering a Polar Zonohedron in Processing
I've recently been looking into Zonohedrons and Rob Bell made beautiful ones. I had a play with the free Polar Zonohedron Sketchup Plugin and thought about playing with the geometry using Processing. ...
0
votes
2answers
943 views
Export .dae (collada) file from Google Sketchup
Hi I have a simple ( but extremely annoying ) problem. I want to put a model into iBooks Author and im using sketchup to do it. When I export a model out of Sketchup as .dae the camera looks perfect ...
0
votes
0answers
197 views
Emboss a 3d number through a non-regular face
So I have 2 squares that meet at an angle, and I'd like to "delete" a number from the meeting of the two squares. In the picture below what I would like to do is delete the 4 and all the space it ...
0
votes
2answers
312 views
Google sketchup objects transparent in opengl?
I have made two objects in googlesketchup.
link1
.On the link you can see a picture of the model. I just made two rectangles and then used push and pull, later I used paint bucket to paint the ...
1
vote
3answers
2k views
Google SketchUp and 3D with C#
I'm not familiar at all with working with 3D, but I need to make a C# application that uses 3D object (just to view them). I think that it would be easiest to make 3D model in Google SketchUp. But I ...
0
votes
1answer
884 views
Sketchup Dynamic Component Options manipulating from ruby
I have created an Dynamic Component which depend of its options.
I just need to change this options programmatically from ruby api. But I can't understand how to do it.
0
votes
2answers
810 views
Exporting a 3d model created in sketchup for use in Android
I have a problem using opengl on android to draw a simple rectangle.
This is what I have done.
I drew a simple rectangle with sketchup. I exported the result using
a 3d-model collada .dae file. I ...
2
votes
4answers
7k views
Embed 3D models on website
Is there a way to embed Sketchup models on a website? Preferably a free one, if it's a commercial solution I'd like a confirmation that it's actually worth the money... I know about the 3D warehouse ...


