fillet# EdgePrimitive.fillet(radius=0.1, setback=0.0)[source]# Add a fillet to the selected edges in 3D/vertices in 2D. Parameters: radiusfloat, optionalRadius of the fillet. The default is 0.1. setbackfloat, optionalSetback value for the file. The default is 0.0. Returns: boolTrue when successful, False when failed. References >>> oEditor.Fillet