We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc187ce commit ea7be5bCopy full SHA for ea7be5b
1 file changed
example/2d.jl
@@ -1,9 +1,9 @@
1
using FastPointQuery
2
using WGLMakie
3
4
-points = rand(100, 2)
5
-poly = get_polygon(points, ratio=0.1)
6
-stl_file = joinpath(@__DIR__, "2d_hole.stl")
+points = rand(100, 2)
+poly = get_polygon(points, ratio=0.1)
+stl_file = joinpath(@__DIR__, "2d_hole.stl")
7
stl_model = readSTL2D(stl_file)
8
9
pip_query(poly, 0, 0.2)
0 commit comments