First time here? Check our help page!
3

OpenStudio Selecting Multiple Surfaces in SketchUp

Aside from the 'Surface Search' tool in the SketchUp plugin, are there any other ways to select multiple surfaces from different spaces? Currently the only way to select a surface is to first click-in to the space (which prevents the user from selecting surfaces from other spaces).

This is useful when setting constructions and boundary conditions for a specific group of surfaces, or for manipulating geometry by pulling/pushing groups of surfaces in the same plane.

I've found a few creative ways of using the surface search tool for some instances, but I always seem to end up with changes to groups of surfaces that are time consuming because the change has to be applied to each surface individually.

Lyle K's avatar
2.2k
Lyle K
asked 2016-09-16 14:58:56 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

1

The SketchUp interface doesn't allow users to select objects from more than one group at the same time; it is only possible through using a SketchUp plugin. The surface search would for example allow you to select all east facing exterior walls, or all exterior roof surfaces. You could then use the move tool to move them.

The surface search tool was made primarily as a tool to find specific surfaces, and also create a multi-surface selection for use in user scripts. It is fine to use that selection for manual manipulation, but you do need to be careful. If some parent groups for selected surfaces have different origins, rotations, or scales you will have unexpected results. The movement is relative to the local origin vs. the global origin. As an example if one group is rotated 90 degrees from another, then a movement in one direction for other groups will be in a different direction for the rotated group.

If you didn't want to make your own plugin to do this, and but had specific OpenStudio surfaces you wanted selected, you could name them in such a way that they have a common string not found in other surfaces. But if you can use attributes such as rotation, construction, boundary condition, etc. then you can just use Surface search as intended.

David Goldwasser's avatar
20.4k
David Goldwasser
answered 2016-09-18 11:21:47 -0500, updated 2016-09-18 11:38:04 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments