TIN Surface API

Is there any chance to get TIN surface API? At least the basic ones (get triangles, project polylines, extract contours)?
Or is any way to convert it to the civil surface that we can work on?

Comments

  • For BRX + NET, there is already an API for TinSurface, see "inc/BrxSpecific/civil/AcDbCivilTinSurface.h";
    likely to be extended more with V21 ...
    For Lisp, a similar API is planned for V21 as well (actually lot of "work in progress" here).

    many greetings !

  • @Torsten Moses said:
    For BRX + NET, there is already an API for TinSurface, see "inc/BrxSpecific/civil/AcDbCivilTinSurface.h";
    likely to be extended more with V21 ...
    For Lisp, a similar API is planned for V21 as well (actually lot of "work in progress" here).

    many greetings !

    Thank you very much for the answer.

    So if I understand correctly, there is no way to edit an existing TIN Surface's properties via Lisp / Visual Lisp right now, but it will be possible in V21?
    (I created thread asking about this yesterday - https://forum.bricsys.com/discussion/36067/tin-surface-edit-via-lisp-vlisp#latest ).

  • Yes, you understood properly ... actually there is still too much work going on with TinSurface, than it would make sense to create the Lisp interface;
    but it will come ...
    many greetings !