.NET
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Block with attributes scaling - what am I doing wrong?
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
85 Views, 1 Replies
11-29-2012 07:49 AM
Hey,
I'm trying to make some command which allows me to easily scale blocks.
I've this code:
BlockReference br = (BlockReference)obj as BlockReference;
br.ScaleFactors = new Scale3d(0.5, 0.5, 1);Everything is ok, lines, circles, etc. in block are scalling correctly.
But I have problem with attributes (look at the image) - attributes are not scaling and their position are not correct.
Simple command ("scale") is working OK, so what am I doing wrong?
Re: Block with attributes scaling - what am I doing wrong?
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
11-29-2012 08:23 AM in reply to:
GrzesiekGP
Hi,
You can find this answer at TheSwamp how to scale the block with attributes: http://www.theswamp.org/index.php?topic=34057.5;wa
-Khoa

