Add picture on 2D panel only

This topic has been viewed 29854 times and has 12 replies
Thread status: Active
How can I do this? [img]http://www.sweethome3d.com/images/flags/en_small.gif[/img]
dlarroumets
Posts: 11
Joined: Tue Nov 03, 2009 10:37 am

Add picture on 2D panel only

Post by dlarroumets »

Hi,

Is it possible to add little pictures in 2D panel only ?
Like a furniture from a library by drag and drop ?

Thanks
User avatar
Puybaret
Posts: 9440
Joined: Mon Nov 07, 2005 12:00 pm
Country: Paris, France
Contact:

Re: Add picture on 2D panel only

Post by Puybaret »

If you want to add pictures in the 2D plan only, you should create a separated .sh3f furniture file that will contain these pictures, an invisible OBJ file and a PluginFurnitureCatalog.properties file that will describe the fake catalog furniture you want to describe.

As the Furniture Library Editor is not designed to manage invisible models with a visible icon, you won't be able to use (or you'll have to edit the generated file afterwards).
To show you how to proceed, I attached the Symbols.sh3f demo file that describes an information symbol and a phone symbol. Each symbol is described with some properties listed in DefaultFurnitureCatalog class followed by # and a order counter.
name, category, icon, model, width, depth, height, movable and doorOrWindow are mandatory, whereas the other properties are optional. In your case, even if height isn't used, you shouldn't set it to 0.
id is useful to avoid duplicates in case the same model appears more than once in different .sh3f files.
deformable is interesting if you don't want to let the user change proportions.
You should also define the planIcon property to ensure you use the correct icon, when furniture icons in plan should be rendered with top view icons and not catalog icons.

Code: Select all

# PluginFurnitureCatalog.properties
# Copyright (c) 2007-2011 Emmanuel PUYBARET / eTeks <[email protected]>. 

description=Symbols catalog
version=1.0
license=Free Art License 1.3
provider=www.sweethome3d.com

id#1=Symbol#Phone
name#1=Phone
category#1=Symbols
icon#1=/phone.png
planIcon#1=/phone.png
model#1=/invisibleCube.obj
width#1=10.0
depth#1=10.0
height#1=10.0
movable#1=true
doorOrWindow#1=false
creator#1=eTeks

id#2=Symbol#Information
name#2=Information
category#2=Symbols
icon#2=/information.png
planIcon#2=/information.png
model#2=/invisibleCube.obj
width#2=8.0
depth#2=8.0
height#2=8.0
movable#2=true
deformable#2=false
doorOrWindow#2=false
creator#2=eTeks
If you need, you can translate the name and category properties in files suffixed with country code, like in the following PluginFurnitureCatalog_fr.properties French file (encoded with ISO_8859_1):

Code: Select all

# PluginFurnitureCatalog_fr.properties
# Copyright (c) 2007-2011 Emmanuel PUYBARET / eTeks <[email protected]>. 

description=Catalogue de symboles

name#1=Téléphone
category#1=Symboles

name#2=Information
category#2=Symboles
I hope you can handle this workaround. Of course it isn't perfect since some attributes in furniture dialog become completely useless in that case. I may add a new property in properties files to handle this case in a future version.
Attachments
Symbols.sh3f
(12.71 KiB) Downloaded 754794 times
Emmanuel Puybaret, Sweet Home 3D creator
dlarroumets
Posts: 11
Joined: Tue Nov 03, 2009 10:37 am

Re: Add picture on 2D panel only

Post by dlarroumets »

I tested your files, and it looks perfect for me.

Note for newbie : use the menu "Import library furniture" and not right click import on treeview...


Thanks a lot Emmanuel
dlarroumets
Posts: 11
Joined: Tue Nov 03, 2009 10:37 am

Re: Add picture on 2D panel only

Post by dlarroumets »

Note 2 : sh3f is a zip file.
User avatar
Puybaret
Posts: 9440
Joined: Mon Nov 07, 2005 12:00 pm
Country: Paris, France
Contact:

Re: Add picture on 2D panel only

Post by Puybaret »

Great you like it! [:)]
sh3f is a zip file
Thank you for mentioning this important detail.
An other important thing: I published in public domain the invisibleCube.obj OBJ file contained in the attached .sh3f file to let anyone use it with no limitation.
Emmanuel Puybaret, Sweet Home 3D creator
skliarie
Posts: 5
Joined: Wed Jan 22, 2014 10:48 am
Country: Beitar Illit, Israel, Israel

Re: Add picture on 2D panel only

Post by skliarie »

I took the symbols library, added more symbols (electric socket, high-powered socket, lamp and reserved) and published it over here: http://arnest.catchmedia.com/tmp/electrical.sh3f

My only concern is that the electric socket symbol should be rotateable (the protruding stick should look in the opposite side from the wall). What should I add to the properties files for that?
skliarie
Posts: 5
Joined: Wed Jan 22, 2014 10:48 am
Country: Beitar Illit, Israel, Israel

Re: Add picture on 2D panel only

Post by skliarie »

I added to the symbols library more elements (two poles switch, with and without lamp, looking in different directions) - on the same URL (see above).

Is there a way to remove black border around the elements? It seems to be automatically added by sweethome3D.

Any idea about automatically rotating the icons depending on the base? Currently I am forced to provide 4 different icons for each direction..
User avatar
Puybaret
Posts: 9440
Joined: Mon Nov 07, 2005 12:00 pm
Country: Paris, France
Contact:

Re: Add picture on 2D panel only

Post by Puybaret »

Is there a way to remove black border around the elements? It seems to be automatically added by sweethome3D.
No, and there won't. This rectangle is used to show the user in which zone he can click to select an object, but it's not printed or exported to PDF / SVG.
Any idea about automatically rotating the icons depending on the base?
I don't understand what you want. Why don't you use the rotate indicator available on each object?
Emmanuel Puybaret, Sweet Home 3D creator
skliarie
Posts: 5
Joined: Wed Jan 22, 2014 10:48 am
Country: Beitar Illit, Israel, Israel

Re: Add picture on 2D panel only

Post by skliarie »

The black border *is* exported in SVG export mode. Just import my furniture library, put couple of symbols and export to SVG.

If I use rotate indicator - the pictogram remains in its original form and not rotated. I guess this also explains why autorotation (when the symbol "sticks" to the wall near it) does not work. I think the problem is in the way the symbols are described in PluginFurnitureCatalog.properties.
User avatar
Puybaret
Posts: 9440
Joined: Mon Nov 07, 2005 12:00 pm
Country: Paris, France
Contact:

Re: Add picture on 2D panel only

Post by Puybaret »

Selecting Top view option for Furniture icons in plan in preferences will fix your two issues.
Emmanuel Puybaret, Sweet Home 3D creator
Post Reply New Topic

Who is online

Users browsing this forum: No registered users and 2 guests