Skip to content

Commit

Permalink
Merge pull request #163 from compas-dev/updates
Browse files Browse the repository at this point in the history
Updates
  • Loading branch information
ioannaMitropoulou authored Oct 18, 2022
2 parents 8faef04 + e793a2a commit 6f1bf59
Show file tree
Hide file tree
Showing 18 changed files with 4,316 additions and 332 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ Unreleased
* Small updates in grasshopper visualization functions

**Fixed**
* spiralize_contours : After function points are reprojected on the mesh
* Curved slicing grasshopper file improved

**Deprecated**

Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,14 @@ For example, create an environment named ``my-project`` (or replace with your ow

Follow the instructions to install `compas_view2` (https://github.com/compas-dev/compas_view2).

#### COMPAS CGAL
#### COMPAS CGAL (for planar slicing)

conda install -n my-project compas_cgal

#### LIBIGL python bindings (for curved slicing)

conda install -c conda-forge igl

#### Grasshopper

The Grasshopper components are automatically installed with the `compas_rhino` installation, e.g.:
Expand Down
Binary file modified examples/2_curved_slicing/curved_slicing_master.gh
Binary file not shown.
44 changes: 44 additions & 0 deletions examples/2_curved_slicing/data_Y_shape/boundaryHIGH.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
[
111,
112,
115,
117,
119,
121,
123,
125,
127,
129,
131,
133,
135,
137,
139,
141,
143,
145,
147,
149,
150,
258,
259,
262,
264,
266,
268,
270,
272,
274,
276,
278,
280,
282,
284,
286,
288,
290,
292,
294,
296,
297
]
24 changes: 24 additions & 0 deletions examples/2_curved_slicing/data_Y_shape/boundaryLOW.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
[
834,
835,
836,
838,
840,
842,
844,
846,
848,
850,
852,
854,
856,
858,
860,
874,
875,
876,
877,
878,
879,
880
]
4,068 changes: 4,068 additions & 0 deletions examples/2_curved_slicing/data_Y_shape/mesh.obj

Large diffs are not rendered by default.

162 changes: 0 additions & 162 deletions examples/2_curved_slicing/data_basic_example/cylinder.obj

This file was deleted.

68 changes: 0 additions & 68 deletions examples/2_curved_slicing/data_basic_example/cylinder_uneven.obj

This file was deleted.

Loading

0 comments on commit 6f1bf59

Please sign in to comment.