comment out some ipython commands
This commit is contained in:
parent
2635c6c20c
commit
fbbc1d5cc7
1 changed files with 6 additions and 5 deletions
|
|
@ -10,11 +10,12 @@ p.AddPaths([
|
||||||
[(10, 10), (10, -10), (9, -10), (9, 10)],
|
[(10, 10), (10, -10), (9, -10), (9, 10)],
|
||||||
[(10, -10), (-10, -10), (-10, -9), (10, -9)],
|
[(10, -10), (-10, -10), (-10, -9), (10, -9)],
|
||||||
], PT_SUBJECT, closed=True)
|
], PT_SUBJECT, closed=True)
|
||||||
p.Execute2?
|
#p.Execute2?
|
||||||
p.Execute?
|
#p.Execute?
|
||||||
p.Execute(PT_UNION, PT_NONZERO, PT_NONZERO)
|
p.Execute(PT_UNION, PT_NONZERO, PT_NONZERO)
|
||||||
p.Execute(CT_UNION, PT_NONZERO, PT_NONZERO)
|
p.Execute(CT_UNION, PT_NONZERO, PT_NONZERO)
|
||||||
p.Execute(CT_UNION, PFT_NONZERO, PFT_NONZERO)
|
p.Execute(CT_UNION, PFT_NONZERO, PFT_NONZERO)
|
||||||
|
|
||||||
p = Pyclipper()
|
p = Pyclipper()
|
||||||
p.AddPaths([
|
p.AddPaths([
|
||||||
[(-10, -10), (-10, 10), (-9, 10), (-9, -10)],
|
[(-10, -10), (-10, 10), (-9, 10), (-9, -10)],
|
||||||
|
|
@ -23,6 +24,6 @@ p.AddPaths([
|
||||||
[(10, -10), (-10, -10), (-10, -9), (10, -9)],
|
[(10, -10), (-10, -10), (-10, -9), (10, -9)],
|
||||||
], PT_SUBJECT, closed=True)
|
], PT_SUBJECT, closed=True)
|
||||||
r = p.Execute2(CT_UNION, PFT_NONZERO, PFT_NONZERO)
|
r = p.Execute2(CT_UNION, PFT_NONZERO, PFT_NONZERO)
|
||||||
r
|
|
||||||
r.Childs
|
#r.Childs
|
||||||
%history -f nested_poly_test.py
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue