Message 1 of 4
vla-InsertBlock always re-scale my blocks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have no idea why, but vla-InsertBlock always re-scale my block per 1000 units.
I mean, I have my block in millimeters, I want to insert in a model space with meters units, then the block is inserted and re-scaled per 1000 units.
Here is the code:
(setq blockRefObj (vla-InsertBlock modelSpace insertionPnt VarBlockName1 1 1 1 VarBlockRotation1))
Any idea how to fix this?
PD: attached block