5

What causes the floor multiplier error in OpenStudio?

Has anyone encountered and resolved the error pictured below, when using FloorspaceJS in the OpenStudio interface? It occurs after I add a floor multiplier and merge with the OSM. The message itself doesn't offer much insight - is it literal? Am I simply not giving it enough time to apply the multiplier to the geometry?

Additionally, once the multiplier is used, are all floors visible in the the editor window? I've not actually seen it functioning correctly yet.

Thanks

image description

jbatt's avatar
1.2k
jbatt
asked 2019-11-19 17:02:52 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2020-01-14 09:45:05 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

3

It is literal: the Space multiplier feature isn't yet implemented in floorspaceJS.

Cf: ThreeJSReverseTranslator.cpp#L305

The Space multiplier is tough, because rendering it correctly is hard (you cannot place the multiplied spaces on a 3D drawing).

The BuildingStory multiplier should be easier, but I also don't think it's currently supported, cf OpenStudio issue #2913

Julien Marrec's avatar
29.7k
Julien Marrec
answered 2019-11-21 03:44:41 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments