poly face #576
Unanswered
h3d-hieuct
asked this question in
Q&A
poly face
#576
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
import ezdxf
doc = ezdxf.new("R2010")
msp = doc.modelspace()
polyface = msp.add_polyface()
polyface.append_face([(0,0),(0,2),(1,2),(1,1),(2,1),(2,0),(0,0)])
doc.saveas("polyface.dxf")
face has 4 points ??
how to get 6 points ?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions