Commit graph

25 commits

Author SHA1 Message Date
Revar Desmera
0f7c7956d1 Tweaked skin() examples. 2020-02-13 21:58:46 -08:00
Revar Desmera
c533dfe315 Adjusted skin() docs and example images. 2020-02-13 18:03:19 -08:00
Adrian Mariano
ed205d713f added mobius strip 2020-02-13 18:28:26 -05:00
Adrian Mariano
0c68d60e98 Tweaked names, moved plane_line_angle to geometry.scad 2020-02-13 18:06:35 -05:00
Adrian Mariano
9ce9d708a4 Fixed bug with slices = list, added code to avoid duplicate vertices
when only resampling methods are used.  Renamed some functions.
2020-02-12 20:08:21 -05:00
Adrian Mariano
7e2bc6d5cf Fixed handling of list valued slices. Added more examples. Removed
debug echoes.
2020-02-11 17:15:43 -05:00
Adrian Mariano
dba4e2e09b Reworked interface substantially and added a bunch of examples. 2020-02-10 21:02:24 -05:00
Adrian Mariano
800ee715db Hopefully fixed bug with wrap-around for the symmetric distance method
where you get the wrong result when points from both ends of a curve
map to the same vertex.  (Regular distance method I think is still broken.)
2020-02-06 18:51:28 -05:00
Adrian Mariano
8171fbc8f6 Added "sym_distance" method. Through clever pruning strategy, may
actually be faster than old method.
2020-02-05 22:24:30 -05:00
Adrian Mariano
00ba569a86 Added some error handling on profiles to superskin().
Renamed skin to _skin_core and simplified it to remove methods.
Renamed superskin to skin.
Correctly pass closed and caps.
2020-02-03 21:36:06 -05:00
Adrian Mariano
927e50c5ca Fixed alignment problem in tangent_align.() 2020-02-03 17:46:42 -05:00
Adrian Mariano
0aabf2cf47 Developmental superskin() wrapper and various supporting stuff.
Code in a rough state at this point.
2020-02-02 22:43:49 -05:00
Revar Desmera
28f07a997f Tweaked uniform skin method. 2020-02-02 19:33:09 -08:00
Revar Desmera
c1bc74b643 Removed forced endcap triangulation from skin(). 2020-01-30 16:52:47 -08:00
Revar Desmera
62b0f95b44 Removed unused code from skin() 2020-01-30 16:35:30 -08:00
Revar Desmera
39f27fb1d9 Weaned skin() off of slow vnf_faces() 2020-01-30 15:36:39 -08:00
Revar Desmera
674f276362 Added method="convex" to skin() 2020-01-29 19:40:02 -08:00
Revar Desmera
5ccf1e26bd Added convexity= to skin() and vnf_polyhedron() 2020-01-09 20:10:46 -08:00
Revar Desmera
23b76fd49a Bugfix for skin()'s uniform method. Bugfix for non-coplanar skin() profiles. 2019-11-14 15:45:37 -08:00
Revar Desmera
b871a54891 Corrected skin example method. 2019-11-13 22:16:50 -08:00
Revar Desmera
871540c57c Changed skin params. matching= -> method= and "evenly" -> "uniform" 2019-11-13 21:58:48 -08:00
Adrian Mariano
c0d18ab0b1 Corrected processing of $fn for round_corners, added two examples
to skin (from list comp demos) and added another error check to zip.
2019-11-13 18:17:30 -05:00
Revar Desmera
78197e1909 Added bad examples to skin() docs. 2019-11-12 22:51:13 -08:00
Revar Desmera
ba4a35229c Added regressions and bugfixes for skin.scad 2019-11-08 16:25:47 -08:00
Revar Desmera
785befb1c1 Added skin.scad 2019-11-03 19:12:50 -08:00