fillet#

VertexPrimitive.fillet(radius=0.1, setback=0.0)[source]#

Add a fillet to the selected edges in 3D/vertices in 2D.

Parameters:
radiusfloat, optional

Radius of the fillet. The default is 0.1.

setbackfloat, optional

Setback value for the file. The default is 0.0.

Returns:
bool

True when successful, False when failed.

References

>>> oEditor.Fillet