AutoCad :: Edit Dynamic Block Action?

Dec 12, 2011

Basically, I have a dynamic block with a distance parameter attached to an array command. The array command has a column distance of 30 inches between columns. I need to edit that distance. Is there a way to do it or do I have to start over? I have to start over, I might cry a little bit. There are a lot of other actions compounded on top of this one.

I'll attach the file, but if you edit it for me, how you did it so I'll know? Tech a man to fish and all that nonsense.

Oh, and I'm using 2012 vanilla AC, which has a different block editor than most other versions, so beware. Oh, and I don't use ribbons..

View 6 Replies


ADVERTISEMENT

AutoCAD Dynamic Blocks :: Link Dynamic Block Custom Rotation Action

Mar 22, 2013

So I've done a reasonable amount of work with dynamic blocks. I have a block with a rotation action and grip to arbitrarily align it.  However I realized when trying to combine it with an alignment grip (which actions on the basic or fundamental block rotation angle) that there didn't seem to be a way to some how link a dynamic block rotation action or one of the custom angle properties to a the fundamental block rotation angle.  Thus there are two additive rotations at work; the dynamic block one with its grip and the fundamental rotation property.

This can cause some confusion when one person aligns with the grip and another via rotating the block's fundamental property and would also be problematic in the generalized sense if one was trying to select or programmatically read back the net angle alignment.

View 2 Replies View Related

AutoCAD Dynamic Blocks :: Join Two Dynamic Block To One Common Action?

Sep 18, 2013

I'm working on a drawing and I want an action to work on two diffrent dynamic blocks. 

In my case, I wish to have two blocks that I can rotate by one rotation grip.

How do I manage to work this out?

View 1 Replies View Related

AutoCAD 2013 :: Dynamic Block In Action Doesn't Reflect Test Block

Jan 24, 2013

I am in the process of fixing one of our dynamic blocks. It's a fairly simple fix where there was a typo in one of the names of our items in the lookup that needed to be fixed.

I changed the name of the item in the lookup table. I went and did the test block and it seemed to work fine, but when I bring the block into a drawing, it reverts back to the old lookup as if I did nothing at all.

I made sure that the path was correct and I even just dragged and dropped straight from Windows Explorer to no avail.Does AutoCAD keep referring to the old block? Did I forget to change something else?

View 3 Replies View Related

AutoCad 2D :: Dynamic Block Constraints And Block Table Action

Nov 23, 2011

My boss gave me a copy of Autocad 2012. I've messed around with architecture 2010 before so the ribbons are no surprise. One thing I have noticed that's really different is the dynamic block constraints & block table actionblock properties table? I looks very similar to the lookup property table

View 0 Replies View Related

AutoCAD .NET :: Explode Dynamic Block With Stretch Action

Dec 4, 2013

In my Project I build a static Block by inserting dynamic blocks from a template dwg and then explode them.

Actually I create a new Data Base, insert the blocks from my template, set the according Dynamic Properties, Explode the Block in the temp DB and then wblockclone the resulting Objects in my destination BlockTableRecord.

This works fine, but:

in my source dyn. block there is an associative surface defined by a Polyline(Rectangle) , attached a stretch action to change the size. I can set the Width parameter, after the Explode the polyline itself is updated, but the planar surface is not... so if I explode this block I get a well stretched Polyline and the "base" surface.

Manipulating the dynamic Block works fine... If I have stretched 3D-Meshes, they are ok as well. It seems to be something with the planar surface object.
 
Dim objs As New DBObjectCollection idsToImport.Clear() If Helpers.Registry.GetValueFromRegistry("ExplodeSubs").ToString = "1" Then ' debug switch bref.Explode(objs) 'the dyn BlockRef in the external (temp) Database bref.Erase(True) For Each [code].......

View 2 Replies View Related

AutoCad 2D :: Rotate Parameter And Action To A Dynamic Block

Sep 17, 2013

I am attaching a rotate parameter and action to a dynamic block.

I get the "Specify base point" bit okay but I can't figure out what "Specify radius of parameter" does.

Do I have to include or exclude other parameters like Flip or Stretch? I get some weird results when I rotate an object with other parameters.

Is it possible to place the Grip in a specific place? It always seems to like to sit on top of another parameter name.

View 9 Replies View Related

AutoCAD 2010 :: Creating Dynamic Block With Scale Action

Apr 17, 2013

I am attaching my dynamic block that I am having difficulty finalizing. My goal is to be able to stretch or resize the hvac block, based on the size that is provided to me (ala 24x24, 36x36, 48x72, etc) (Stretch Action), I have that figured out, and I have the symbol in the center that stays centered as the block size changes, (Move Action).

Here is my problem, I want the symbol in the center to stay centered and scale based on a ratio as the overall size gets larger. So for example: if my size is a 24"x24" I want the symbol in the center to be approx 12" dia, but if the size gets up to say 60"x60" I want it to scale accordingly (so it could be like 48" dia), specifically maintaining the size based on the x axis, so if the it gets to a 60x72", I'd like it to still be centered but size according to the 60 width, and not stretch and look awkward. I want the center symbol to scale and stay centered in the rectangle as I scale the size.

View 7 Replies View Related

AutoCad 2D :: Not Displaying Length With Stretch Action In Dynamic Block

Aug 25, 2011

I use dynamic blocks a lot of the time and most of them have a stretch action in them. What used to happen would be that whenever I clicked on the block I wanted to adjust and then clicked on the stretch action, it would show the distance from the base point and I was able to type in the new length of the object I was stretching. But now whenever I click on the stretch action, it shows that the current length is 0 and it is asking for the distance from the current point, not the base point. How can I change it so that it is always just the distance from the base point?

View 7 Replies View Related

AutoCad :: How To Create Dynamic Block With Array Action In X / Y Direction

Sep 30, 2013

How to create dynamic block with array action in both X and Y direction? And I have some conditions there like number in horizontal and number in vertical directions, but on exact distance (like 5 elements on 20 cm).

View 1 Replies View Related

AutoCad :: Dynamic Block Scale Action Not Working Properly

Apr 11, 2013

I have this simple dynamic block that is to change from 4" to 6" to 8" square. I have a linear parameter, 0 grips, and a Lookup function for 4, 6 or 8. It is supposed to scale about the midpoint (insertion point). I have tried both the Midpoint and Startpoint settings for Base Location but it always seems to scale from the far left of the Linear Parameter.

using 2012 LT

View 2 Replies View Related

AutoCad :: Geology Dynamic Block / Visibility And Lookup Action?

Feb 14, 2013

I made dynamic block with hatch and strech action and I have a poblem, when I press lookup action 0.5m it strech and i need to text value the same 0.5m. I attached dwg file where i do that.

View 0 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Dynamic Block - Accessing Action Parameters

Jun 3, 2013

I have a new project coming up where I need to write some simple programs to access the dynamic action parameters in some existing dynamic blocks.I have viewed what I could find on AU, but I still ave not found anything relating in-depth to dynamic blocks. 

Any good Tutorials, Articles, or White Papers, on  working with dynamic blocks with autolisp/ vlisp?  The main function is to access a parameter and change it by entering a numeric value, updating the block. say from a linear/polar stretch, or a linear/ polar move.

View 4 Replies View Related

AutoCad :: Edit Dynamic Block In-place

Oct 25, 2011

I use refedit quite a bit to edit blocks in-place, but can't find a way to do this with dynamic blocks without breaking the link to the original definition and creating a new block definition.

Is there a setting I can change, or another way to edit a dynamic block in-place?

View 6 Replies View Related

AutoCAD Dynamic Blocks :: Cannot Edit Block - Numeric Overflow

Apr 5, 2012

In attachment is a file created in AutoCAD 2010. This file contains a block in the block editor that I can no longer edit the command in the message "Numeric overflow".

View 3 Replies View Related

AutoCAD Dynamic Blocks :: Edit Text Without Using Block Editor

Oct 23, 2013

I just learn about dynamic block. How to edit text inside dynamic block without using block editor. I want directly edit text inside.

View 1 Replies View Related

AutoCAD Dynamic Blocks :: Manipulate Column Offset Of Array Action With Stretch Action

Jan 28, 2011

Sure wish you could manipulate the Column Offset of an Array Action with a Stretch Action.

CSHADEDESIGN|AUTOCAD LT|LT-KB|DYNAMIC BLOCKS

View 2 Replies View Related

AutoCAD Dynamic Blocks :: How To Save Dynamic Block Using Save Block Icon

Sep 20, 2013

1. What is the easiest way to find points that are not constrained? I get a notice that the block is not fully constrained and its a nightmare going through all the lines trying to find where I need to apply a constarinet.( I can't wait to get off ACAD and back to Inventor.)

2. When I try to save a dynamic block using the Save Block icon under Open/Save, if the dynamic block is not fully constrained, and I click save, when I reopen the block to edit all of my constraints are gone, this has happened twice. Now I just exit by Xing out and saving changes.

View 2 Replies View Related

AutoCAD Dynamic Blocks :: Moving Properties Table Grip In Dynamic Block

Jun 13, 2013

I have a dynamic block, that represents a stirrup.

I inserted in the block a Block Propreties Table, that have some preset dimensions for the stirrups. The grip of this table I decided to put in the top right corner.

The problem is that I can't make this grip moveable )

See the attachement with the block

View 1 Replies View Related

AutoCAD Dynamic Blocks :: Flipping Dynamic Block With Multiple Items Not Visible

Jul 25, 2012

new to dynamic blocks but looking to streamline my wiring diagrams here and have created a block that shows the typical wire styles we use in a simple easy way.  I now want to add an overall flip to the entire block and have not been able to find set this.  I would prefer to use the same label and go from there.  I have included the block to show what I mean.  It is only working on the single visible item at the one time.  I know this has to be possible just let me know what I am doing wrong.  I am running AutoCad LT 2013 

View 3 Replies View Related

AutoCAD Dynamic Blocks :: Create A Dynamic Block For Glass Panel In Balustrade

Feb 28, 2012

I need to create a dynamic block for a "Glass Panel" in a balustrade. I need to be able to insert it, in one corner and stretch it in another corner, to suit the staircase angle.

I've created the block, but it isn't working correctly. I've attached a drawing, with the left hand drawing a sketch of how it needs to be. The right  hand drawing is my dynamic block attempt. As can be seen, when the block is stretched between the 2 points, it doesn't follow the angle of the staircase correctly (Very slight run off)

View 9 Replies View Related

AutoCAD Dynamic Blocks :: Insertion Point Of Attribute Changing Within Dynamic Block

Nov 21, 2011

I wish to create a dynamic block containing some attributes. These attributes are inside rectangles that can't be modified in length using linear parameters ; but the attribute has to be always in the middle of the rectangle. So, I draw a line inside the rectangle (in a hidden layer) and insert the attribute with center justification (not sure for the translation) that I place in the middle of this line ; then I put a coincidence constraint (not sure for the translation, but it's the first one) linking the middle of the line with the middle of the attribute.

But here's the problem : when stretching my rectangle, the insertion point of the attribute suddenly changes from "center" to "bottom left".

View 2 Replies View Related

AutoCAD Dynamic Blocks :: Pass Attribute Values To Dynamic Block Parameters?

Dec 4, 2013

I am looking for a way to use the ATTIN/ATTOUT workflow to bring in data from an excel spreadsheet to drive the size of each of my block's instances. The block will be simple, a rectangle, with width and length parameters. For each entity in my excel/csv file these parameter values are spelled out. I know how to display these parameters in my attributes, but I don't know how, if I were to feed in these values, to drive the geometry. If there's a better way to take a list of width and length values to generate a series of blocks each with a rectangle containing its respective size.

View 1 Replies View Related

AutoCAD Dynamic Blocks :: How To Disable The Dialog Box Shown When Open A Dynamic Block

Nov 7, 2011

I need to do some repetitive task on a lot of dynamic blocks, unfortunately, when I open each file, AutoCAD keeps asking if I want to open it with the block editor.

Is there a way to disable that dialog and open the files as normal dwgs?

A hint: BLOCKEDITLOCK doesn't make it, it shows another dialog...

View 4 Replies View Related

AutoCAD Dynamic Blocks :: Make Dynamic Block Of Column Radiator

Mar 26, 2012

I'm trying to make a dynamic block of a column radiator.

It should be very simple. It's a 46mm wide module that comes in a range of heights (300, 500, 600, & 750mm) and a range of assembly widths (9, 13, 18, 22 & 27 modules wide - more commonly given as mm widths of 414, 598, 828, 1012 & 1242 respectively).

My attempt at constructing it has gone quite well, but when 'stretching' the block a ghost of the core 414 (w) x 300 (h) unit remains. I attach the block to give you a better idea of what I mean.

View 4 Replies View Related

AutoCad :: Insert Dynamic Block From File With Multiple Dynamic Blocks

Jul 16, 2010

I have a drawing ("SURUBURI.dwg") with several dynamic blocks ("M12", "M16", "M18" ... an so on...). I want to insert in my current drawing, one of the blocks from SURUBURI.dwg, for instance the block named "M12".

For that i tried creating a new command "INSERT_M12" that has the following script :

^C^C-INSERT; "I:/Ionut Mihaila/Goodies/SURUBURI.dwg/M12"

Now obvious that doesn't work, but i think it shows clearly what i want to accomplish. So is there an other way to do this?

View 9 Replies View Related

AutoCAD Dynamic Blocks :: Stretch Dynamic Block Grip Points

Feb 4, 2011

I have successfully created a dynamic block. I can insert it into AutoCAD, and it behaves like I want, except for one thing.

I can select the block and change it by taking a grippoint and place it at another position. So my block is e.q. stretched, just like I wanted.

But then. When I want to use the ordinary STRETCH command of AutoCAD, I can only stretch the insertion point of the block, but not the grippoints. Is there a way to set a grippoint to be select edable by commands like STRETCH.

View 9 Replies View Related

AutoCAD Dynamic Blocks :: How To Create WAVE Dynamic Block

Mar 1, 2013

I would like to create a "wave" dynamic block, see below...

It is made from wipeout.

Is it chance to make a similar?

If I make a list for the length (from 125 to 350), after can I make a table /list /summary where these size are shown?

View 9 Replies View Related

AutoCAD Dynamic Blocks :: Scaling Objects In Dynamic Block

Jun 27, 2013

Why the drawing title in my dynamic block will not scale up or down. The rest of the objects scale properly but just this the drawing title text attribute will not follow suit.

I tried adding position point and link, etc....I run out options and don't know how to fix this.

LT 2012 user

AutoCAD LT 2012
Windows 7 - 64 bit

View 3 Replies View Related

AutoCAD Dynamic Blocks :: Grip Point Dynamic Block

Nov 15, 2012

I have a dynamic block with several actions and parameters. There are three grip points. Two are visible. One appears when you move one of the other grips. If i insert or paste this block near my template, the X/Y basepoint stays near the template when i drag the block on the template with one of the other two grips.. When i print the drawing the basepoint stays visible and the scale on my printed drawing is not correct (smaller).

View 9 Replies View Related

AutoCAD Dynamic Blocks :: How To Keep An Object Centered On A Dynamic Block

May 29, 2013

I am creating a dynamic block of a conveyor belt it has a set number of widths and needs to be stretchable in length, which I have managed to do. The motor is placed half way down the length of the conveyor and needs to stay centered

I know I need to use the move command and put in a factor of 0.5 somewhere, but I can't remember how to do it.

View 6 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved