AutoCad :: Block Won't Change In Drawing
Nov 1, 2012
I recently changed a block that i then re-saved to a different palette on my tool palette. i deleted the old block out of a current drawing and when i go to insert it i get the old block back and not the new one. if i open up another drawing and insert the block its the new one.
View 3 Replies
ADVERTISEMENT
Mar 7, 2012
I am trying to insert a block in the drawing sheet, that varies in size dynamically. Is there anyway for changing the size of the block.
View 9 Replies
View Related
Nov 13, 2013
I am currently working with fx parameters and iLogic to drive a model and it's corresponding drawing to change based on a single user parameter.
I have managed to get the drawing to update both the scale of the views I need and the size of the sheet with the change in parameter using the following rule:
IfParameter("EB75551.ipt.Rise")<1801Then
ActiveSheet.ChangeSize("A1", MoveBorderItems :=True)
ElseIfParameter("EB75551.ipt.Rise")>1800Then
ActiveSheet.ChangeSize("A2", MoveBorderItems :=True)
EndIf
However when i attempt to use this with the title block using the function:
ActiveSheet.TitleBlock="My Title Block"
in place of the sheet change size it brings up the error message:
Error in rule: Drawing Title Block, in document: Drawing
The parameter is incorrect. (Exception from HRESULT: 0x80070057 (E_INVALIDARG))
I have read elsewhere that this is due to me having prompted entries for the scale and drawn by fields, however when i use the function designed for prompted entries: ActiveSheet.SetTitleBlock("Other Title Block", "promptedEntry1", "promptedEntry2")
It fills in the prompted entry fields from the code and if i change these entries in the "edit field" option they are overwritten when it is updated.
Is there a way have the prompted entries when you open the drawing fill in the "promptedEntry1" field in the rule so that I can use the rule? Or am I going about it the wrong way?
I should point out i'm new to iLogic and no-one in my workplace can use it so each person changing the "promptedEntry1" field to the scale they wish isn't a wise move.
View 2 Replies
View Related
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
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
Oct 26, 2012
When the block is in a drawing and I click it, it takes me to block editor.
However if I go to it in block editor and test block it allows me to change the attributes.
Why does clicking the block go to block editor and not allow me to change its attributes as it does when I test block.
View 9 Replies
View Related
Aug 14, 2012
i have tons of column tags but wants to change the distance between column size and the circle and make the font smaller. I can do this individually but can't do one by one..... is there any way i can adjust all by one command or one magic touch?
View 3 Replies
View Related
Aug 31, 2012
select all blocks on certain layers in a drawing, check attribute CIRCUIT in each block if it starts with MS then attribute CONTROL = switched. I hope thats clear enough the way
(defun c:control()
(graphscr)
(Setq sc (ssget "X" '((0 . "INSERT")
[Code].....
View 1 Replies
View Related
Jul 25, 2012
I realize it may be a Civil3D question. When I change my drawing scale in the "Drawing Settings" dialog box to 1"=40', for example. The Annotative scale in the Properties Palette changes to 1"=40'_XREF.
View 2 Replies
View Related
Aug 4, 2009
is it possible to change a 'flat' drawing into an isometric type of drawing? I currently have an end view of an item that I need to draw in isometric, but it's fairly detailed with curves etc and will take a long time to draw again from scratch in isometric...
View 7 Replies
View Related
Jul 8, 2013
I have a spreadsheet and iLogic driven mater assy to generate different iterations.
I would like to change the scale of a base view on a drawing based on a parameter in my assembly. The idea is to get iLogic to change the view using a simple If / Else statement.
This is what I tried:
If Parameter("0 Generic Assembly v2.2.iam.BP") < 1570 Then
ActiveSheet.View("VIEW1").Scale = 1/8
Else
ActiveSheet.View("VIEW1").Scale = 1/10
EndIf
So basically the value of "BP" parameter (excel parameter in my assy) would drive the scale of the views. But its not working. Is it actually a sensible method? Can I use in the drawing environment the excel parameters in my assembly?
This is the error message I get when the rule is run:
"Error in rule: View Scale, in document: 0 Generic Assembly v2.2.idw
Unspecified error (Exception from HRESULT: 0x80004005 (E_FAIL))"
Also using the same thinking I use iLogic to populate the drg number field on the drawing based on an excel parameter. The rule works but does not always updates the drawing no upon the parameter change or update/rebuild commands.
View 1 Replies
View Related
Dec 22, 2011
Drawing A has a grid system Xref-ed into it. It also has a block reference in it, repeated in various places throughout the drawing.
I Xref-ed the grid into the block to check something, and now I can't get it out. This means that the grid now repeats all over Drawing A as well and is generally being a nuisance.
If I try to unload the Xref within the block, it unloads it in Drawing A too. If I try to detach it from the block, it returns this message: Xref [Xref name] has multiple references. Not detached. If I try to detach the Xred from Drawing A, it returns the same message.
How do I unload the same Xref that occurs in a block in a drawing, and in the drawing itself, independently of each other?
View 1 Replies
View Related
Mar 29, 2013
I need to get list of all block reference in a drawing without iterating through all entities in the drawing.
View 7 Replies
View Related
Jun 22, 2011
I am trying to insert a block from another drawing, the only way I have been to acheive this has been to open the drawing
Set ObjDocument = ThisDrawing.Application.Documents.Open("D:ACADBlocksGENERAL.dwg")
For Each ObjBlock In ObjDocument.Blocks
If InStr(ObjBlock.Name, "LOGO") <> 0 Then
CopyObjects
End If
Next
ObjDocument.Close
I would prefer not to open the drawing to access the block, is this possible in VBA.
View 1 Replies
View Related
Mar 8, 2012
for some reason when i select a layer and draw a line (lets go with blue) it draws a white line, though in layer manager it says i'm drawing a blue line. when you click, then rt click the line, go to properties it says the line is drawn "by block" once i switch it to "by layer" the proper colors come up. I am altering a drawing so its easier for me to draw in a different color to see what i've done and what was already there.
View 9 Replies
View Related
Mar 25, 2012
Is there a way to remove blocks from a drawing without having to explode or burst? I'm trying to clean up backgrounds for a hospital and every drawing is driving me mad! After I explode them, all kinds of new entities appear making the problem worse. There has to be a better way. I've tried bursting, but - same effect. On another note, my office is trying to move us to Revit, which appears to have a ridiculously steep learning curve.
View 9 Replies
View Related
Nov 30, 2011
I'm using blocks inserted into drawings to provide the background for the drawing which I'm working on. e.g an architects building layout inserted as a block and then used as the background in an electrical layout drawing.
This drawing being used for the background has been edited to remove various details and layers and give a cleaner background to my drawings, and is saved as its own dwg file. It is then insert as a block into numerous drawings for use as the background.
My question is - is there a way the block can be redefined once inserted into a drawing, without having to re-inserting it via the normal insert > block route, which would prompt the 'redefine block' option. I want to do this so that I could make further changes to the dwg file used as the background (such as the architects building layout), and quickly update drawings with this inserted as a block.
I'm currently working in autocad 2011.
View 6 Replies
View Related
Dec 25, 2011
how to get same block in a drawing with different names????.
i tried if i rename it all blocks are changing???
View 1 Replies
View Related
Feb 6, 2012
I'm trying to use remove many of the same block from a drawing and know that I can use the quick select to `grab` the blocks in one go but only seem to be able to erase them. I could do with freezing them for later. Perhaps it might be better to move them to a new layer?
View 5 Replies
View Related
Jan 19, 2013
When I insert an xref it's to scale 12!; in my model space I have blocks scaled 0.0833 and others to 1 scale! this is weird, every time I insert a block I need to scaled it in the way to adjust it to my drawing. If my drawing it's supposed to be 1 scale.
View 4 Replies
View Related
Nov 26, 2013
My code mirrors a selection by either the x-axis or the y-axis. It is working fine. Except, the drawing shows the result, when I move my cursor to the active dwg.
How can I refresh my drawing, direct after modification of a block? I use the code below to mirror a selected block by a button on a docking pallette:
private void btn_Vertical_Mirror_Click(object sender, EventArgs e){(new Modifikation()).Mirror("v");}
the code, which is called is:
public void Mirror(String axis = ""){//---------------------------------------------------------------------------------------------------------------------------------------Document dwg = Application.DocumentManager.MdiActiveDocument;Database db = dwg.Database;Editor edt = dwg.Editor;//---------------------------------------------------------------------------------------------------------------------------------------try{Auto
[code].......
View 6 Replies
View Related
Jul 4, 2012
I recently start to use ilogic in inventor and discover this powerfull tool for all the daily task to be done...
I would like to add an autocad block in a drawing with some ilogic coding. Through this forum i found how to insert a sketched symbol but no how to insert a block. And convert my block into a sketch would be quite difficult...
where could i found a list of all the ilogic command??
Autodesk Product Design Suite Ultimate 2013
Win 7 Pro 64 bits SP1
Bi-Xeon E5520 (2x Quad-core @2.27GHz)
Quadro Fx 1800 768Mo GDDR3
6Go Ram DDR3 667MHz ECC
View 1 Replies
View Related
Mar 27, 2012
Un-purgable blocks? Is there some way to designate a block within a drawing so that it canNOT be purged even if it is not being used at the moment?
Windows 7-64
8GB RAM
AutoCAD Civil 3D 2013
View 5 Replies
View Related
May 10, 2013
dynamic block in a drawing - when i make a change in the block editor, it doesn`t apply in the model space although i save all the changes. There is also another dynamic block and this time everything is working properly - all the saved changes appear in the model space. The only difference between the two blocks is that the first one has attributes. I think attributes should not be the reason for not applying changes, but i just don't know.
View 1 Replies
View Related
Apr 5, 2011
I created a standard title block template drawing for my student classwork exercises, and when I constructed the title block I keyed in real dimensions to ensure the title block would completely print on a piece of 8.5 X 11 paper. Now whenever I attempt to draw a large scale drawing (say a 36" dia circle, it draws the circle well outside my title block. I know why this is happening, I just need some tips about how to allow a title block template to be constructed around my current drawing reguardless of the drawing scale.
View 5 Replies
View Related
Jul 7, 2011
There doesn't seem to be an issue with this block when I open it with the block editor in the drawing where it was created. However, if I insert it into another drawing, it comes in as a block but when I select it, only the insertion point grip is visible. What happened to the parameters and actions? Oh they're still there but I have to open the block editor again for that block and then they display a great distance away from the block itself. This is all in model space with no change to the scale of the block upon insertion.
If I erase the parameters and actions and recreate them, the block behaves correctly in that second drawing but there is still the problem with the original block in my library.The attachment is supposed to be for a portion of metal deck that can be arrayed to whatever length is requied.
View 9 Replies
View Related
Jun 23, 2011
I've created a Windows form with a Picture box and I wish to display a block drawing in the Picture box, or another Windows control if that is appropriate.
When running the code lines:
Dim oImage As System.Drawing.Image = System.Drawing.Image.FromFile(sDrawingName)
PictureBox1.Image = oImage
I get an "out of Memory" error report.
This code works quite well if I use a GIF file, rather than a DWG file, so I guess I need another approach.
Web searches have proved useless. I did find a C# project at:
[URL]....., but I'm unable to get it to run or to work out which of the C# code is relevant.
View 1 Replies
View Related
Jan 22, 2013
Is there an add in or something for faster type in the title block in a drawing? Name, title etc?
Right now the author and date are automatically but when i save the file to for example to "D1234 hammer" it becomes the part number.
I have to edit the title.
I want to save the file to "D1234 hammer" and the partnumber to be "D1234" and title "hammer".
IS there a add-in that I type the title and name and its auto fill the title block? Or do I have to create a custom title block so the drawing can understand to only to take the numbers from <part name> and the letters becomes <title>?
View 3 Replies
View Related
Oct 12, 2012
I have AutoCAD 2013. I am trying to paste a block from another drawing to the one I am working on but when I paste the block, the color is different than what it should be. The drawing that I am trying to paste it on was already created for me.
View 3 Replies
View Related
Mar 21, 2012
How do you copy a non-block item from one drawing to another drawing. With both drawings open, the two methods I've used are the Edit>Copy in drawing 1 and Edit>Paste in drawing or Right mouse button (drop down menu)> Copy in drawing 1 and Right mouse button> Paste in drawing 2. Sometimes one or both methods work and at other times neither works.
Is there another copy method or am I doing something incorrectly?
View 3 Replies
View Related
Jul 27, 2013
I have been given a drawing that I need to edit but its a seems to be what I call a block ie if I click on it the whole drawing is selected, the only way to work on it that I know is to explode it, but if I then explode it the whole drawing is on one layer not like it should be. Is there a way of doing this to keep the layers?
View 9 Replies
View Related