MeshDos.round_xy_boundary
- MeshDos.round_xy_boundary(span=[[0, 10], [0, 10]], tol=0.001)[source]
Prevent rounding errors by rounding boundary vertices
- Parameters
span (list, optional) – Span of the pattern, by default [[0, 10], [0, 10]]
tol (float, optional) – Tolerance, by default 10e-4
- Returns
None – Pattern modified in place