General
Grid
Isovist
Object Visibility
Spatial Relations
Visualize
| Summary | |
|---|---|
| Retrieves shortest visibility paths information and geometry from multiple origins to multiple destinations grouped by activity. | |
| Input parameters | |
| VisibilityGraph | Calculated visibility graph. |
| Origins | List of origin points with associated activity types (See "ActivityTypes" component) from which paths should be build. |
| Destinations | List of destination points with associated activity types (See "ActivityTypes" component) from which paths should be build. |
| CSVFolderPath | Path to save output results as a CSV file. |
| Returns | |
| Activities | Result array of values. |
| OriginActivity | Hovered origin activity. |
| DestinationActivity | Hovered destination activity. |
| Paths | Paths lines as Dynamo Geometry. |