Topo From Lines now available on the Autodesk App Store

With this new (and free) app you can create Revit toposurfaces by selecting lines that define the contours of the surface.

http://apps.exchange.autodesk.com/RVT/en/Detail/Index?id=appstore.exchange.autodesk.com%3atopofromlines_windows32and64%3aen

TopoFromLinesScreenShot

22 thoughts on “Topo From Lines now available on the Autodesk App Store

  1. Great App! I may no longer need to create my “3D” topo lines in AutoCAD then create Toposurface from DWG. Quick question – do we have the option to adjust the spacing between the topo points created? Looks like each point is created about 8′ from each other.

    • Thanks! This version creates 50 points on each curve with no option to adjust the point spacing. I would consider adding something like this in a future version. What sort of control would you want?

      • Thanks for explaining your positioning of points. I was thinking of options to enter a specific distance between points or perhaps the number of points on each curve. I understand the Toposurface API recently came out and hopefully Revit can allow you to create these options. Thanks!

  2. You make great work! 🙂

    I have a question:
    I can not choose the modelllines.
    Is it possible that the app does not work with the german version?
    Thank you for an answer.
    Alex

    • Alex,

      Here is an updated version that should work with non-English Revit. It also allows selection of detail lines (instead of only model lines), and it includes a companion command that will allow you to update a toposurface after changing one of the lines used to create it.

      Use this files in this ZIP to replace the files installed in C:\ProgramData\Autodesk\ApplicationPlugins\Topo From Lines.bundle

      http://gdurl.com/i2vu

      Would you let me know how it works for you?

      Harry

      • Hi Harry.
        Thank you for quick response and update.
        Works on the working computer with Revit German. But only if app “Fit Box Section” (selection panel does not there also) is uninstalled.
        On the private computer i get an error message , after exchange Files of ” Topo From Lines.bundle “.
        Probably ditto Adriano.
        Had previously ImageOMatic2014 accidentally installed and uninstalled.
        Are the apps in the first place only with the English version of Revit ?
        Many Thanks
        Alex

  3. Hi Harry, this new version works really great. update feature is awesome. For site works, it would be cool to select edges from an element in order to update the topo. My workflow would be: topo from csv point; update topo from model lines (excavations), then for landscape snap the edges of sloped walkways. cause model lines can’t be on faces…
    thanks for this great addin!

  4. Hi Harry !

    I have the same problem than Alex.
    The app don’t select the detail lines and if i use the ZIP and replace the files installed in C:\ProgramData\Autodesk\ApplicationPlugins\Topo From Lines.bundle, Revit show me an error message on start up !

    I work with a french release of revit 2014.

    Do you think that there is a solution for me ?
    Best regards

    Adriano

  5. Thats cool, how do you manage to create the TopographySurface using the Revit API? I am trying to programmatically create my own TopographySurface but its not going well, I am trying to use the static function TopographySurface::Create but I am getting the compiler error: “‘Autodesk.Revit.DB.TopographySurface’ does not contain a definition for ‘Create'”. Do you use this function to create the TopographySurface or something else?

    Heres my code:

    List pnts = new List();
    pnts.Add(new XYZ(0,0,0));
    pnts.Add(new XYZ(0,5,5));
    pnts.Add(new XYZ(5,5,5));
    pnts.Add(new XYZ(5,0,0));
    pnts.Add(new XYZ(3,3,3));
    pnts.Add(new XYZ(2,2,2));
    TopographySurface surface = TopographySurface.Create(doc, pnts); // getting a compiler error for using Create???

  6. I’ve been looking for an app like this for a good while but for Revit 2013. Any chance it will be made compatible with 2013?

Leave a comment