fibomat.curve_tools.smooth module#
- exception fibomat.curve_tools.smooth.NonSmoothableError[source]#
Bases:
RuntimeError- __init__(*args, **kwargs)#
- args#
- with_traceback()#
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- fibomat.curve_tools.smooth.make_arc_func(segment: Arc, other_tangent: array, kink: ndarray, radius: float)[source]#
- fibomat.curve_tools.smooth.make_segments(left_vertex: ndarray, kink_vertex: ndarray, right_vertex: ndarray, radius: float)[source]#
- fibomat.curve_tools.smooth.make_smoothing_arc(left_segment: Line | Arc, left_offset: Line | Arc, right_segment: Line | Arc, right_offset: Line | Arc)[source]#