star-cad

Geometric operators for computer-aided design
git clone git://git.meso-star.fr/star-cad.git
Log | Files | Refs | README | LICENSE

commit 80b187c1c7d74b771005aa48af127a37d79d4743
parent 9ec0072f8b09d1512b4769d5d2c886b7d8c56bcf
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Fri,  2 Sep 2022 10:38:11 +0200

Remove the auto-mesh step from the scene export function

Diffstat:
Msrc/scad.c | 8--------
1 file changed, 0 insertions(+), 8 deletions(-)

diff --git a/src/scad.c b/src/scad.c @@ -296,14 +296,6 @@ scad_stl_export } #endif } - /* WARNING : an export may be prohibited without a prior conformal mesh*/ - if (get_device()->is_meshed) { - ERR(scad_synchronize()); - gmshModelMeshGenerate(2, &ierr); - ERR(gmsh_err_to_res_T(ierr)); - get_device()->is_meshed = 1; - } - ERR(scad_synchronize()); gmshModelGetBoundary(data, sz, &tagout, &tagoutn, 1, 0, 0, &ierr); ERR(gmsh_err_to_res_T(ierr));