cvdlab / react-planner

:pencil2: A React Component for plans design. Draw a 2D floorplan and navigate it in 3D mode.
https://cvdlab.github.io/react-planner
MIT License
1.3k stars 461 forks source link

Mensuration of interior walls #106

Open AnthonyBASTIDE opened 6 years ago

AnthonyBASTIDE commented 6 years ago

Hello everyone,

I'm french but i try to explain my problem, i join screenshots for help you to learn my english.

Currently, React Planner draw "exterior wall", the mensuration used it's not for interior. First, i need to add area INTO interior walls, currently, walls is into area and touch that, see the screen : react1 react3 Note: mensuration m² are incorrect if part of walls has into area ?

So, i need that (see screen) for calculate mensuration of interior walls and real m² of area : react2 Note: it's important to take into account thickness of walls for calculate the height and m².

An option currently exist into React Planner or not ? If not, this is a suggestion very important because if user export plan to DXF (for Autodesk or other), all mensuration was incorrect, see comparaison :

react4 and : react5 just original plan : originalplan

If you have any solutions for realise my suggestion, i take !

Have a good day everone.

danilosalvati commented 6 years ago

Hi @AnthonyBASTIDE, what you have noticed is essentially correct, as we do not consider the "interior walls". We have discussed some solutions for this issue and we will try to fix it as soon as possible...

AnthonyBASTIDE commented 6 years ago

I try to do that on my side and i share my solution when i found. :)

AnthonyBASTIDE commented 6 years ago

It's ok for rectangular rooms : acc1 acc

Now i search solutions for no-rectangular rooms, i need to place correctly my markers and it's ok : acc2

AnthonyBASTIDE commented 6 years ago

Hi everyone,

I'm at 80% to resolve the problem, actually i fix last bug into plan editor and after i add the new calcul for length of interior rooms.

v1 v2 v3 v4

rfarren01 commented 4 years ago

Hi Anthony, Did you ever resolve this issue and would you be willing to share the fix? Thanks, Ryan

vinkovsky commented 3 years ago

hi, @AnthonyBASTIDE ! Could you share the fix please?