Dynamic Blocks
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Dynamic blocks based on General Block Properties
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
I am trying to create a block to work as a compass. IE center only rotates, while the outside stays still. I am hoping to make the dynamic block rotate, simply by using the rotation field from the typical block definition. You know the rotation property shown when you open the properties dialog box under the MISC heading.
Any ideas or suggestions will be greatly appreciated.
Solved! Go to Solution.
Re: Dynamic blocks based on General Block Properties
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Sorry it can not be done via dynamic blocks. You can have rotation value by field but you can not use it.
You will use any of customization methods.
But you may have altenate solution by rotation parameter or other dyn block parameters.
Why do not you use that? Is there a limitation?
Re: Dynamic blocks based on General Block Properties
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Just a quick thought, if you use a field to get a rotation value, can't you bind that value to blockproperty with rotation parameter.
See attached picture.
Just a thought...
AutoCad LT 2014
Re: Dynamic blocks based on General Block Properties
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
I wish it is possible, it will be a great option.
But it can not because fields can insert only a mtext or an attribute and other problems to refering itself.
Regards...
Re: Dynamic blocks based on General Block Properties
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Havn't had the chance to work alot with fields yet, for my next "project" i'am going to try and create a new titleblock with fields and lookups. Maybe then I will have the chance to experiment abit with different uses of fields.
Sad to hear that it is not possible to archieve OP's goal the way I thought.
Best of luck to you.
//Adam
AutoCad LT 2014
Re: Dynamic blocks based on General Block Properties
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
I am trying to use this compass dynamic block as my north arrow block. My intention was to use it with Plan Production, so that AutoCAD can rotate the north part of the compass when it automates sheet creation for plan-profile sheets. AutoCAD will match the roation parameter of the block to the rotation of the viewport. Now you can see, when AutoCAD changes the rotation parameter the dynamic block -entirely- rotates, and my compass is no longer a compass...
My workaround, is that I created two blocks, one for the outside part of the compass, and the second for the inside (the part that needs to rotate and match the viewport). That works for using in plan production.
I was just hoping that dynamic blocks, could also use "fields" for automation, thus allowing me to skip this -two- block step.
Thanks all for your input!
