reclosedev / pyautocad

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

import dxf from path and paste it on my draw #39

Open Artichoke23 opened 2 years ago

Artichoke23 commented 2 years ago

Hi to everyone, I'm trying since last week to copy from a directory X:\windows\cad\repo\file_to_import.dxf and paste to X:\windows\cad\new_file.dxf , but i have to paste the previous (file_to_import.dxf) in a specific layer number and X Y Coordinates. I cant find how.. In the Docs i dont see some import command or how to write directly in the autocad terminal. If i can write in the terminal i can do the task.. I dont want someone to write my code, i want to learn the pyautocad's command for do this job.

Thanks to everyone Arti