mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-05 22:37:35 +02:00
It doesn't require dedup
This commit is contained in:
@@ -9,9 +9,6 @@
|
|||||||
**/
|
**/
|
||||||
|
|
||||||
use <_impl/_vx_cylinder_impl.scad>;
|
use <_impl/_vx_cylinder_impl.scad>;
|
||||||
use <../util/sort.scad>;
|
|
||||||
use <../util/dedup.scad>;
|
|
||||||
|
|
||||||
function vx_cylinder(r, h, filled = false, thickness = 1) =
|
function vx_cylinder(r, h, filled = false, thickness = 1) =
|
||||||
let(all = _vx_cylinder_impl(r, h, filled, thickness))
|
_vx_cylinder_impl(r, h, filled, thickness);
|
||||||
dedup(sort(all, by = "vt"), sorted = true);
|
|
Reference in New Issue
Block a user