34 std::size_t sfc_offset)
const
36 const std::size_t n_lines(
_lines.size());
37 for (std::size_t k(0); k < n_lines; k++)
41 os <<
"Line Loop(" << line_offset + n_lines <<
") = {";
42 for (std::size_t k(0); k < n_lines - 1; k++)
44 os << line_offset + k <<
",";
46 os << line_offset + n_lines - 1 <<
"};\n";
51 os <<
"Plane Surface (" << sfc_offset <<
") = {"
52 << line_offset + n_lines <<
"};\n";