Path of travel problem

Hi
I am trying to import (path of travel) from revit to dynamo
Which concect two point with line considering the doors
I follow some steps from website ; https://twentytwo.space/2019/12/29/path-of-travel-and-its-schedule/#travel-path-2
But i had some warnings, if please anybody help me with that.
Best Regards

Why not use the OOTB node for this?

1 Like

Hi,

IN[0] == “Level” is not “Views” must enter.

I want to use floor plan view, thats why i choose level 1 as view

You can use appearances() for the relevant floor plan. That’s not a problem.
Unfortunately, you need “Views” data to make the command work.
https://www.revitapidocs.com/2020/4baf9e17-57f2-f54d-045c-0911c1e1cebe.htm

Can tell me more about OOTB node please

Takes a floor plan (not a level, but a view), a list of start points, a list of end points, and a Boolean value.

Returns a path of travel in Revit.

If you don’t have this or the associated “update” node, then update Revit 2020 or 2021.

1 Like