2

Surface Matching Ruby Measure

I am working on creating a Surface Matching Ruby measure but I am running into some difficulties. The surface matching measure is based off of the Sketch-Up openstudio button 'Surface Matching'. The problem is identifying the matching walls. I have looked into checking for adjacent walls or looking at coordinates of surfaces to find matches but am getting a bit confused. What would your suggestion be to find the matching surfaces? Also are there any existing Ruby measures which would provide this functionality?

Alex Bennett's avatar
327
Alex Bennett
asked 2015-08-17 15:06:41 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2017-08-05 13:06:23 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

2

There is an OpenStudio measure for matching unmatched surfaces, which is run from the OpenStudio application. The measure uses the native matchSurfaces method (source code here), rather than SketchUp-specific methods.

ericringold's avatar
10.6k
ericringold
answered 2015-08-17 20:23:39 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments