PathOfTravel.FindStartsOfLongestPathsFromRooms
Description:
For a floor plan view, calculates paths from points inside rooms to the closests of the destinations. Returns the start points of the longest path(s). If multiple paths have the same longest length, returns multiple start points.
For a floor plan view, calculates paths from points inside rooms to the closests of the destinations. Returns the start points of the longest path(s). If multiple paths have the same longest length, returns multiple start points.
Remarks:
The entire plan is divided in small tiles, and the distance to the closest destination point is calculated for each tile center point. Only tile center points that are located in rooms in the view are taken into account.
The entire plan is divided in small tiles, and the distance to the closest destination point is calculated for each tile center point. Only tile center points that are located in rooms in the view are taken into account.
-
View is not a floor plan view.
-
A non-optional argument was null
-
The Path of Travel calculation service is not available -or- This functionality is not available in Revit LT.
No comments yet. Start the discussion.
Loading…