utilities
layers
Create Rhino layers from a dictionary. |
|
Delete the objects of the specified layers. |
|
Delete layers and all contained objects. |
objects
Delete Rhino object. |
|
Delete multiple Rhino objects. |
|
Get the start and end point coordinates of line curves. |
|
Get identifiers of Rhino objects, potentially filtered by name, color, layer, or type. |
|
Get attributes from an object's user dictionary. |
|
Set the custom attributes of a Rhino object. |
|
Get attributes from JSON parsable object names. |
|
Get the layer names of multiple objects. |
|
Get the type of multiple objects. |
|
Get the names of multiple objects. |
|
Get the name of one object. |
|
Get the coordintes of the locations of point objects. |
|
Get the point coordinates of polylines. |
|
Get the point coordinates of polygons. |
|
Purge objects from memory. |
|
Select one curve in the Rhino view. |
|
Select multiple curves in the Rhino view. |
|
Select one line in the Rhino view. |
|
Select multiple lines in the Rhino view. |
|
Select one mesh in the Rhino view. |
|
Select multiple meshes in the Rhino view. |
|
Select one point in the Rhino view. |
|
Select multiple points in the Rhino view. |
|
Select one polygon in the Rhino view. |
|
Select multiple polygons in the Rhino view. |
|
Select one polyline in the Rhino view. |
|
Select multiple polylines in the Rhino view. |
|
Select one surface in the Rhino view. |
|
Select multiple surfaces in the Rhino view. |
drawing
Draw labels as text dots and optionally set individual font, fontsize, name, layer and color. |
|
Draw points and optionally set individual name, layer, and color properties. |
|
Draw lines and optionally set individual name, color, arrow, layer, and width properties. |
|
Draw polylines, and optionally set individual name, color, arrow, and layer properties. |
|
Draw faces as individual meshes and optionally set individual name, color, and layer properties. |
|
Draw cylinders and optionally set individual name, color, and layer properties. |
|
Draw pipes and optionally set individual name, color, and layer properties. |
|
Draw spheres and optionally set individual name, color, and layer properties. |
|
Draw a mesh and optionally set individual name, color, and layer properties. |
|
Draw curves and optionally set individual name, color, and layer properties. |
|
Draw surfaces and optionally set individual name, color, and layer properties. |
constructors
Construct a volumetric mesh from given polysurfaces. |