Message 1 of 7
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I use a script to add multiple blocks to drawing with following code snipped:
(setq $bScale 1.0)
(setq $theblock (vla-InsertBlock $mspace
(vlax-3d-point $inspt)
$bname
$bScale
$bScale
$bScale
(- (* $rotang (/ pi 180)))
)
)
I've a strange problem. After inserting multiple annotative blocks in drawing on scale 1.0 everything looks great:
But than i save the drawing and after reopening the file every block in the drawing is rescaled to 0.2:
after reopening saved drawing
Someone any idea?
Solved! Go to Solution.