stla

Results 306 comments of stla

Ah no, this works, but not at the start-up. - This works: ```r library(shiny) library(DT) ui

Not sure too, but `selectRow` does work at the startup.

I believe MeshLab has the same cleaning operations than the R package Rvcg. I already implemented **0** (I called it `gather(mesh)`) and **1**. I don't know what is a manifold...

Thanks. Regarding the names for these functions, in **Rvcg** there's a unique function named `vcgClean`. The wanted operations are given by one or more numbers between 0 and 7. Personally...

Hello, I have a function which removes the unused vertices of a mesh. How should I name it and where should I put it if I want to do a...

Hmm I don't understand this code. Could you show me how to call `Repair{0}`? I mean if I have a `mesh`, how to apply `Repair{0}` to this mesh?

I've done the job. But I tried `mesh |> Repair{1}` and that does not work (no method matching).

Should I export `Repair{1}`? I exported `Repair`.

@juliohm I have **0** only for removing the duplicated vertices, not the duplicated faces. Then **6** is very similar, it suffices to replace the equality with the closeness.

@juliohm Now we have everything ready for the clipping. Should we define `clip(mesh)` as a transform too?