1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-07-31 20:10:36 +02:00

hull is still necessary

This commit is contained in:
Justin Lin
2017-06-10 20:22:25 +08:00
parent 40bcc0091c
commit 97c3fc43a4

View File

@@ -179,7 +179,7 @@ module polysections(sections, triangles = "SOLID") {
module triangles_defined_sections() {
module tri_sections(tri1, tri2) {
polyhedron(
hull() polyhedron(
points = concat(tri1, tri2),
faces = [
[0, 1, 2],