Message 1 of 5
exploding unequal scaled blocks

Not applicable
02-02-2005
12:07 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I needed to explode some drawing blocks so I wrote some code to check for
unequal scale.
if blkRef.XScaleFactor <> blkRef.YScaleFactor then....
I got many false positives due to decimal precision yet AutoCAD 2000 didn't
have any trouble exploding them. Is there some fuzz factor AutoCAD uses to
compare scale factor and issue an alert?
thanks
LJB