Hi, you need to edit the door properties zipped in
a SH3F file - a furniture library created with the Furniture Library editor. Within the
SH3F file, you will see a file called
PluginFurnitureCatalog.properties with additional model properties to be used by SH3D. Each item has a list of various properties, including optional properties to define the door swing in the 2D plan. The door properties could look something like this (for a double door, note that #1 must be changed according to model):
Code: Select all
doorOrWindow#1=true
doorOrWindowCutOutShape#1=M0,0 v1 h1 v-1 z
doorOrWindowSashXAxis#1=10 85
doorOrWindowSashYAxis#1=20 20
doorOrWindowSashWidth#1=35 35
doorOrWindowSashStartAngle#1=270 270
doorOrWindowSashEndAngle#1=275 265
The SVG mini manual has a brief description of the process on pages 9 and 10.
ok