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:
@@ -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],
|
||||
|
Reference in New Issue
Block a user