Tagged Questions

Google SketchUp has an Ruby API for interacting with the application and also an C++ SDK for reading and writing .skp files.

learn more… | top users | synonyms

13
votes
3answers
457 views

Importing Google Sketchup models in Mathematica

Google's Sketchup is a nice, simple 3D-object modeler. Moreover Google has an enormous warehouse of 3D objects so that you actually don't have to do much modeling yourself if you aren't particularly ...
6
votes
6answers
5k views

Using Blender/SketchUp Models in OpenGL

I'm making a renderer using OpenGL. I have textured models in Blender / Sketchup (I can exchange between the two easily), and I'd like to be able to export those files into my renderer. My initial ...
3
votes
1answer
498 views

Display Browsable 3D models in Browser

Statement: I have a 3D model ready in Google SketchUp Pro. Problem Statement: I need to display the model in a webpage. I need the model to be browsable (The user can navigate his way through it ...
2
votes
2answers
392 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 ...
2
votes
2answers
245 views

Parsing text in Ruby

I'm working on a script for importing component information for SketchUp. A very helpful individual on their help page, assisted me in creating one that works on an "edited" line by line text file. ...
2
votes
1answer
497 views

Is there a command line in Google Sketchup to export in 3ds or fbx format?

I am looking for a way to convert several skp, kmz or dae files at once into 3ds or fbx format. In sketchup pro you can do export as...3ds or fbx but that would take too long to open each file and ...
2
votes
0answers
481 views

Sketchup for modelling, Blender for lightmaps, rendering in Xna Reach profile? [closed]

I'm a programmer looking to add some 3D assets to my game. I have played around with both Blender and Sketchup, and for my limited 3D modelling experience I'm finding I can make far more interesting ...
2
votes
1answer
199 views

walking through a building created in google sketchup

I am looking for a way to take a model of a building and allow people to walk through it like a video engine. We are also looking to run this on a viz wall, which requires OpenGL on Linux and be ...
2
votes
4answers
436 views

Summarize object area with a Hash in Ruby

require 'sketchup' entities = Sketchup.active_model.entities summa = Hash.new for face in entities next unless face.kind_of? Sketchup::Face if (face.material) ...
2
votes
1answer
546 views

Is there a Google 3d Warehouse API?

Does anyone know if there is an official or unofficial API for Google 3D warehouse. I know of the iPhone app NaviCAD, which shows Collada models from Google Warehouse - it has search, most-viewed, ...
1
vote
1answer
146 views

IPC with Ruby 1.8.5

I need to do IPC with Ruby 1.8.5. The catch is that it's the Ruby that ships with Google SketchUp, and is only a subset of the full Ruby API. So for instance, there's no Socket class, and no DRb. ...
1
vote
3answers
833 views

COLLADA Files Viewer

UPDATE: looks like it's my own fault for not studying enough SketchUp's GUI. See my own answer. Hi, I'm planning to implement an "export to COLLADA" functionality in my mapping software, but I'm ...
1
vote
2answers
279 views

ruby gems in Google-Sketchup

How do I use ruby gems in google-sketchup? Whenever I try typing: > require 'rubygems' into the ruby console, I get the following: Error: #<LoadError: (eval):7:in `require': no such file to ...
1
vote
4answers
630 views

Google SketchUp close file

The Ruby API to Google SketchUp has a function, open_file, but I can't find a close_file function. Since I have to batch process many files, I want to close each file before moving on to the next, ...
1
vote
1answer
694 views

Download Google Earth “Gray Buildings” models

I need to work with the 3d model of some places. Google Earth has the 3d building layer with "Gray Buildings" in it. This would be exactly what I would require. Is there any way to get the 3d models ...
1
vote
1answer
433 views

Google Sketchup C++ SDK: SkpWriter usage

I am trying to use Google's Sketchup C++ SDK (latest version) to export a 3D model to a Sketchup file. One of the problems I am facing is that the header files refer to an "sapi" folder which does not ...
1
vote
2answers
368 views

Quickest Way to create Face and Edge objects in Sketchup

I have to render a mesh of a few thousand polygons in Google Sketchup. I find that add_face tends to get slower as the number of faces in the model increases. I believe this to be due to some edge ...
1
vote
1answer
285 views

Problems with some textures in XNA

I have made a model using Sketchup, and have tested rendering it using Blender and it looks great. However loading it in XNA has two problems. 1. One of the textures becomes see-thru not entierly ...
1
vote
1answer
374 views

Sum up Area for material in Components, Google Sketchup

I am making a plugin to sum up the area of all the material in a Sketch. I have succeeded in getting all the faces and such, but now the Components come into the picture. Im using the term single or ...
1
vote
2answers
1k views

View Google Sketchup (.skp) files on the web (Rehash)

Can anyone point me to any libraries or products that will allow me to pass a Google Sketchup SKP file in and as a result view the 3D model on a website in either Silverlight, Flash or HTML Canvas? I ...
1
vote
1answer
608 views

Export to dxf from Google Sketchup

How can I write text entities to a dxf file? I found a script that can export Sketchup drawings to dxf files, unfortunately it was ignoring layers and text. I fixed it so it outputs the proper ...
0
votes
0answers
13 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
0answers
32 views

Rendering Images on Android

I'm working on an Android App and have some issues. I want my phone to connect to a server holding panoramic room layouts and have those images rendered onto the phone screen. Here are some details: - ...
0
votes
2answers
33 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 ...
0
votes
3answers
104 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
69 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
207 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 ...
0
votes
1answer
186 views

Google SketchUp API

let's say hypothetically I wanted to create an application that manipulates Google SketchUp files. The GS (Google SketchUp) API is written in Ruby and also has another API specifically used for ...
0
votes
1answer
77 views

How can I intersect a group in SketchUp with a component?

I am trying to get a surface of a group to intersect with model when a component is going through it. I go into edit group, select the surface, and click intersect with model, and it does not seem to ...
0
votes
1answer
74 views

do I need license to used .3ds .obj or .skp files with my own code

I'm writing parsers for different kinds of 3D object files like .3ds .obj and .skp. Do I need a license to read these formats with my own code? I couldn't any documents that says that I need a ...
0
votes
1answer
71 views

Logging Google SketchUp timestamp events

I'd like any ideas you have for a problem we're looking to solve via SketchUp ( as a university research project). For a usability study, we want create a timestamped log all the SketchUp tool ...
0
votes
1answer
170 views

Javascript event loop/message pump for Google Sketchup plugin

I'm working on a plugin for Google Sketchup that is written using the Ruby API. Within this API is a WebDialog class which one can use to render HTML and move data between the WebDialog and the Ruby ...
0
votes
0answers
79 views

Rails and public SketchUp files

I'm putting SketchUp files into the public directory for download, but when I go to the URL, they are downloaded as text files. I tried putting the line: Mime::Type.register ...
0
votes
0answers
224 views

Call .NET dll via Google SketchUp Ruby Script

Is it possible, and does anyone have an example of how you might call upon a .NET dll from within Google SketchUp Ruby interface?
0
votes
1answer
1k views

HLSL shaders, how to draw a model with it's original colors?

I made this very simple 3D model exported to .x format with Google SketchUp, the model is a simple cube and has no textures, only different colors for each of it's face. I have written this HLSL code ...
0
votes
1answer
191 views

Explicitly highliting edges in Google Sketchup

How do I explicitly highlight edges in Google Sketchup? If I have an object with "invisible" edges, for example the curved sides of a cylinder, how do I explicitly draw these edges? This is ...
0
votes
3answers
411 views

Linking to a Library requires MFC80U.LIB

I am trying to compile the SkpWriter example from the latest SketchUp C++ SDK. However, the linker gives me LNK1104 saying that "mfc80u.lib" could not be found since one of the static libraries ...
0
votes
1answer
503 views

How to update Ruby in Google SketchUp?

Currently Google SketchUp for Mac has Ruby version 1.8.5 which I find a bit outdated. I can update Ruby to 1.8.7 (OSX's version) by the following commands $ cd /Applications/Google\ SketchUp\ ...
0
votes
2answers
459 views

What is different between Ruby in standard OS X distribution, RVM and MacPorts?

I have asked a question on SuperUser about updating Ruby version in Google SketchUp. It seems that there is something different between Ruby shipped with the standard OS X distribution, and Ruby ...
0
votes
1answer
567 views

Using ASP.NET c# with Sketchup Ruby Extension

I'm an ASP.NET c# developer using VS2010 as my development platform. I am interested in accessing Sketchup models using a web form interface. Has anyone done this? I am looking for a simple ...
0
votes
2answers
453 views

Code completion for Sketchup Ruby API

does anyone know of a program that has support for code completion for Sketchup Ruby API. Thanx for answers Ladislav
0
votes
2answers
908 views

Virtual Tour using sketch up, ajax, flash technologies

I want to know if there are existing technology that make your 3d models in sketch into virtual tours, using either Ajax or Flash for web presentation. If there's none, which will be a good approach ...
0
votes
2answers
2k views

Google Sketchup API - to a Windows App?

How can one interface with Google Sketchup, via the API, from a Windows App? I was looking at something written in C#/VB.NET but its seems like the only available Google Sketchup API is for Ruby. ...
-1
votes
1answer
184 views

draw a curve Sketchup using ruby

Below are some point 3d: 15.733798,20.019757,23.006311 15.733798,19.847666,23.006311 15.723798,19.847666,23.006311 15.723798,20.019757,23.006311 15.733798,20.019757,23.006311 and this is a ...