Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 60 additions & 0 deletions docs/api/compas_rhino.objects.rst
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions docs/api/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading