Tom Van Mele

Results 233 comments of Tom Van Mele

`from_triangles` => number of faces = 92 `from_vertices_and_faces` => number of faces = 94 `from_vertices_and_faces` + remove zero area faces => number of faces = 92

```python [23, 24, 0] [[1.624855, 4.584075, 3.408143], [1.624855, 4.470224, 3.4], [1.624855, 4.470224, 3.4]] [48, 25, 49] [[2.024855, 4.584075, 3.408143], [2.024855, 4.470224, 3.4], [2.024855, 4.470224, 3.4]] ```

remove_duplicate_vertices only welds vertices. it doesn't collapse edges and/or faces. perhaps this is a bit misleading. will see if i can reformulate this...

hi @jf--- we can only start doing this in COMPAS 3, because of backward compatibility with older versions of Rhino. development of C3 has stalled a bit, but i will...

hi, no, not assigned to anyone yet. go for it!

> What do you guys think of going in this direction? can you describe the gist of the new approach? not 100% clear to me from the video...

i agree 💯

if we are re-adding these implementations, we should remove the frame transformation from the base class, and raise a `NotImplementedError`, like with the other transformation methods...

@gonzalocasas no, but i think it registers a change that was never formally introduced