reclosedev / pyautocad

AutoCAD Automation for Python ⛺
http://pypi.python.org/pypi/pyautocad/
BSD 2-Clause "Simplified" License
506 stars 143 forks source link

Is it possible to draw surfaces and Volumes using Pyautocad ? #33

Closed ImadLah closed 4 years ago

ImadLah commented 4 years ago

Hello,

I'm trying to draw several building automatically using python, so far using APoint, line and AddCircle, i'm able to add columns and slabs. But every thing is linear. I wanted to know if there was a way to draw a surface, or Extrude would be PERFECT.

Thank you all for your help :D