
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Dear all,
I'm doing some research on path planning and I want to discretize space or area into grids via Revit API so that path planning algorithm can be applied. In addition, certain cells of this grid can be adjusted according to some object likes walls so that these can be unwalkable. Just like the following graph, the room area is discretized and some cells which aren't walkable become black.
Also, I noticed some similar function in Dynamo which is a visualized software for Revit.
In this software, by applying sepecified array of UVs, it will form a delaunay diagram of given area. In this graph, u and v are both float between 0 and 1 in the same interval to form a 20*50 metric. By taking this parameter and the surface. this software forms a dalaunay diagram.
So, does Revit can provide similar function to discretize area into grids via some give parameters, like UV ?
Solved! Go to Solution.