nutils icon indicating copy to clipboard operation
nutils copied to clipboard

Fix "not watertight" error in 3D trimming operation

Open gertjanvanzwieten opened this issue 2 years ago • 1 comments

gertjanvanzwieten avatar Aug 22 '23 13:08 gertjanvanzwieten

>>> from nutils import element
>>> import numpy
>>> element.getsimplex(3).slice(numpy.array([ 0.12818456, -0.00017979,  0.06756571, -0.03730343]), 8)
NotImplementedError

joostvanzwieten avatar Aug 22 '23 14:08 joostvanzwieten