Create Floor in Dynamo for Topography

Hi everyone,

I am following a tutorial and learning how to create a floor that adapts its point’s elevations to a topography. Now when I try to run Dynamo, it says the floor can’t be created (slab shape edit failed). Can someone tell me why this is happening? I’ve attached the Revit (2019) and Dynamo (2.0.3) here. I also used nodes from Clockwork and Springs. Cheers!

Sao Venancio.rvt (3.0 MB)
Create Topography.dyn (25.6 KB)

Can you post a screenshot of the Dynamo graph/error/results

You’re more likely to get a useful answer if someone doesn’t need to download/open/run your files

1 Like

@bialmeida Is this what you’re trying to achieve?
topoFloor


CreateTopographyFloor.dyn (14.8 KB)

2 Likes

I try this Solution, i create the Floor but i get a Empty List in the Floor.Points node.

@rinacimareller Would be impossible to help without screenshots and files explaining your issue.

You have to convert Floor to Slab… Try to change a point of floor… it will change it.

Thanks guys. I changed the graph and it worked for me. It is possible to select the floor, then select the topo, get the points and connect them straight into the node - that works just fine.

1 Like

Hi bialmeida,

I am struggling with same problem.
image

Is your working script same as mine?
Cheers