AutoCad :: Setup In Dynamic Type Block That Would Allow To Select The Block

Jun 22, 2012

I have a series of logos that we use. I would like to have them setup in a dynamic type block that would allow us to select the block and choose from a pull down that logo to use.

I have see it done before just don't know how to replicate it.

As you scrolled through the choices as each one was highlighted it would display that one on the screen.

View 5 Replies


ADVERTISEMENT

AutoCAD Dynamic Blocks :: Creating Array Within Block That Is Setup With Constraint Parameters

Feb 6, 2013

I'm trying to create a window block with a grille.  I've created the block and the horizontal grilles.  What I'm having a hard time with is creating the vertical grilles.  I would like to set up an array that would take the glass width, divide by 12, round up the value to get the number of vertical sections.  Here's the code that I've figured out:

(W/(ceil(GW/12)))

W=Width

GW=Glass width

How do I set up an array with this formula?

View 2 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Select Dynamic Block By Its Name But It Does Not Work?

Sep 23, 2011

i am trying to select a dynamic block by its name but it does not work

(setq WW (ssget "x" (list (cons 2 "WET WELL"))))

View 8 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 2010 :: Dynamic Block Grips - Block Does Not Change When Insert In Another File

Oct 28, 2013

I have created a dynamic block with a stretch, flip and rotate.  Everything works great in its file.  When I insert it in another file, the grips move but the block does not change.

AutoCAD 2014

View 2 Replies View Related

AutoCAD 2013 :: New Block A Stretch Point Appears Even If Its Not A Dynamic Block

Dec 3, 2012

my problem is whenever i make a new block a stretch point appears even if its not a dynamic block . also its not a stretch point, because when i click on it, it just move the block , and it always appear on the coordinates 0,0 it cause me a problem when I insert the block , autocad use this point as a base point , and its very far from the real block .

View 1 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Insert Point At List Block And Dynamic Block

Apr 18, 2013

I am learning autolips and i found  a problem that i can´t solved.
 
(vl-load-com)(defun c:pmb ( / ss ent pt )(prompt "
selec block : ")(setq ss (ssget '((0 . "INSERT")))) (setq ent (ssname ss 0)), (setq pt (cdr (assoc 10 (entget ent)))) (command "point" pt))
 wich this code you select one block and insert one point at insert point´s block.

which this other code yo select all block and insert all  point.... but in one block
 
(vl-load-com) (defun c:pmb11 ( / sele cod bloque nbloque lista pt ) (prompt "
block: ") (setq sele (ssget ( List'(0 . "INSERT"))) Cod 0 )cod (1+ cod) (repeat (sslength sele) (setq bloque (ssname sele cod)) (setq pt (cdr (assoc 10 ( entget bloque)))) (command "punto" pt) );repeat ) 

View 4 Replies View Related

AutoCad :: Dynamic Piping Blocks - Inserting And Linking A Flange Block To Pipe Block?

May 21, 2013

I have created d/blocks for my different pipe sizes i.e one block with a dropdown to select the different sizes and have done the same for my flanges. now how do I link / insert the flange d/block to the piping block so that I can export the information into a material list later on.

View 1 Replies View Related

AutoCAD Dynamic Blocks :: Actions And Parameter Grips Obscure Drawing-block In Block Editor

Mar 28, 2011

My drawing- block is a little bit complicated, it contains few actions and parameters and everytime i open block editor to add, or to modify some action I can't see my drawing because actions grips and parameters grips obscure my drawing. I tried to refresh layout but it doesn't work.

please take a look on attached jpg.

View 1 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 Dynamic Blocks :: Various Block Properties Tables In One Block?

Jun 26, 2013

is it possible to define more than one block properties table in a DB?

I have a block definition with several attributes. I would like to pick a (predefined) value for each of the attribute. Making just one block properties table means that I need to fill all the possible combinations of these attributes.

View 5 Replies View Related

AutoCad :: Update Sub Block Entities / Attributes With Dynamic Block

Oct 31, 2013

I would like to change sub block from a visibility after setting it. Here an example of code to get the right visibility, I don't really know how to update a sub block by name or by handle(seems to change inside dynamic block).

Dim Block As AcadBlock
Dim BlockRef As AcadBlockReference
Dim DynEntBlock As AcadEntity
Dim DynObjRefH As IAcadBlockReference
[Code]........

View 9 Replies View Related

AutoCAD .NET :: Insert Dynamic Block And Position And Stretch The Block?

Apr 6, 2013

I am trying to insert a dynamic block and position and stretch the block, using the linear parameters, depending on values entered into a form.

I managed to create a form that would draw a series of boxes. And i managed to create a routine that would insert a block and size it depending on fixed values but i can't link the 2 together.

Win 7 Pro 64bit, Dell Precision M6500

View 8 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Select Dynamic Block Based On Previous Selected Point

Apr 9, 2012

For a program i am working for i have to extract the base point of a dynamic block.

This can be done perfectly by this function:

(cdr (assoc 10 (entget (car (entsel)))))

But i want the entity selected based on a previous slected point. So for example when i selected pt1 (which is a point at the border of the dynamic block) i want to be able to extract the base point on the block whit this point.

View 8 Replies View Related

AutoCAD .NET :: How To Use Block Properties Table Of Dynamic Block

Mar 7, 2013

It's about "Block Properties Table",I want to use a Block Properties Table to manage a Dynamic Block.

I  have defined a Dynamic Block a and its Block Properties Table in Autocad2010,this is the screenshot of the Block Properties Table(a1:d1=100,d2=200;a2:d1=100,d2=400;a3:d1=100,d2=600.) Now I want to insert the Dynamic Block using .NET API.after I input a command,the block of a2(d1=100,d2=400) is inserted. I have the code about it, but the code is not complete. this is the Dynamic Block

this is the  the screenshot of the Block Properties Table .

the result:

the code about it:

[CommandMethod("readBlockTable")]
static public void CmdReadBlockTable()
{
Editor ed = Application.DocumentManager.
MdiActiveDocument.Editor;
// select a block reference
[Code].......

View 8 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 :: Nest Annotative / Dynamic Block Inside Non-annotative Block?

Sep 23, 2011

I have attached the block for reference. Now that I have found the error of my way with the annotative cutline. I have a slab-on-grade block that needs to have annotative hatches; I also need the cutline to be annotative and dynamic so that as the drawing scale changes the scale of the cutline will be match and I can adjust the length of the extension lines. I have made the cutline a nested annotative and dynamic block within the slab-on-grade block. When I insert the block into my drawing the cutline is annotative and the dynamic grips show up but they do not work.

View 0 Replies View Related

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 :: 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 :: 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 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







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