Marcos Llobera

Results 11 comments of Marcos Llobera

Thank for the prompt response! Tried it but I still get the same error.

@banesullivan your suggested worked! I was wondering if it is possible to obtain this information without rendering the scene interactively (which holds up execution of remaining cells)?

Great thanks!! I tried this and something weird happened. If I run it without the `off_screen` parameter I get the popup window and when I quit it, I get z-values...

Thanks Hugo, I think so, yes.. Essentially you refine the TIN the error of all triangles and say the elevations in a raster are within a certain threshold error. M...

I believe this is exactly what you describe in your refinement algorithm in section 7.3. This is what I would like to achieve using startinpy. M. On Thu, Dec 14,...

Thanks for the reply On Thu, Dec 14, 2023 at 11:23 PM Hugo Ledoux ***@***.***> wrote: > I'll leave this issue open as I might at some point implement it,...

Thanks for the quick response. It is good to know. On Fri, Nov 15, 2024 at 8:25 AM Adam Griffiths ***@***.***> wrote: > Support for mass transforms is inconsistent and...

The following example is a hack but it works to do mass transformation (the price you pay is that you revert back to numpy). ``` python S = Matrix44.from_scale([0.5, -0.5,...

Thanks Adam. I was surprise to see that Matrix44 did not behave as a numpy matrix. By just perusing very quickly through your code, this is explained because , as...

So... I found that within trimesh you can create a 'triangle_ray' and this can be used to find intersections. I wanted to test whether I could use this to determine...