1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-17 20:11:50 +02:00

added 'why hull'

This commit is contained in:
Justin Lin
2017-04-29 22:43:06 +08:00
parent ae0c57fe99
commit 486076ec39

View File

@@ -44,7 +44,7 @@ module function_grapher(points, thickness, style = "FACES", slicing = "SLASH") {
pts_faces1 = tri_shell_points(top_tri1);
pts_faces2 = tri_shell_points(top_tri2);
// hull is for preventing from WARNING: Object may not be a valid 2-manifold
hull() polyhedron(
points = pts_faces1[0],
faces = pts_faces1[1]