Friday
AutoCAD 2008, Autocad, Blocks, Dynamic BlocksUsing multiple insertion points in dynamic blocks
AutoCAD 2006 & higher versions
I tried to explain about dynamic blocks and their properties in my previous articles (found in “Dynamic Blocks e-book“). In this article, I will explain how to create more than one different insertion points for a block.

Fig. 1
We know that each PROPERTY and ACTION that you insert in a dynamic block creates a GRIP. In addition to this, we also know that when dynamic blocks are inserted in a drawing, if you press CTRL button, then dynamic blocks have the property of changing the insertion point depending on these parameter points. Thus, depending on these features, we can create multiple insertion points by creating POINT parameters for our dynamic block as much as we want. In order to prepare the dynamic block in our example, I have explained how to enter block editor and create a dynamic block in my previous articles. Now, create a 160×140 L-shaped table in block editor as shown in Fig.1. And add POINT parameters at the corner points of this drawing as shown in Fig. 2.

Fig. 2
In order for our block to be a valid DYNAMIC BLOCK, at least one of the parameters must be associated with an ACTION. In order to do this, associate the POS1 point with the simplest action MOVE. Its functionality is not important at this stage. Depending up on your demands; if you have parameters at different positions which you don’t want to use as insertion point, then you can edit the operation sequence and status of them by using BCYCLEORDER command.
Command : BCYCLEORDER

Fig. 3
You can edit which points will be used and in which sequence they will be used by using command window as shown in Fig. s3. After completing all of the settings, then close the block editor and try to insert the new created dynamic block in modelspace:
Command : INSERT
Specify insertion point or [Basepoint/Scale/X/Y/Z/Rotate]:

Fig. 4
At this stage, every time we press CTRL button, insertion point will change between 4 points that are shown in Fig. 2 (Fig. 4).
Technorati Tags: AutoCAD, blocks, dynamic blocks, insertion point
Bu yazinin Turkce’sini okuak icin basiniz.
Viewed 6,729 times so far... This week: 65 Today: 3 Latest: 5 July 2009, 1:39Post Tags:
Related Posts
Popular
- Hip tip: Increasing view resolution with VIEWRES system variable
07/03/2009 04:39 am
7 Comments - Sirince – IZMIR
07/02/2009 11:02 am
1 Comment - Visual LISP: Programming user interfaces with OpenDCL
07/01/2009 10:15 pm
10 Comments - 3D Modeling 7: EXTRUDE
06/30/2009 02:14 pm
10 Comments - Ask DailyAutoCAD: Which Notebook to Buy?
06/30/2009 12:17 pm
1 Comment
Featured Articles
- AutoCAD 2009 Update 3 Released
- Speed Up As AutoCAD 2009 Ribbon Menu Helps You!
- MEP Analysis Extension for AutoCAD MEP extended to March 31, 2009
- Recap of AutoCAD-related technologies on Autodesk Labs
- Technology Preview of MEP Analysis Extension extended to 12/31/08
- Autodesk Labs: Forward and Backward utility for AutoCAD
|

Mar 7, 2008
Reply
Great information….
Is there a way to schedule a “Dynamic Block’s” Custom Design Data?
Oct 24, 2008
Reply
I have been trying to create a grid bubble block that is both annotative (using the ANNOTATIVEDWG system variable set at 1 to make the entire drawing annotative) and is also dynamic (meaning that it has multiple insertion points on all four quadrants of the circle) and CANNOT get it to work. The closest I get is inserting it using the design center (ultimately I want it to work on a palette) and the preview picture shows both the annotative blue triangle and the dynamic orange lightning bolt icons but when I insert the block, it ignores my current annotation scale (say 1:50) and as I press CNTRL to cycle the insertion points, it cycles around the points as though I am inserting the block at 1:1?? Even then, there seems to be an extra “base point” that the block is being inserted on despite my setting a “base” at the center of the bubble before adding the dynamic parameters. Any thoughts?
Oct 28, 2008
Reply
Hello Travis,
You are right. I think this is a bug. Please report this to AutoDESK. You can use Communication Center to reporting.
Thanks
Nov 18, 2008
Reply
This is not comment but to ask a question.
Hello,
I have made a library of electrical symbols like breaker, fuses etc. with attributes for their specification. But when I tried dynamic block option, it is working fine in the current drawing, but when inserted in other drawing, the insertion points are not present and the block is no longer a dynamic block.
Is my approach correct?
May 31, 2009
Reply
It’d be nicer if it gives you the ability to just set the number of grips for point parameters to “zero” . Then you can insert the block to the drawing and use the CTRL to change insertion point, then after you place the block and it won’t show the points you’ve created in the dynamic block except for the basepoint.
I’m currently using 2008 version. So I wonder if 2009 or 2010 version has that ability…