# add_point_rsketch ## API Definition ```python def add_point_rsketch(sketch: Sketch, point_id: str, x: ScalarLike, y: ScalarLike) -> Sketch ``` *Source: operations.py* ## Import Surface - top-level: `from simplecadapi import add_point_rsketch` ## Description Add a named point entity and return an updated sketch document.