cadsurf_set_param(css, "geometric_size_mode", "none");
}
- cadsurf_set_param(css, "minsize", _minSizeRel ? to_string_rel(_minSize).c_str() : to_string(_minSize).c_str());
- cadsurf_set_param(css, "maxsize", _maxSizeRel ? to_string_rel(_maxSize).c_str() : to_string(_maxSize).c_str());
+ cadsurf_set_param(css, "min_size", _minSizeRel ? to_string_rel(_minSize).c_str() : to_string(_minSize).c_str());
+ cadsurf_set_param(css, "max_size", _maxSizeRel ? to_string_rel(_maxSize).c_str() : to_string(_maxSize).c_str());
if ( useGradation )
cadsurf_set_param(css, "gradation", to_string(_gradation).c_str());
cadsurf_set_param(css, "element_generation", _quadAllowed ? "quad_dominant" : "triangle");