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