mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-27 14:00:04 +02:00
Added debug_polygon() to debug.scad.
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user