Tom Van Mele

Results 195 comments of Tom Van Mele
trafficstars

the domain in also defined as `0.0 => start` and `1.0 => end` so we should indeed update the implementation. if don't know why the second "if" is necessary though....

i will add a degeneracy check as part of the tolerance module update

if we don't care about the lookups, can be simplified to ```python vector = point - self.start t = vector.dot(self.vector) / self.length**2 closest = self.start + self.vector * t if...

oh nice! will have a look...

the build on windows fails here https://github.com/compas-dev/compas_cgal/actions/runs/8830495458/job/24243752417?pr=29#step:2:1712

cool seems to work now 🎉

`compas_view2` is still available (i still use it for some things), but point taken. will rewrite them for `compas_viewer`, which is the new official standalone viewer for COMPAS and is...

okay will have a look... using a geometric map for the end points should be a good place to start

hi konstantinos, this is currently not possible with FEA(1) but very likely be available in FEA2