**TUI Command**:
-.. py:function:: model.addFillet(Part_doc, [wires], radius)
+.. py:function:: model.addFillet(Part_doc, wires, radius)
- :param part: The current part object.
- :param list: A list of wires subject to fillet operation in format *model.selection(TYPE, shape)*.
- :param number: Radius value.
+ :param document Part_doc: The current part object.
+ :param list wires: A list of wires subject to fillet operation in format *model.selection(TYPE, shape)*.
+ :param double radius: Radius value.
:return: Created object.
Result
**TUI Command**:
-.. py:function:: model.addFillet(Part_doc, [vertices], radius)
+.. py:function:: model.addFillet(Part_doc, vertices, radius)
:noindex:
- :param part: The current part object.
- :param list: A list of vertices subject to fillet operation in format *model.selection(TYPE, shape)*.
- :param number: Radius value.
+ :param document Part_doc: The current part object.
+ :param list vertices: A list of vertices subject to fillet operation in format *model.selection(TYPE, shape)*.
+ :param double radius: Radius value.
:return: Created object.
Result
- .. _tui_create_interpolation:
+ .. _tui_create_sketch_interpolation:
Create interpolation curve
==========================
:download:`Download this script <examples/interpolation.py>`
- .. _tui_create_approximation:
+ .. _tui_create_sketch_approximation:
Create approximation curve
==========================
.. centered::
Interpolation curve (non-closed, periodic and closed)
-**See Also** a sample TUI Script of :ref:`tui_create_interpolation` operation.
+**See Also** a sample TUI Script of :ref:`tui_create_sketch_interpolation` operation.
Approximation
.. centered::
Approximated curve (non-closed, periodic and closed)
-**See Also** a sample TUI Script of :ref:`tui_create_approximation` operation.
+**See Also** a sample TUI Script of :ref:`tui_create_sketch_approximation` operation.