Tom Van Mele
Tom Van Mele
Some explanation... * `compas.geometry.surfaces.surface.Surface` is like an ABC for parametric surfaces. * `compas.geometry.surfaces.surface.Surface.__new__` has been replaced such that only subclasses can be instantiated. * `__new__` re-overwrites of subclasses are therefore...
i vote, move forward and don't look back :)
am keeping this for the COMPAS museum. just in case...
yes, you make a good point :) would you mind submitting a PR with the suggested change?
hi, just FYI, `compas_fea` is deprecated in favour of `compas_fea2`. `compas_fea2` is still under active development, but once this phase is over, `compas_fea` will be archived... also note, that `compas_fea`...
yes, the hash method is meant for comparisons but is a bit experimental and not very well tested. the addition of the name is indeed unintentional and can be easily...
perhaps hashing needs to take some kind of tolerance into account...
yes this is done
perhaps both? * user is allowed to choose, with the default switch for over 100 faces * radius is None by default and in that case is computed based on...