Hello everyone, I’m trying to get the CAD text value and its location by Python but I don’t know how. I know that there’re some nodes in BimorphNodes package can do it (as you can see in the screenshot below) but I want to do it with Python. Please give me some advices. Thank you.
Hi,
you can try to use same BimorphNodes’s process
- Export View to dxf
- Use the netDxf library to read/extract data
thanks @c.poupin , I will try it.
Let us know when you find the python solution
