jaspreetjhoja

About

Username
jaspreetjhoja
Joined
Visits
3
Last Active
Roles
Member

Comments

  • Figured it out. Here is the code: from operator import xorpoints1 = [pya.Point(0/0.001,-10/0.001), pya.Point(0/0.001,0/0.001), pya.Point(4/0.001,0/0.001), pya.Point(4/0.001, -10/0.001)]points2 = [pya.Point(-3/0.001,-7/0.001), pya.Point(-3/0.001,0/…
  • Hi Matthias, I tried but it converts the path into a polygon line which does not have any buffer. I have a DPath object which gets converted into a DPolygon object and I do not see any option to extract buffer or outline points, neither I see the …