mirror of
https://gitlab.com/MisterBiggs/stl-process.git
synced 2025-08-03 20:11:31 +00:00
made tests like way better
This commit is contained in:
BIN
test/test_assets/2_4_8_cuboid.stl
Normal file
BIN
test/test_assets/2_4_8_cuboid.stl
Normal file
Binary file not shown.
27
test/test_assets/README.md
Normal file
27
test/test_assets/README.md
Normal file
@@ -0,0 +1,27 @@
|
||||
# Test Assets
|
||||
|
||||
## cube.stl
|
||||
|
||||
Perfect cube with length of 2 for all sides and a center of gravity at origin.
|
||||
|
||||
## 2_4_8_cuboid.stl
|
||||
|
||||
Cube with dimensions:
|
||||
|
||||
- height = 2
|
||||
- depth = 4
|
||||
- width = 8
|
||||
|
||||
Center of gravity at origin.
|
||||
|
||||
## sphere.stl
|
||||
|
||||
Perfect sphere with radius of 1 and a center of gravity at origin.
|
||||
|
||||
## slender_rod.stl
|
||||
|
||||
Negligible thickness cylinder with length of 10, radius of 0.1, and a center of gravity at origin.
|
||||
|
||||
## cylinder.stl
|
||||
|
||||
Cylinder with length of 10, radius of 1, and a center of gravity at origin.
|
BIN
test/test_assets/cylinder.stl
Normal file
BIN
test/test_assets/cylinder.stl
Normal file
Binary file not shown.
BIN
test/test_assets/slender_y.stl
Normal file
BIN
test/test_assets/slender_y.stl
Normal file
Binary file not shown.
BIN
test/test_assets/sphere.stl
Normal file
BIN
test/test_assets/sphere.stl
Normal file
Binary file not shown.
Reference in New Issue
Block a user