The pyedb.misc.utilities library#

Summary#

compute_arc_points

Get the points of the arc.

Description#

Module gathering utility functions for PyEDB modules.

Module detail#

utilities.compute_arc_points(p1, p2, h, n=6, tol=1e-12)#

Get the points of the arc.

Parameters:
p1list

Arc starting point.

p2list

Arc ending point.

hfloat

Arc height.

nint

Number of points to generate along the arc.

tolfloat

Geometric tolerance.

Returns:
list, list

Points generated along the arc.