From fbbc1d5cc7bcc21ad4a4a209101dfda7c68c2083 Mon Sep 17 00:00:00 2001 From: Jan Petykiewicz Date: Wed, 18 Jan 2023 18:15:51 -0800 Subject: [PATCH] comment out some ipython commands --- examples/nested_poly_test.py | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/examples/nested_poly_test.py b/examples/nested_poly_test.py index ba0c830..de51d6a 100644 --- a/examples/nested_poly_test.py +++ b/examples/nested_poly_test.py @@ -10,11 +10,12 @@ p.AddPaths([ [(10, 10), (10, -10), (9, -10), (9, 10)], [(10, -10), (-10, -10), (-10, -9), (10, -9)], ], PT_SUBJECT, closed=True) -p.Execute2? -p.Execute? +#p.Execute2? +#p.Execute? p.Execute(PT_UNION, PT_NONZERO, PT_NONZERO) p.Execute(CT_UNION, PT_NONZERO, PT_NONZERO) p.Execute(CT_UNION, PFT_NONZERO, PFT_NONZERO) + p = Pyclipper() p.AddPaths([ [(-10, -10), (-10, 10), (-9, 10), (-9, -10)], @@ -23,6 +24,6 @@ p.AddPaths([ [(10, -10), (-10, -10), (-10, -9), (10, -9)], ], PT_SUBJECT, closed=True) r = p.Execute2(CT_UNION, PFT_NONZERO, PFT_NONZERO) -r -r.Childs -%history -f nested_poly_test.py + +#r.Childs +