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:
@@ -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) {
|
||||||
|
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user