Message 1 of 6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a program that inserts a block. Simple enough. However, the block may or may not be scaled uniformly. That means the insert command may or may not ask for a Y scale. This causes problems with the program. Is there a way to determine if a block definition is scaled uniformly? Then I can run the block through a check while inserting. So far all I can find from lots of searching is (vla-get-BlockScaling blk), but that just doesn't exist in AutoCAD 2016. There appears to just be no BlockScaling property or command. But there has to be somewhere to get that piece of data, as AutoCAD uses it.
Solved! Go to Solution.