fillet# VertexPrimitive.fillet(radius: float = 0.1, setback: float = 0.0) → bool# 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