mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-01-17 22:28:16 +01:00
24 lines
631 B
OpenSCAD
24 lines
631 B
OpenSCAD
// 2D
|
|
include <test_rounded_square.scad>;
|
|
include <test_line2d.scad>;
|
|
include <test_polyline2d.scad>;
|
|
include <test_hull_polyline2d.scad>;
|
|
include <test_hexagons.scad>;
|
|
|
|
// 3D
|
|
include <test_rounded_cube.scad>;
|
|
include <test_rounded_cylinder.scad>;
|
|
include <test_crystal_ball.scad>;
|
|
|
|
// Function
|
|
include <test_paths2sections.scad>;
|
|
|
|
// 2D Shape
|
|
include <test_shape_arc.scad>;
|
|
include <test_shape_cyclicpolygon.scad>;
|
|
include <test_shape_ellipse.scad>;
|
|
include <test_shape_pie.scad>;
|
|
include <test_shape_square.scad>;
|
|
include <test_shape_trapezium.scad>;
|
|
include <test_shape_superformula.scad>;
|
|
include <test_shape_path_extend.scad>; |