mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-06 14:56:47 +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 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],
|
||||||
|
Reference in New Issue
Block a user