Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Automation Script Example: Add Scaling to DXFs
s2c-code-share
Feb 15th, 2022
(
edited
)
760
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
✅ MAKE $9OO INSTANTLY 6
JavaScript | 2 sec ago | 0.32 KB
⭐ Free ETH Method ⭐
JavaScript | 3 sec ago | 0.32 KB
Profit Method
Java | 5 sec ago | 0.06 KB
⭐ Free ETH Method ⭐ U
JavaScript | 5 sec ago | 0.32 KB
Profit Method
JavaScript | 11 sec ago | 0.32 KB
⭐Crypto Exchange Profit Method⭐ Y
JavaScript | 11 sec ago | 0.32 KB
✅ MAKE $9OO INSTANTLY B
JavaScript | 15 sec ago | 0.32 KB
Exchange Exploit T I
Java | 18 sec 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!