2

Project Loose Geometry using SDK

Is the project loose geometry feature in Sketchup OS plugin available through the SDK?

image description

I would like to draw a curtain wall spanning multiple spaces using the SDK and have it project on to the spaces.

Arif Hanif's avatar
151
Arif Hanif
asked 2016-03-21 14:27:55 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2018-07-07 10:32:54 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

2 Answers

3

The closest thing in the SDK is Surface::createSubSurfaces. There is a C++ example using this method to add skylights here.

macumber's avatar
12k
macumber
answered 2016-03-21 14:56:47 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments
0

Dan i tried doing that but when i created a subsurface that was larger then the surface it deleted the subsurface. But in Sketchup i can create a loose geometry and project it onto multiple spaces.

image description image description

Arif Hanif's avatar
151
Arif Hanif
answered 2016-03-21 15:27:39 -0500
edit flag offensive 0 remove flag delete link

Comments

@Arif Hanif this section is for answers please use the add a comment feature instead, thanks.

MatthewSteen's avatar MatthewSteen (2016-03-21 19:03:39 -0500) edit

@MatthewSteen sorry i realized that after the fact, next time i will make sure to put it in the comment section.

Arif Hanif's avatar Arif Hanif (2016-03-21 19:22:00 -0500) edit

Well I think that is a valid use case for that method, we can look at extending the method to handle it in the future.

macumber's avatar macumber (2016-03-22 11:45:10 -0500) edit
add a comment see more comments