Skip to content

Adding Door and Window Swing Helpers

Videos

Adding Door and Window Swing Helpers Adding Door and Window Swing Helpers

Description

Add extra properties to the PluginFurnitureCatalog.properties file inside a furniture library containing your custom model.

Note the #5 in all the property names below. That indicates that the object was the 5th in the library. Your numbers are likely to be different.

Using 1 Door Swing Helper

1
2
3
4
5
6
7
8
doorOrWindow#5=true
doorOrWindowWallThickness#5=3.5
doorOrWindowWallDistance#5=0
doorOrWindowSashXAxis#5=1.9
doorOrWindowSashYAxis#5=0
doorOrWindowSashWidth#5=76.2
doorOrWindowSashStartAngle#5=0
doorOrWindowSashEndAngle#5=-90

Using 2 Door Swing Helpers

1
2
3
4
5
6
7
8
doorOrWindow#5=true
doorOrWindowWallThickness#5=3.5
doorOrWindowWallDistance#5=0
doorOrWindowSashXAxis#5=1.9 158.1
doorOrWindowSashYAxis#5=0.95 0.95
doorOrWindowSashWidth#5=76.2 76.2
doorOrWindowSashStartAngle#5=90 90
doorOrWindowSashEndAngle#5=-90 270

Notes about Installing Java

If you download the furniture library editor FurnitureLibraryEditor-###.jar, and you cannot open it. It may be because your computer does not have the Java Runtime Environment installed.

To install the Java Runtime, visit

https://www.java.com/en/download/

Press the [Agree and Start Download] button.

It should save the Java setup file to your computer.

Execute the setup file and follow the installation prompts.

After the installation is finished, you should now be able to execute the FurnitureLibraryEditor-###.jar file by double-clicking to open it.

Resources