Anuncios
Welcome to the Revit Ideas Board! Before posting, please read the helpful tips here. Thank you for your Ideas!

Split Topography Method

The Topography API currently provides a wealth of options for creating and manipulating Topo's.  One important method missing (that is part of the UI) is Split Surface.

 

It would be great if you can provide a method to Split a Topo Surface.  Something like:

 

TopographySurface.Create(document, curveLoops, sourceTopoSurfaceId)

 

A similar method already exists for creating Sub Regions:

SiteSubRegion.Create(document, curveLoops, hostTopoSurfaceId)

 

Comentarios
Enthusiast
Enthusiast

This would be a welcome addition, especially for use in Dynamo. There are many cases where structures need to 'cut' the toposurface and this is currently a manual task

Contributor
Contributor

I really need this method to be available, it would be a greate adddition. I was going to start a new plugin to automate this task and can't find anything about.

Participant
Participant

I'm working on a linear toposurface  and want to cut it into pieces alone the centerline, but I can't find the right api to finish this task.  So  Split Topography Method will be useful. Please consider to add it in future.