Project floor

Hi, I’m novice in Dynamo development
I try to project floor to a second floor, I use node Floor.MovePoint for this but the node didn’t work as expected.
I’m trying to project the arrow to the floor above.

And there the script

I don’t understand why the Floor.MovePoint don’t use the correct offset. All the new point of the floor have a mean offset of 4m but here the mean applied offset is arround 1.3m.

There is something I don’t understand in this node…

Looks like a feet to metric conversion issue.

Hi

As Jacob already suggested, Floor.MovePoint node gets the input value in feet unfortunately :frowning:

I have a similar graph I am using and a simple conversion solves the issue. Something like that:

In my case, the file is in cm. So if you have yours in meters I suppose you should divide it by 3.2808399

3 Likes

Thank for your answer, I notice that dynamo use feet for several functions. Meantime, i found solution by using the node : Floor.SlabshapeByPoints from ClockWork.

1 Like