- a new TriMesh method for checking the xy layout for compatibility with another tri mesh - ftUS as an alias for RESQML uom ft[US]
4.14.0
This release adds the TriMeshStencil class which implements symmetric hexagonal stencils for convoluting tri mesh z values. This is typically used for smoothing a surface represented as a tri mesh.
4.13.4
This patch fixes a bug which would, in certain circumstances, introduce a constant z offset in TriMesh values when reloading a stored TriMesh.
4.13.3
This patch enhances the Polyline interpolated_point() method to make it robust against rounding errors when using a fractional length (f) of 1.0
4.13.2
This patch modified the Surface.set_from_point_set() method to exclude any not-a-number (NaN) points before calling the triangulation function. Previously the presence of a NaN raised an assertion error.
4.13.1
This patch makes visible the explicit control of flange radius as a new argument to the grid surface multi processing wrapper.