-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4b50dcb
commit 7275dc9
Showing
38 changed files
with
337 additions
and
6,412 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
******************************************************************************** | ||
compas_ghpython.artists | ||
******************************************************************************** | ||
|
||
.. currentmodule:: compas_ghpython.artists | ||
|
||
.. rst-class:: lead | ||
|
||
Artists for visualizing (painting) COMPAS geometry, robots, and data structures in Grasshopper using the GH Python component. | ||
The artists in this package provide plugins for the pluggable methods of the base artists in :mod:`compas.artists`. | ||
Therefore, they can be used directly, from here, or through the base artists :class:`~compas.artists.Artist`. | ||
|
||
|
||
Geometry Artists | ||
================ | ||
|
||
.. autosummary:: | ||
:toctree: generated/ | ||
:nosignatures: | ||
|
||
BoxArtist | ||
CapsuleArtist | ||
CircleArtist | ||
ConeArtist | ||
CurveArtist | ||
CylinderArtist | ||
FrameArtist | ||
LineArtist | ||
PointArtist | ||
PolygonArtist | ||
PolyhedronArtist | ||
PolylineArtist | ||
SphereArtist | ||
SurfaceArtist | ||
TorusArtist | ||
VectorArtist | ||
BrepArtist | ||
|
||
|
||
Datastructure Artists | ||
===================== | ||
|
||
.. autosummary:: | ||
:toctree: generated/ | ||
:nosignatures: | ||
|
||
MeshArtist | ||
NetworkArtist | ||
VolMeshArtist | ||
|
||
|
||
Base Classes | ||
============ | ||
|
||
.. autosummary:: | ||
:toctree: generated/ | ||
:nosignatures: | ||
|
||
GHArtist |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
""" | ||
******************************************************************************** | ||
compas_rhino.artists | ||
******************************************************************************** | ||
|
||
.. currentmodule:: compas_rhino.artists | ||
|
||
|
||
Geometry Artists | ||
================ | ||
|
||
.. autosummary:: | ||
:toctree: generated/ | ||
:nosignatures: | ||
|
||
BoxArtist | ||
BrepArtist | ||
CapsuleArtist | ||
CircleArtist | ||
ConeArtist | ||
CurveArtist | ||
CylinderArtist | ||
FrameArtist | ||
LineArtist | ||
PlaneArtist | ||
PointArtist | ||
PolygonArtist | ||
PolyhedronArtist | ||
PolylineArtist | ||
VectorArtist | ||
SphereArtist | ||
SurfaceArtist | ||
TorusArtist | ||
|
||
|
||
Datastructure Artists | ||
===================== | ||
|
||
.. autosummary:: | ||
:toctree: generated/ | ||
:nosignatures: | ||
|
||
MeshArtist | ||
NetworkArtist | ||
VolMeshArtist | ||
|
||
|
||
Base Classes | ||
============ | ||
|
||
.. autosummary:: | ||
:toctree: generated/ | ||
:nosignatures: | ||
|
||
RhinoArtist |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,98 @@ | ||
******************************************************************************** | ||
compas_rhino.conversions | ||
******************************************************************************** | ||
|
||
.. currentmodule:: compas_rhino.conversions | ||
|
||
.. rst-class:: lead | ||
|
||
Conversions between Rhino geometry objects (:mod:`Rhino.Geometry`) and COMPAS geometry objects (:mod:`compas.geometry`). | ||
|
||
Exceptions | ||
========== | ||
|
||
.. autosummary:: | ||
:toctree: generated/ | ||
:nosignatures: | ||
|
||
ConversionError | ||
|
||
|
||
To Rhino | ||
======== | ||
|
||
.. autosummary:: | ||
:toctree: generated/ | ||
:nosignatures: | ||
|
||
arc_to_rhino | ||
box_to_rhino | ||
brep_to_rhino | ||
capsule_to_rhino_brep | ||
circle_to_rhino | ||
circle_to_rhino_curve | ||
cone_to_rhino | ||
cone_to_rhino_brep | ||
curve_to_rhino | ||
cylinder_to_rhino | ||
cylinder_to_rhino_brep | ||
ellipse_to_rhino | ||
ellipse_to_rhino_curve | ||
frame_to_rhino | ||
frame_to_rhino_plane | ||
line_to_rhino | ||
line_to_rhino_curve | ||
mesh_to_rhino | ||
plane_to_rhino | ||
point_to_rhino | ||
polygon_to_rhino | ||
polyhedron_to_rhino | ||
polyline_to_rhino | ||
polyline_to_rhino_curve | ||
sphere_to_rhino | ||
surface_to_rhino | ||
torus_to_rhino | ||
torus_to_rhino_brep | ||
transformation_to_rhino | ||
transformation_matrix_to_rhino | ||
vertices_and_faces_to_rhino | ||
vector_to_rhino | ||
|
||
|
||
To COMPAS | ||
========= | ||
|
||
.. autosummary:: | ||
:toctree: generated/ | ||
:nosignatures: | ||
|
||
arc_to_compas | ||
box_to_compas | ||
brep_to_compas_box | ||
brep_to_compas_cone | ||
brep_to_compas_cylinder | ||
brep_to_compas_sphere | ||
circle_to_compas | ||
cone_to_compas | ||
curve_to_compas_circle | ||
curve_to_compas_ellipse | ||
curve_to_compas_line | ||
curve_to_compas_polyline | ||
cylinder_to_compas | ||
ellipse_to_compas | ||
extrusion_to_compas_box | ||
extrusion_to_compas_cylinder | ||
extrusion_to_compas_torus | ||
line_to_compas | ||
mesh_to_compas | ||
plane_to_compas | ||
plane_to_compas_frame | ||
point_to_compas | ||
polygon_to_compas | ||
polyline_to_compas | ||
sphere_to_compas | ||
surface_to_compas | ||
surface_to_compas_data | ||
surface_to_compas_mesh | ||
surface_to_compas_quadmesh | ||
vector_to_compas |
Oops, something went wrong.