AutoCAD 2010 :: Inconsistent Insertion Of Blocks
Mar 29, 2012
I have several script commands that insert items such as title blocks (xrefs) and page boundaries (blocks). The base point and INSBASE for all files are set to 0,0,0. However the blocks will occassionally come in at different positions. In some cases I can repeat the command multiple times and each time the same block will inset at a different position in the same drawing even though the insert point is set to 0,0,0.
Autocad LT 2012
View 5 Replies
ADVERTISEMENT
Dec 5, 2013
I have a block that contains attributes. When I select the block, you can see all the nodes/insert points from the attributes within the text. I was wondering if there is anyway to have the block only show the insertion point of the block and not the attributes? The attached image shows what I am talking about.
View 4 Replies
View Related
Mar 26, 2012
Trying to set a Phantom line as the property line and also use dashed lines (ACAD_ISO03w100)
I can mess with the ltscale and make it so one or the other reads properly, but never both. The Phantom displays correctly at ltscale: 1, the dashed lines display when ltscale is .1 they are on different layers
View 8 Replies
View Related
May 7, 2012
I working with a LISP program which creates some assembly drawings on the fly. For certain parts of the drawing I INSERT other dwg files which of course become blocks. Once in the drawing the users are sometimes wanting to edit the drawings where the blocks are, which makes an explodeable block necessary. But since the drawings are not actually blocks until they are imported this is not an easy thing to resolve. The other thing to keep in mind is that this drawing process is completely automated. The user does not get a chance to interface with it until the drawing is complete. So asking the user to do something as the drawing is being created will not work.
View 4 Replies
View Related
May 29, 2013
Is there a system variable that controls being able to view a block during insertion? Currently I cannot see the block I am trying to insert on the cursor to see where I will be inserting it.
View 5 Replies
View Related
Mar 20, 2013
I want to union all the members in a complex roof truss structure so I can 3D print the model (picture attached). It seems intermittent in which elements will union and which wont. Revisiting the elements they sometimes then union. Sometimes there is no error message while sometimes 'Inconsistent Edge Face Relationship'
View 9 Replies
View Related
Jul 30, 2011
I have a simple block, I would like to do the following:
Type: Insert
Specify: Block Name
Click spot with cursor to have the block placed
Rotate the block for orientation
I know that if I use the Tool Pallets I can specify rotate on insert, but do not always want to use the Pallete. I also know I can assign a rotation parameter to the block so I can grip and rotate after insertion. Is there an easier way?
View 4 Replies
View Related
Aug 11, 2005
Currently, I have the base or insertion point of some of my blocks in an undesirable spot and I would like to move it. When I insert a drawing or block I have difficulty in placement due to a poor choice in the drawing or block I am trying to insert.
View 6 Replies
View Related
Jan 11, 2012
I created a dynamic block with a polar stretch. I insert the block, then have to select the grip to rotate/stretch it. Can it be inserted and then rotated/stretched all in one action? The insertion point is at one of the line and the polar stretch grip is at the other end.
View 3 Replies
View Related
Dec 12, 2011
So a file sent to us was created in AutoCAD Map 2007 and we run AutoCAD MEP 2012 (and some on 2011). A Device ID Block was inserted in the Map program at 1:40 Annotative scale and was fine in their software, but when we load the files the attributes are enlarged to 40x their intended size. There are over 1,000 of these block in the plans and I've run out of solutions. I tried overwriting the block and it failed, and I also tried copying the oversized blocks into a file with the block predefined and that failed as well. At this point I am convinced I need to find or write a lisp for the repeated actions. I am crunching on the process for writing the lisp as I have written macros and VBA Functions for excel and understand the basic principles.
View 1 Replies
View Related
Apr 23, 2013
I have a block I am making into a Dynamic Block. I will be adding in different visibility states. Depending on the visibility state the block would need to be inserted from a different point.
My question is, is it possible to add multiple insertion points to a dynamic block so depending on the visibility state it defaults to the correct insertion point?
View 2 Replies
View Related
Jan 14, 2013
would like to set a base point during insertion of one block.When not insert by AutoLISP, just type "b" to be able to change the base point.
But when I'm using an AutoLISP that inserts a block, it does not work, it interrupts the sequence of routine.
Lisp:
(defun c:carrobox()(setq #clayer (getvar "clayer")) (if (= unidades nil)(setq unidades "cm")).....
View 3 Replies
View Related
Jun 18, 2013
Where can I find the command to globally scale blocks by selecting them and it scales each block around its insertion point.
View 3 Replies
View Related
Nov 27, 2012
is there any way that Autocad can have multiple items placed on the clipboard for insertion use like the Microsoft Office Word programme has (up to 24 inputs). This would be a good feature to allow going to one file, copying what you need and then switching to your current drawing file and placing them as needed
View 6 Replies
View Related
Jun 16, 2011
how (if) I can set up my dynamic blocks so that I can set the parameter values as I insert the block, rather than with the grips afterwards?
To take a simple example; I have a block consisting of a rectangle, with 2 linear stretch parameters - length, width. Can I set it up so that when I insert the block, it asks for the length and breadth,just as it would for attributes.
View 4 Replies
View Related
Jul 24, 2012
I re-opened a drawing this morning and found some text to be different height from the rest. When I attempted to adjust all of the heights to be the same using the properties method, they all became bigger. Instead of all of them going to 6", the 5" text went to 6" and the 6" text went to 7-3/16". So, I checked the formatting size and the properties size and they did not match. See PDF.
deleting the larger inconsistent text?
View 2 Replies
View Related
Feb 20, 2012
I create a block where coordinate 0,0 is my base/insertion point (which is established in an orientation that is to the lower-left of my blocks line work). In a new drawing I insert that block and specify coordinate 0,0 as my insert point. Instead of my insertion point being in the lower left it is in the upper right. I run into this in new version and old version drawings.
View 2 Replies
View Related
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
Sep 5, 2013
When I either attach or overlay my Xrefs they always appear dark in my drawing; is this normal? If I open the file (that I am xreferencing in) it is very clear.
View 3 Replies
View Related
Jan 19, 2012
We are having an issue while inserting blocks from the tool palette. Inserting a block from the tool palette takes about 5 seconds per block. Pick a block, wait 5 seconds, pick insertion point. Last week it took maybe 1 second. It doesn't sound like much, but we use alot of blocks everyday, and waiting 5 seconds everytime gets annoying. Especially when it used to be almost instantanious. We also have our blocks in our template. The template is on the server. If you type insert, and insert the block that way, it loads fast, like it used to using the tool palette.
Most of the blocks are simple text or shapes. None are dynamic. We also have some hatches in there, that are unaffected by the delay. They insert quickly.
Another thing has changed. The time it takes to change to a different tab on the palette has grown. A tab with about 10 blocks used to take about 6 seconds to load, now takes a good 30 seconds. And a tab with about 30 blocks that used to take about 12 seconds, now takes about a minute and a half! Once the tool palette and each tab has been opened for the first time, say first thing in the morning when cad is first opened, the delay is gone. They switch betweeen tabs with no delays.
The only thing that I know of that has changed that coincides with this is last week we made a few changes to the template. We removed a few sheets that we no longer use. Could this have done something? The blocks are still in the template. We have 3 pc's that are affected in the same way, at the same time.
I've tried a few things to remedy this. I am by no means a cad guru. I created a .dwg with all the blocks in it. Made another tab on the tool palette using the blocks from the .dwg. Still the same delay. I tried creating a new palette using the design center and the blocks .dwg I made, but cad locks up on me and I have to restart cad. I tried that twice, same result.
We are running AutoCAD Civil 3D 2010 on Vista Business 64bit.
View 5 Replies
View Related
May 16, 2013
My boss gave me a drawing to make some changes on a particular block; however, every time I try to insert the block, it always insert the block in Paper Space even though I'm in Model Space.
Is there any way to change that insertion point? I want to insert the block in Model not in PS...
View 4 Replies
View Related
Nov 28, 2011
AutoCad 2012 SP1 / Windows 7 64 bit
Sometimes I have MLeader text without Mleaders (ie, I remove the leader arm using MLEADEREDIT). Then when I go to edit this 'floating note', the base point moves:
In this screenshot, I've just finished editing the text. Note that I added in the diagonal line at the current insertion point of the Mleader text (top right):
Then, after I click outside the Mleader box, the text moves:
THis happens only with right-aligned MLeaders, and keeps happening, ie if I edit this text again and close it again, it will move again.
View 4 Replies
View Related
Jun 16, 2011
I have several existing block definitions and need to change the insertion point. Also, when creating a new block in the Block Editor, how do I define the insertion point?
View 9 Replies
View Related
Oct 23, 2013
I have written this code to check the name of the layouts and determine if the are to our company standard or not and if they are close enough to determine what they should be rename them. I create a drawing with severl differant layout names to test the code but I am getting inconsistent results. The drawing I created has 9 layouts named M2_03, M2_04, m3_01, m3_02, tm01_25, tm2.05, tm2.06a, TM2_01, and TM2_02A. It seems to be crashing on the tm2.06a but I can not figure out why.
Public Class StandFix <Autodesk.AutoCAD.Runtime.CommandMethod("StandFix")> _ Public Sub StandardFixer() Dim ErrString As String = "" ErrString = ErrString & StandardizeLayoutNames() MsgBox(ErrString, MsgBoxStyle.OkOnly, "Non-Standard Entities Found") End Sub
[Code] ....
why sometimes it work and checks all the layouts, but most of the time it only does some of the layouts.
View 3 Replies
View Related
Oct 21, 2013
I have noticed in the past that in x-refs the layer colors can be inconsistent but never really thought about it. But I have just started looking into it, I created 2 simple drawings with a layer called 'one' and in each drawing gave the layer a different color value. In each drawing there is a rectangle on that layer, and then the first drawing is x-ref'd into the second. OK no problems so far. If you now go back into the first drawing and change the layer color, and save the drawing, the second drawing lets you know that a reference has changed and needs updating, but the color doesn't change, and if I then add new geometry into the first drawing and update the x-ref in the second drawing it shows up as the original color of the layer.
I haven't checked yet if any other properties behave in the same way, but I am just trying a color coding system for checking when items have been updated, and this throws a spanner in the works, how to update the properties, or is it possibly a system variable.
View 3 Replies
View Related
Nov 5, 2013
What I have is a highway that is being twinned, however the divided lanes are not consistantly the same distance away (or the same width of roadtop). I would like to keep the number of alignments to a minimum. Both lanes would be based off the same vertical profile. So I would like to have a single assembly that could adjust the median width in the center, and the lane width. Targetting the horizontal layout you can see in the attached screenshot. (this is not all of the job of course)
Is this a feasible task for the targetting assemblys? Would be a fairly standard 4:1 side slopes, adjustable ditch bottom width, 2% crowned road otherwise.
View 4 Replies
View Related
Sep 7, 2013
I have a dwg with as many as 150 of the same block inserted. What command will give me a count of those blocks?
View 3 Replies
View Related
Mar 20, 2012
I'm working on creating some blocks for our office. Basically it is a simple block with a few lines that remain and then a couple attributes you can click on and change. I have added the attribute and all is working well.
My only issue is I would like to make the text in the attributes to be bold. For some reason I can't see to do this. Is it not possible.
Basically I want to try and get some of the attributes to stand out more than others. I tried changing the color and the lineweight of the attibute (which worked the color is different) but when it prints it doesn't change at all.
View 2 Replies
View Related
Aug 15, 2012
How do you add blocks from another file? Also can a block span multiple layers? How do you change the layer of a block?
View 1 Replies
View Related
Jan 26, 2012
I have received a drawing from another company that has blocks. When I try to rotate the blocks to an angle through the properties dialog box or by entering an angle at the command line, I am not able to. The value is always set to "E". I can rotate it graphically by placing points on the screen, just not through a key in. It seems like there is a lock on it.
View 3 Replies
View Related
Apr 11, 2012
I have some unnecessary blocks in the drawing with $ sign . How can i purge them.
View 2 Replies
View Related