Autocad 2018 Selection Pause in Drawing
One benefit that you can get from using block attribute is to preserve a text field. For example, if you make a title block as a block, you can edit the attributes to change the values. The title block is ready; it will be a standard for all drawings. The lines, the text style and text size are already set.
However, sometimes the attributes value are default. It would be easier for us to select the value from a list. For example, the scale information in view title is a default. 1:1, 1:2, 1:5 and so on. You can't make a list of default values for block attributes. But there's a workaround: using the Visibility States in Dynamic Block.
You can download the completed block here. You might want to play around with it before you start this tutorial.
We will see how we can make a list of default values using Dynamic Block.
Preparing the Block
I made this block for this tutorial. It has three attributes: drawing number, sheet number, and view title. I left the drawing scale empty.
You can create your block, or you can download the exercise file here. Open the block in Block Editor.
Working with Dynamic Block
We will use only one parameter: Visibility Parameter. This parameter will control which text will appear when we select a value.
Adding Visibility Parameter
In Block Authoring Palettes, Parameter tab, click Visibility.
Place the parameter below the view title as shown below.
Optional: Select the parameter from drawing and change the Visibility name in the properties palette.
Adding Visibility States
Using single line text command, type SCALE 1:1 below the view title. This will be a default value, and we will not change it. So we use text.
Now let's save this visibility state. Open Visibility States Manager by clicking the icon on the ribbon, Visibility tab.
We need to rename this state for clarity. Click rename.
Give it name 1:1.
Create another Visibility State by clicking new. Give this one name 1:2.
Click OK to close all dialog boxes.
Make sure in the Visibility dropdown it shows 1:2, the last state we created. Change it if necessary.
We can see all objects are still shown. We need to hide the previous text for this state. Select text SCALE 1:1 you created before then click Make Invisible from the ribbon, Visibility tab.
Now we have the scale value empty. Create text SCALE 1:2 below the view title again.
At this point, you already have 2 Visibility States. Repeat the procedure above for other scales.
After you finished, try to change to each Visibility States to see if everything is correct.
Save the block and close Block Editor. Click the arrow to change the Visibility States.
Adding custom scale
What if we need to use a custom scale? It's not on the list, and we want the users to type it.
It's easy. Open the block in Block Editor again. Create a new Visibility State named Custom. This time, instead of using text, use Block Attribute. Type ATTDEF and provide value as below.
Save the block and close block editor. Before we continue, run ATTSYNC command to synchronize the new attribute.
Try to change the state to custom and edit the attribute.
The good thing about hiding attribute with Visibility State is, the field will not be shown when you insert the block. AutoCAD will only show it when you change the state to custom.
Conclusion
You can use Dynamic Block for many purposes. It might need a little setup, but it can be very useful.
However, there is a limitation. You can only use 1 Visibility State for one block. It means you can't have multiple drop-down lists in one block. It's very unfortunate because it would be very useful in the drawing title block.
What do you think about using the drop-down list with the Visibility States? Do you think it can help? And how do you plan to use it?
If you are new to AutoCAD Block or want to learn more about Dynamic Block, you may want to try purchasing our e-book: AutoCAD Block Best Practices. It teaches how to create a block, working with Attributes, creating Dynamic Block and many more.
nickensstagazen79.blogspot.com
Source: https://www.cad-notes.com/drop-down-selection-for-autocad-block/
0 Response to "Autocad 2018 Selection Pause in Drawing"
Post a Comment