You cannot post messages because only members can post, and you are not currently a member.
Description:
Ask questions and share answers about developing extended functionality for SketchUp using the SketchUp SDK.
|
|
|
incorrect opening points coordinates
|
| |
I creating SKP file in google sketchup: 1) in view top i draw rectangle. 2) inside this rectangle i draw 2 small rectangle. 3) i create component from 2 small rectangle. With options "cut openings". i see that green, red and blue axis of component is parallel the global axis. Now i importing this file by SkpReader.... more »
|
|
Project in VS2012 as DLL to be used with SkpWriter (VS2005)
|
| |
Hi, I'm new to Windows Environment Programming esp Visual Studio. I've one doubt. I'm going to work on a project which has been developed under VS2012. It's dependencies all are resolved under VS2012. Using this project as dll, I have to create a plugin using Google Sketchup C++ SDK. After understanding Sketchup c++ SDK, i came to know, it's... more »
|
|
Is it possble to create a Wrapper?
|
| |
All, I would be a newbie to Sketchup C++ programming if I decided to take up this endeavour, but I have created quite a lot of C++ programs to work with another CADD package through its API. This "other" CADD package has a unique interface where all tools are accessable via a 2 or 3 Letter command. Many users of this program also use Sketchup but miss the 2 or 3... more »
|
|
Text
|
| |
How export text to SketchUp?
|
|
ISketchUpLayer
|
| |
I'm using *SketchUp C++ SDK* How change the Layer for the ISketchUpEntity?
|
|
SKP import. UV coordinates
|
| |
1) I use the code for 99% identical to the example SkpToXML 2) UV coordinates are imported correctly if texture position is not assigned. 3) If i set texture position for face in SKP model (pushpins define not rectangular quadrangle) , pUVHelper generate incorrect UV coordinates without stretch.... more »
|
|
Calculate intersection using C++ SDK
|
| |
Hi guys, In Ruby API, I can use the method "intersect_with" to get the intersection area of 2 entities. May I know if there is any other similar method/ function in C++ SDK? For example, I need to calculate the intersection area of 2 circles in my standalone WPF application. The WPF application will use C++ SDK to read... more »
|
|
Calculate an Area using C++ SDK for SketchUp
|
| |
Hi everyone, I'm developing a windows-based application using WPF. Inside the application, I have a portion written in C++ (using the SketchUp SDK) to read in .skp file. Let's say in my imported .skp file, there are a lot of building mesh. Using the C++ SDK I guess I can get all the dimension and parameters related to... more »
|
|
|