Mesh

SmoothMeshLines

CSXCAD.SmoothMeshLines.CheckSymmetry(lines)
CSXCAD.SmoothMeshLines.MeshLinesSymmetric(l, rel_tol=1e-06)

Internal function, do not use.

CSXCAD.SmoothMeshLines.SmoothMeshLines(lines, max_res, ratio=1.5, **kw)

This is the form of a docstring.

Parameters:
lineslist

List of mesh lines to be smoothed

max_resfloat

Maximum allowed resolution, resulting mesh will always stay below that value

ratiofloat

Ratio of increase or decrease of neighboring mesh lines

CSXCAD.SmoothMeshLines.SmoothRange(start, stop, start_res, stop_res, max_res, ratio)

Internal function, do not use.

CSXCAD.SmoothMeshLines.Unique(l, tol=1e-07)

Internal function, do not use.