1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-06 06:47:46 +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 triangles_defined_sections() {
module tri_sections(tri1, tri2) { module tri_sections(tri1, tri2) {
polyhedron( hull() polyhedron(
points = concat(tri1, tri2), points = concat(tri1, tri2),
faces = [ faces = [
[0, 1, 2], [0, 1, 2],