26 std::size_t sfc_offset)
const
28 const std::size_t n_lines(
_lines.size());
29 for (std::size_t k(0); k < n_lines; k++)
33 os <<
"Line Loop(" << line_offset + n_lines <<
") = {";
34 for (std::size_t k(0); k < n_lines - 1; k++)
36 os << line_offset + k <<
",";
38 os << line_offset + n_lines - 1 <<
"};\n";
43 os <<
"Plane Surface (" << sfc_offset <<
") = {"
44 << line_offset + n_lines <<
"};\n";