Version: 8.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Fillet 3D


To produce a Fillet in the Main Menu select Operations - > Fillet


This operation creates fillets on the edges of a shape.
The Result will be a GEOM_Object.


To create fillets on all edges of the given shape, you need to select the Main Object to create a fillet on and to define the Radius of the Fillet.
TUI Command: geompy.MakeFilletAll(Shape, R)
Arguments: Name + 1 shape + 1 value (fillet radius).
Advanced options Preview

fillet1.png


To create fillets on the specified edges or faces of the given shape, you need to define the Main Object to create a fillet on, select the necessary edges or faces in the OCC Viewer and define the Radius of the Fillet.
TUI Command: geompy.MakeFillet(Shape, R, ShapeType, ListShapes)
Arguments: Name + 1 shape + one or several edges (or faces)

  • 1 value (Fillet radius).
    Advanced options Preview


Alternatively, there is a possibility to create a fillet with a variable radius. For this, toggle the lower radio button and define R1 (the radius at the start of the selected edge(s)) and R2 (the radius at the end of the selected edge(s))

fillet2.png
fillet3.png


Examples:

fillet_all.png
Fillet on all
fillet_edge.png
Fillet on an edge
fillet_prism.png
Fillet on a Face

Our TUI Scripts provide you with useful examples of the use of Transformation Operations.