33 GeoLib::GEOObjects& geometries,
34 std::string
const& geometry_name,
35 std::string
const& gmsh_binary);
41 GeoLib::Polyline
const& line);
Container class for geometric objects.
Class Polyline consists mainly of a reference to a point vector and a vector that stores the indices ...
A Surface is represented by Triangles. It consists of a reference to a vector of (pointers to) points...
bool createSurface(GeoLib::Polyline const &ply, GeoLib::GEOObjects &geometries, std::string const &geometry_name, std::string const &gmsh_binary)
std::unique_ptr< GeoLib::Surface > createSurfaceWithEarClipping(GeoLib::Polyline const &line)