Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Automation Script Example: Add Scaling to DXFs
s2c-code-share
Feb 15th, 2022
(
edited
)
735
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Python
0.18 KB
| None
|
0
0
raw
download
clone
embed
print
report
length
=
18
imgs
=
s2c.
list
(
"path/to/input_directory"
,
"dxf"
)
for
i
in
imgs:
dxf
=
i.
open
(
)
dxf.
scale
(
1000
,
length
,
s2c.
Unit
.
Inches
)
dxf.
save
(
dxf.
path
+
".scaled.dxf"
)
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
FREE BTC GUIDE F
JavaScript | 5 sec ago | 0.06 KB
Make 1500$ in 20 MIN [Method] 8
JavaScript | 17 sec ago | 0.06 KB
Make $200 in 15 minutes M
JavaScript | 25 sec ago | 0.06 KB
Make $200 in 15 minutes 1
JavaScript | 41 sec ago | 0.06 KB
FREE BTC GUIDE F
JavaScript | 54 sec ago | 0.06 KB
MAKE $900 INSTANTLY F
JavaScript | 1 min ago | 0.06 KB
MAKE $900 INSTANTLY 3
JavaScript | 1 min ago | 0.06 KB
Make $200 in 15 minutes O
JavaScript | 1 min ago | 0.06 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!