Help figuring out the right entities to use for circuit drawings #948
Unanswered
bbillups-2
asked this question in
Q&A
Replies: 3 comments
-
@mozman Hi! Hoping you can help! I've been searching the docs since posting this and still haven't had much luck |
Beta Was this translation helpful? Give feedback.
0 replies
-
The example can found here: http://cadkit.blogspot.com (pic_programmer.dxf) This example is a simple 2D drawing. The DXF format does not support any special features for any design task. You may look at KiCAD a free application to create PCB layouts - the producer of this sample DXF file. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you very much! |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hello!
I am trying to replicate a schematic drawing I made using another module(schemdraw) in ezdxf so it can be a .dxf file. I've used ezdxf for other uses but couldn't quite find an entity to make a circuit and it's associated pins. Will I need to create a custom polyline for this? I saw the circuit drawing featured in this post from 2020 (https://ezdxf.mozman.at/release-v0-13.html) and was wondering if a special entity was used to make the circuit and if I'm just not looking at the documentation closely enough.
Thanks!
(Or if there is a way to convert a .svg or .jpg to a .dxf drawing in ezdxf, that could also work!)
Beta Was this translation helpful? Give feedback.
All reactions