Hello Everyone! I am newbie to Dynamo and I have problem in creating a sloped floor. I already have a model in Revit, but it’s completely flat. I want to shift the highlight edge (you can see on the picture) 1000mm higher so that it would be sloped.
How can I do that?
I hope any of you can guide me to solve the problem. Thank you in advance for your attention.
Try using Floor.SlabShapeByPoints node (Clockwork package)
or a directshape
Did you already created a sloped polygon? If you did, try this:
-
create Polygon with the same Z coordinate
-
use that polygon for floor creation
-
use point with different Z coordinates to create Sloped floor


