1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-07-31 12:00:23 +02:00

added test hook

This commit is contained in:
Justin Lin
2017-06-01 09:20:23 +08:00
parent c10443641e
commit b3cfeab7f7

View File

@@ -31,6 +31,11 @@ module rounded_cylinder(radius, h, round_r, convexity = 2, center = false) {
rotate_extrude(convexity = convexity) rotate_extrude(convexity = convexity)
polygon(shape_pts); polygon(shape_pts);
// hook for testing
test_center_half_trapezium(center_pt, shape_pts);
} }
// override it to test
module test_center_half_trapezium(center_pt, shape_pts) {
}