with Dtm.Surface; use Dtm.Surface;
package Stl is
subtype Normal is Point;
procedure Write(Surface : Surface_Vector; File_Path : String);
procedure Write_Binary(Surface : Surface_Vector; File_Path : String);
end Stl;