1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-01 04:20:27 +02:00

add choose_children

This commit is contained in:
Justin Lin
2021-07-31 12:31:56 +08:00
parent a213a797a0
commit a56cf44b4c

View File

@@ -0,0 +1,3 @@
module choose_children(n) {
children(n);
}