From 8295feb70352be34ce2fd17f5395f814fba37be4 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 10 Apr 2026 05:41:30 +0000 Subject: [PATCH 1/2] Initial plan From f4a689cd307b531b5dabbaa19b0df3c576ad4b78 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 10 Apr 2026 05:42:49 +0000 Subject: [PATCH 2/2] Add compas_rhino.objects to API docs Agent-Logs-Url: https://github.com/compas-dev/compas/sessions/a9cbcd41-643c-486c-be1e-9ce5cbc645da Co-authored-by: gonzalocasas <933277+gonzalocasas@users.noreply.github.com> --- docs/api/compas_rhino.objects.rst | 60 +++++++++++++++++++++++++++++++ docs/api/index.rst | 1 + 2 files changed, 61 insertions(+) create mode 100644 docs/api/compas_rhino.objects.rst diff --git a/docs/api/compas_rhino.objects.rst b/docs/api/compas_rhino.objects.rst new file mode 100644 index 000000000000..86b35e25a0d1 --- /dev/null +++ b/docs/api/compas_rhino.objects.rst @@ -0,0 +1,60 @@ + +******************************************************************************** +compas_rhino.objects +******************************************************************************** + +.. currentmodule:: compas_rhino.objects + +.. rst-class:: lead + + +This module provides functions for selecting, getting, and deleting Rhino objects. + + +Functions +========= + +.. autosummary:: + :toctree: generated/ + :nosignatures: + + delete_object + delete_objects + get_curves + get_line_coordinates + get_lines + get_meshes + get_object_attributes + get_object_attributes_from_name + get_object_layers + get_object_name + get_object_names + get_object_types + get_objects + get_point_coordinates + get_points + get_polygon_coordinates + get_polygons + get_polyline_coordinates + get_polylines + is_curve_line + is_curve_polygon + is_curve_polyline + purge_objects + select_curve + select_curves + select_line + select_lines + select_mesh + select_meshes + select_object + select_objects + select_point + select_points + select_polygon + select_polygons + select_polyline + select_polylines + select_surface + select_surfaces + set_object_attributes diff --git a/docs/api/index.rst b/docs/api/index.rst index ea028c7fa64c..b3ce2169a233 100644 --- a/docs/api/index.rst +++ b/docs/api/index.rst @@ -72,4 +72,5 @@ COMPAS geometry and data structures in Rhino, and for basic user inter interacti compas_rhino.conversions compas_rhino.geometry + compas_rhino.objects compas_rhino.scene