mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-04 03:09:45 +00:00
Added debug_polygon() to debug.scad.
This commit is contained in:
parent
d5796c3a2d
commit
72e3cbbe4c
1 changed files with 7 additions and 0 deletions
|
@ -107,5 +107,12 @@ module debug_faces(vertices, faces, size=1, disabled=false) {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
module debug_polyhedron(points, faces, convexity=10, txtsize=1, disabled=false) {
|
||||||
|
debug_faces(vertices=points, faces=faces, size=txtsize, disabled=disabled) {
|
||||||
|
polyhedron(points=points, faces=faces, convexity=convexity);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// vim: noexpandtab tabstop=4 shiftwidth=4 softtabstop=4 nowrap
|
// vim: noexpandtab tabstop=4 shiftwidth=4 softtabstop=4 nowrap
|
||||||
|
|
Loading…
Reference in a new issue