This operation creates fillets on the corners of a 2D Planar Face.
To produce a Fillet 2D in the Main Menu select Operations - > Transformation - > Fillet 2D
Define the Planar Face to create a fillet on, select the necessary vertexes on this face in the OCC Viewer and define the Radius of the Fillet.
Note: This Operation Works for the Planar 2D Faces Only.
TUI Command: geompy.MakeFillet2D(Shape, R, ListVertexes)
Arguments: Name + 1 shape + one or several vertexes + 1 value (Fillet radius).
Examples:
Our TUI Scripts provide you with useful examples of the use of Transformation Operations.