- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi
I'm developing some Topography tools. One of the tools creates / cuts paths into existing Topos from model lines drawn in plan, with controls for gradient / embankment / landings etc. See image1.jpg
What we need to do next is extract the resulting path surface. If we do this manually using the Revit UI we can copy parallel the path centre line, close off the ends and use the resulting shape as the input to Split Topo. See image2.jpg
But without a Split Topo method within the API, the only other option (I think) is to create a new Topography using TopographySurface.Create. But as has already been documented on this forum, this always creates convex hull shapes with no options for creating concave. So this approach does not help unless the path is completely straight. See image3.jpg
Are there any plans to include Split Topo as an API method? It would open up so many possibilities for developers in manipulating topographies, landscaping, etc.
Regarding a part solution to the above I found I can create a Floor from the path edge points in plan (already drawn in order anti-clockwise) and then move each SlabShapeVertex point up to the required level in the Z coordinate.
Thanks
Graham Cook
Solved! Go to Solution.