Search found 8 matches

by mts749
Sat Dec 30, 2023 4:38 pm
Forum: Wishlist
Topic: in 2D view, an option for a level to display all/some levels below
Replies: 6
Views: 3999

Re: in 2D view, an option for a level to display all/some levels below

<r>Many thanks. I implemented as you suggested and made a minor tweak:<br/>

<CODE><s>[code]</s> Level selectedLevel = this.home.getSelectedLevel();
if (selectedLevel.getName().equals("All")) {
return true;
}
...
<e>[/code]</e></CODE>
This way I only have one level that exhibits that behaviour ...
by mts749
Thu Dec 21, 2023 10:10 pm
Forum: Wishlist
Topic: in 2D view, an option for a level to display all/some levels below
Replies: 6
Views: 3999

Re: in 2D view, an option for a level to display all/some levels below

Thanks very much for the offer. Could this be done as a plugin?
by mts749
Thu Dec 21, 2023 7:35 pm
Forum: Wishlist
Topic: in 2D view, an option for a level to display all/some levels below
Replies: 6
Views: 3999

Re: in 2D view, an option for a level to display all/some levels below

<t>Well, that might work but that would definitely make the 3D view ugly. Transitions between levels would not show since I could no longer have steps between the levels. And one of the big advantages of the 3D view is the ability to walk through the house and see the lines of sight accurately ...
by mts749
Thu Dec 21, 2023 2:15 pm
Forum: Wishlist
Topic: in 2D view, an option for a level to display all/some levels below
Replies: 6
Views: 3999

in 2D view, an option for a level to display all/some levels below

<t>It would be nice to have a level which displays all (or specific) levels below it regardless of the elevation of those levels. <br/>
<br/>
I would use this feature create a plan view to send to a contractor for a rough estimate. My house has multiple levels on the ground floor due to the terrain ...
by mts749
Thu Dec 21, 2023 2:11 pm
Forum: Features use and tips
Topic: Multiple levels displayed regardless of their elevation.
Replies: 9
Views: 2999

Re: Multiple levels displayed regardless of their elevation.

Thanks for the clarification. I'll put this in as a feature request. It might be useful to others who have a multi-level house with rooms adjacent but not on separate floors (storeys).
by mts749
Wed Dec 20, 2023 2:00 pm
Forum: Features use and tips
Topic: Multiple levels displayed regardless of their elevation.
Replies: 9
Views: 2999

Re: Multiple levels displayed regardless of their elevation.

<t>Thanks for the quick response.<br/>
<br/>
I assumed that it worked the way you describe but this has not been my experience. Some elements (furniture, rooms, walls, etc.) of the lower layers do not show up in some of the upper layers. I have a layer called "All" whose elevation is above all the ...
by mts749
Tue Dec 19, 2023 1:15 pm
Forum: Features use and tips
Topic: Multiple levels displayed regardless of their elevation.
Replies: 9
Views: 2999

Re: Multiple levels displayed regardless of their elevation.

Sorry, I should have been more specific. I mean show all levels in the 2D view so that I can print a plan view (2d) to give to a designer/contractor.
by mts749
Mon Dec 18, 2023 3:10 pm
Forum: Features use and tips
Topic: Multiple levels displayed regardless of their elevation.
Replies: 9
Views: 2999

Multiple levels displayed regardless of their elevation.

<t>Is it possible to have a level which displays all (or specific) levels regardless of the elevation of those levels? <br/>
<br/>
I would like to create a plan view to send to a contractor for a rough estimate. My house has multiple levels on the ground floor due to the terrain on which it was ...