Skip to content

Commit c48ac6a

Browse files
authored
Merge pull request #1517 from compas-dev/copilot/add-compas-rhino-objects-to-docs
Add compas_rhino.objects to API docs TOC
2 parents e61e29a + f4a689c commit c48ac6a

2 files changed

Lines changed: 61 additions & 0 deletions

File tree

docs/api/compas_rhino.objects.rst

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
2+
********************************************************************************
3+
compas_rhino.objects
4+
********************************************************************************
5+
6+
.. currentmodule:: compas_rhino.objects
7+
8+
.. rst-class:: lead
9+
10+
11+
This module provides functions for selecting, getting, and deleting Rhino objects.
12+
13+
14+
Functions
15+
=========
16+
17+
.. autosummary::
18+
:toctree: generated/
19+
:nosignatures:
20+
21+
delete_object
22+
delete_objects
23+
get_curves
24+
get_line_coordinates
25+
get_lines
26+
get_meshes
27+
get_object_attributes
28+
get_object_attributes_from_name
29+
get_object_layers
30+
get_object_name
31+
get_object_names
32+
get_object_types
33+
get_objects
34+
get_point_coordinates
35+
get_points
36+
get_polygon_coordinates
37+
get_polygons
38+
get_polyline_coordinates
39+
get_polylines
40+
is_curve_line
41+
is_curve_polygon
42+
is_curve_polyline
43+
purge_objects
44+
select_curve
45+
select_curves
46+
select_line
47+
select_lines
48+
select_mesh
49+
select_meshes
50+
select_object
51+
select_objects
52+
select_point
53+
select_points
54+
select_polygon
55+
select_polygons
56+
select_polyline
57+
select_polylines
58+
select_surface
59+
select_surfaces
60+
set_object_attributes

docs/api/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,5 @@ COMPAS geometry and data structures in Rhino, and for basic user inter interacti
7272

7373
compas_rhino.conversions
7474
compas_rhino.geometry
75+
compas_rhino.objects
7576
compas_rhino.scene

0 commit comments

Comments
 (0)