mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-03-21 06:29:46 +01:00
added test hook
This commit is contained in:
parent
c10443641e
commit
b3cfeab7f7
@ -31,6 +31,11 @@ module rounded_cylinder(radius, h, round_r, convexity = 2, center = false) {
|
||||
rotate_extrude(convexity = convexity)
|
||||
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) {
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user