AutoCAD LT :: Create Block Array Based On Prompt
Jun 14, 2012
My vision is when someone inserts "block A", a promt will come up and ask "how many of "block A" do you need?" Based on how many you need, it will insert the block along with the arrayed amount the user has typed in.
View 1 Replies
ADVERTISEMENT
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
Apr 5, 2013
Create a routine that looks for a block based on a portion of that block name, using a specified path or search path.
For example, block to search for is BLOCKABC123, so if someone inputs ABC or 123 as a block name, it will locate that block within that folder and inserts it into the drawing at a user specified location.
Ideally, if there is a check in that if it finds more than one match, then perhaps it flags or prompts you to choose 1, 2, or 3 option which block to use. But I can live without this special function if it requires too much time to code.
View 8 Replies
View Related
Mar 18, 2011
I have created a block attribute, but I want to be able to set it up so when I insert the block into my drawing, it does not prompt me to input a number in the Edit Attributes box.
View 5 Replies
View Related
Oct 4, 2011
I'm running AutoCAD LT 2011. As a test for myself when i first started using the program I created a block in which i have a rectangle and a linear stretch pair parameter attached to it, and a field attribute referencing the distance that the stretch parameter is stretched out to.
I'd like to know if its possible to set up a prompt when inserting the block into a drawing that allows me to type the desired distance of the stretch parameter and have the rectangle stretch to the entered distance as its inserted.
I'm trying to automate the process of simply inserting the block and then dragging the grips of the parameter out or updating the distance via the properties panel.
View 5 Replies
View Related
Sep 20, 2012
I'm further developing our template and would lke to know how much trouble it would be (if any) to be prompted for several block attributes upon a new file being created (QNEW). The information in these blocks is found throughout the .dwg file and I'd like to reduce the amount of time going through each instance to modify (something that should have been done a long time ago).
Civil 3D 2012
Windows 7 Enterprise SP1
Dell Precision T3400
(Q9550 @ 2.83 GHz)
8GB RAM
Nvidia Quadro GTX 650 Ti BOOST
View 9 Replies
View Related
Dec 18, 2013
How do I prevent "Edit Attribute" pop up prompt for entering text for an attribute in a block? I just want the same attribute text each time I insert the block, I don't want the "Edit Attribute" popup window to re-enter the same text every single time.
I do want the attribute text so mirror won't reverse it (I just want permanent attribute text).
First I delete the old regular text.Second I give the block an Attribute Definition Tag and enter the text I want in the Tag blank. Third I center where I want the text. Forth I save the block.
When I finally insert the block I get the "Edit Attribute" pop up to renter what I want it to say. Like I said earlier, I don't want this pop up, I just want to enter the text once and that's it. Also if I enter nothing in the "Edit Attribute" pop up, then no text will show on the block.
View 3 Replies
View Related
Jul 31, 2012
I am trying to come up with an easy way to input information for basic objects that we need for sales drawings. Is there a way to create a prompt(length, width, Diameter etc.) so when you open the .ipt it pops up? Anything a little more organized than the parameters box? I've done an excel sheet in the past for certain things, but didn't want to carry and excel sheet over for this option.
Inv 2011
Windows 7
Inventor 2011
Intel Core 2 Duo 2.93GHz
8GB RAM
Windows 7 Pro
View 6 Replies
View Related
May 8, 2013
I have a lisp routine that I would like to add to. Right now when running the macro the user is not prompted to "Pick Point On Line" in this example
(command "insert" blk "s" var1 pause pause))
I have added the line
(setq pt1 (entsel "Pick Point On Line "))
(command "insert" blk pt1 "s" var1 pause pause))
but the command doesn't seem to like my PT1 value
BLK and VAR1 are set in another lisp routine.
View 9 Replies
View Related
Mar 13, 2012
I've been going through some examples on [URL] to create polylines and i've managed to make some code run. One thing that I can't seem to find information on though, is how to use the default AutoCAD command line options in my code. For instance, I would like to be able to prompt the user whether they would like to snap the polyline to an insertion point, everytime they create a new verticie.
Below is some example code from the site that i'm working from:
namespace MyPlineApp
{
public class MyPlineCmds
[Code].....
View 6 Replies
View Related
Nov 20, 2013
I wish to control an array within a block (see jpg). Basically, I have a series of circles which I want to fix to Distance1. I want to control the distance between the circles with an expression called 'centers' (say 80mm). When I change the length of Distance1 in the Properties-tablet to say 600-mm, I want the array to follow the dimension.
When I select the array, the fx button next to the column distance on the array-tablet is greyed out. If I were using Revit, I would apply a dimension and give it a label which I would manipulate in the identity-table. What should I do in AutoCAD to achieve the same result?
View 1 Replies
View Related
Apr 21, 2011
I have a dynamic block (attached) for our single line schematics. It works great, but there's a piece missing. The text in the file (In / Out) I would like to have insert with the block, but it needs to be editable, so it can't really be PART of the block... if that makes sense.
If at all possible, I'd like to have the text array down when you stretch the block...
View 9 Replies
View Related
Feb 3, 2012
In the attached dwg, I have a dynamic block "Platform" which is used several times. I have an adjustable length, with the array set to repeat the toggles (end view of 2x4) every 2', not including the last 6". That works perfectly, except one thing. "Distance1" is the distance of the parameter, because this was the only way that I found to stop the array from showing up within 6" of the last toggle. When I insert "Platform," and click the arrow to stretch it, I can type in the distance desired minus 6", and I'll get the correct length of platform. However, I'd like to be able to type in the actual length, and have the array work appropriately (the same way it does now).
Then, I'd like to create a custom toolbar that has a button to click which will insert this platform and ask me what the length of the platform should be (the entire distance). After specifying an insertion point, the block will insert at the correct length, with the appropriate toggles.
Here's what I'd like to do with it: using datalink, I'd like to count the following: how many copies of each length of platform is in the drawing, with toggle count and length of platform specified. I have already figured out the datalink to get the value of "Distance1", it's only the issue with the toggle count that I'm trying to figure out.
View 0 Replies
View Related
Sep 22, 2013
Is there any way to fill inn attributes on individual blocks belonging to an associative path array?
View 7 Replies
View Related
Feb 28, 2012
I'm attempting to use Excel to take data from a drawing and give me purchase and cut lists.
I have successfully pulled the overall measurement from my dwg, and inserted it into a workbook. What I'd like to do now is to have a count of how many times the array function went into effect. For example, attached is a file containing a block called platform. When stretched, it inserts toggles every 2'. When I export the information from my dwg, I'd like for the program to not only extract the length, but how many toggles were inserted for each platform.
View 1 Replies
View Related
Mar 7, 2013
Im a user of Autocad 2012 but in the new array command of autocad 2012 , when a block is arrayed the entire array acts as one unit and all the objects in it move together . This can be changed by exploding the arrayed objects and i can move the objects individually but when this is done my block properties are lost...Auto cad renames this block and no longer identifies as my old block.
How can i retain my block properties whilst using the array command in autocad 2012!
View 1 Replies
View Related
Dec 6, 2007
i'm trying to do a polar stretch and array for rigid insulation. RIGID2.dwg is my best option. but as you can see in the jpg, the first line should have arrayed already, because the gap is over 2". i tried to follow the instruction someone used for the clothes hangers URL.... and it resulted in RIGID.dwg, with the lines rotating off the main line.
View 9 Replies
View Related
Mar 16, 2012
How to array an object with the ARRAYPATH using a polygon as path? I am getting bizarre results.
I am trying to array a block using a polygon as path.
View 7 Replies
View Related
Oct 16, 2011
Am I missing something or is there no way to control array action spacing with formulas or user parameters?
View 3 Replies
View Related
Jan 23, 2014
I'm trying to create a dynamic block for a schedule to satisfy an engineer's request. The intent is to insert this block with the text for the schedule, then array the rows for as many fixture type as we may need. Then copy the text down and edit as needed.
I've got the array set up, but when I drag the array, the first array increment shows up, but the row of the schedule does not. It is not until partway through the second increment that the row shows up, but it appears with a gap between the first and second row, so something is wrong with the offset or origin... I'm not sure.
On another post, distance needing to be set in the Array Action Properties and not just under the parameter. I don't understand where this is.
View 2 Replies
View Related
Dec 4, 2013
I'm trying to create a Dynamic Block of an 3/4" x 3/4" aluminium angle with holes:
Depending on the length the number of holes will vary.
The distance between each holes need to be somewhere between 8" and a maximum of 12".
The holes must be centered and start from 1 1/2" up to 2" from each ends.
Each distance must be not more precise then 1/16" (no rounded off dimensions)
I'd like to simply drag the handle of the linear parameters (No lookup or visibility for 2 hole, 3 holes, 4 holes etc.)
View 9 Replies
View Related
Jul 31, 2012
I need this block to do the following:
1. Move the right piece so it ends at 3', 4', & 5'.
2. the move right hook and 'backing' to stretch/copy (or array) so it adds a hook to the right and fills in the backing.
so this means that a 3' gets 4 hooks, 4' gets 5 hooks and 5' gets 6 hooks.
3. the block as shown is the smallest configuration with 3 hooks.
I could just set up a visibility and draw each one at it's appropriate length but I'm trying to keep this simple block to a min size. If all else fails, that's the route I'll take.
I've tried a couple different configurations and I keep getting duplicates or the end piece doesn't move the correct distance.
View 3 Replies
View Related
Nov 27, 2013
I have a block that when I extend it, a new 10' section is added. It will only add the 10' piece (array). What I am looking to do is find a way so that once I hit a total distance have it switch the part that it adds. So I have like a rail, I keep adding these 10' pieces and then once it hits 40' I want it to add the end piece which is different.
View 1 Replies
View Related
Dec 19, 2013
I've made this block . when i rotate the vertical line I need to add lines every 15° as you see in the image, i've seen that polar array is not possible in the dynamic blocks.
View 8 Replies
View Related
Feb 24, 2011
I am working on a set of drawings that include attributes that are numerically sheet specific (page numbers and the like)
I saw a previous post that allows tabs to display block info, but is there a way to get blocks to refer to tab info?
Essentially, I am trying to label match lines from page to page. Being able to have these labels refer to the numeric value of the layout tab, tab previous, and/or tab after would be extremely useful and time saving.
View 2 Replies
View Related
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
Jul 11, 2012
how to control the draw order of objects created within an array in a dynamic block?
I have a wipeout, which works fine on the array source, but when the array produces babies, it places them infront of everything (which is only logical), making the wipeout useless.
Can I set array babies to have the same draw order as their parent?
(AutoCADLT 2013)
View 1 Replies
View Related
Dec 11, 2013
I am trying to find the best way to accomplish the task of populating an auditorium section with chairs. So far, I have created the arc path of the section and then offset each row the specified distance. From there I place a copy of the chair at one end of every path and then use the PATH Array tool in AutoCAD LT 2013. While this works, it doesn't seem to be very efficient (can actually be a royal pain, if changes are required) and was wondering if there is a better way to accomplish this goal?
What I would like to do is to use the POLAR Array tool and just work from the first row. That way, I could maintain all the necessary associativity and edit the array as a whole. However, this tool doesn't appear to offer the option of changing the quantities on successive rows, which led me to the above approach.
How I could use the tools differently, or has an exchange app that will accomplish what I am looking to do.
View 4 Replies
View Related
Mar 21, 2013
As I am creating drawings for parts/assemblies, I have to fill out the customers name and the job number which I currently do on every drawing I create by right clicking on the Drawing name in the tree, going to iProperties, and then filling out the fields I need.
I have to do this for every sheet. Sometimes over 100 sheets per job.
Is there a way, within the project file maybe, to have these fields be already filled in with the customers name and job number?
Every new project file I make is a new customer. So I'm wondering if there is someway to tweak the project file.
View 2 Replies
View Related
Jul 23, 2012
Can autocad automatically create a sequentially numbered array. I do concert seating and am looking to create an array of seats and have them be numbered automatically as I create the array.
View 4 Replies
View Related
Sep 25, 2009
I've been trying to create a stair block that will automatically adjust the riser height to to suit the total vertical rise of the flight, but am having issues.
I drew two 'tread/riser' Plines, and constrained the daylights out of them. By stretching the grip for the 'Total Rise' constraint, the risers adjust nicely, while the treads remain at their desired 11" depth.
My problem is that when I try to create an array of the tread/riser, (using a linear parameter aligned with the slope of the stair) I can't get the 'column' width to change as the risers change height. Instead the value remains constant, and the arrayed copies don't connect with each other.
Any way either to fix this so that that the copies connect 'head-to-tail'?
View 9 Replies
View Related