Tom Van Mele

Results 195 comments of Tom Van Mele
trafficstars

@Licini could you look into this please?

@gonzalocasas this problem still exists in many places. perhaps we should remove the explicit reference to equivalent geometry objects from the docs. the lower level function API then explicitly uses...

the point of `__repr__` is to allow for (re)construction of an object using `eval` of its string "repr"esentation. in the case of making something print-friendly we should use `__str__` in...

@Licini would indeed be good to finish this...

(almost) all of these functions receive their implementation from plugins.

that said, the pluggable/plugin mechanism is in this case certainly not as useful as for example in the case of Brep and Nurbs...

the plugins have nothing to do with `trimesh`. some of them are defined in `compas_cgal`, some in `compas_libigl`. the modules are prefixed with `trimesh`, because they deal with triangular meshes...

i don't think the conditional requirements help in this case. `compas_occ`, `compas_cgal` and `compas_libigl` cannot be installed with `pip` (although this might change). therefore, we can't specify them as optional...

@jf--- we discussed at length on slack yesterday. the result is because of the `tol` value used, but that is because we use this value in the wrong way in...

see https://compas.dev/compas/latest/userguide/cad.blender.html