- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
An interesting "bug" that I just ran across.
Created a dynamic block for radiators and decided to add a rotation parameter at the end.
Added Rotation, added Rotate and then for Select - I entered ALL.
106 objects selected, great done.
Not so fast!
When that is done, it grabs, as part of the selection - ACTIONS.
If I do a crossing window selection of the entire drawing area I only get 100 objects.
When this set of 100 is saved to the rotation action, the rotation parameter is excluded. Only 99 objects are referenced in the action properties.
The result is using Select "ALL" will cause the block to work incorrectly, where as crossing window select everything does not.
I am not sure why the crossing window does not select the actions and I am also not sure why including those actions in the rotate function causes the stretch function to mess up.
In my mind, you would want the actions to be part of the rotation?
Is the problem that the rotation action is included in the rotation action set? (Not that I could find in further testing).
I could not figure out how to de-select the actions from the the select ALL workflow.
However, when using the crossing window, the Rotate parameter is automatically excluded.
I am assuming this is because it can't reference itself - but it is NOT excluded when using the select ALL function.
Which leads me to believe that the code that excludes the "self" object is connected to the mouse actions and not the command line functions.
This post is more of an FYI because I lost over an hour trying to figure it out.
(and more creating this post!)
Using Autocad 2024 on windows 10.
Solved! Go to Solution.