Why does the tool include objects outside buildings ?
Garden, trees, sidewalks,... It's not necessary. .
----------------------------------------
Evil progresses when good people do nothing! --- SH3D 7.1 and nothing else - W11 64b in 4K
Joined: May 28, 2015
Post Count: 607
Status:
Offline
Re: Rename furniture
@bdfd
Why does the tool include objects outside buildings ? Garden, trees, sidewalks,...
Update : it was only on exterior Walls (gutters, windows, doors,...).
The plug-in adds to the name of a piece of furniture only the name of a room in which the center of the furniture is located andone of its corners with a margin of 1cm. This therefore depends on the position of the furniture in relation to a room, regardless of its type of environment (indoor or outdoor).
----------------------------------------
EnkoNyito
----------------------------------------
[Edit 1 times,
last edit by enkonyito at Sep 26, 2018, 1:56:30 AM]
Western Europa
Joined: Mar 29, 2014
Post Count: 2614
Status:
Offline
Re: Rename furniture
@bdfd
Why does the tool include objects outside buildings ? Garden, trees, sidewalks,...
Update : it was only on exterior Walls (gutters, windows, doors,...).
The plug-in adds to the name of a piece of furniture only the name of a room in which the center of the furniture is located and one of its corners with a margin of 1cm. This therefore depends on the position of the furniture in relation to a room, regardless of its type of environment (indoor or outdoor).
Ok for these explanations.
But I didn't understand for these...
I used plugin v1.4
Case 1 The room has a name : 'Master bathroom' But the window has no name and NO named group ??? => all furniture below in the list are in same case…
Case 2 The room has a name : 'Bedroom 2' But the window has no name and without named group ???
Case 3 The next room, nearest of previous anomaly has a name : 'Bedroom 3' It equipped of the same window. The window has a name like the room !
Can you explain us which is different ?
Regards, bdfd.
----------------------------------------
Evil progresses when good people do nothing! --- SH3D 7.1 and nothing else - W11 64b in 4K
Joined: May 28, 2015
Post Count: 607
Status:
Offline
Re: Rename furniture
Illustration with the Studio demo file.
before
after
As you can see, the 4 doors or windows in bold do not have their centers inside a room so they have not been renamed.
----------------------------------------
EnkoNyito
Joined: May 28, 2015
Post Count: 607
Status:
Offline
Re: Rename furniture
As shown in the user's guide , a selected piece of furniture has a rectangular outline (1 center and 4 corners).
Which translates into coding:
getX public float getX() // Returns the abscissa of the center of this piece of furniture.
getY public float getY() // Returns the ordinate of the center of this piece of furniture.
getPoints public float[][] getPoints() // Returns the points of each corner of a piece.
So just change the outline of the room to take into account the renaming of the piece of furniture (in bold).
----------------------------------------
EnkoNyito