AutoCad :: Block Editing And Lineweights
Feb 16, 2013
I edited a block in a drawing which had exactly the lineweight I wanted in my layout. After I edited it I lost the lineweight. If I try to change the lineweight for that layer it only affects the attribute. What I did and how I can get it back the way it was?
View 3 Replies
ADVERTISEMENT
Feb 3, 2012
When editing block in-place, not onely objects in the block, but also other objects (just drawn normal in modelspace), is affected by the commands.
View 6 Replies
View Related
Apr 30, 2013
I was in process of editing a block in "block editor" mode. I saved the dwg and exit instead of saving the block, exit block editor and then exit the dwg. When I opened again the dwg what I see on display is just the block. How to close the block and open the entire dwg?
View 2 Replies
View Related
Aug 31, 2011
I'm editing a title block using the Block Editor. Unfortunatelly after closing the block editor the linse & Polylines reflect the changes apported in nodel space, but the text did not mouve?
View 2 Replies
View Related
Mar 15, 2012
I'm trying to edit the attributes in a titleblock using VB.net. The block name is "Titleblock". It is already inserted into a drawing. My program does not need to insert it. It only needs to find the reference, for all layouts, and update a couple attributes for the titleblock on everylayout. I know some of the basics, but get confused with blocktables, and blocktablerecords.
Here is a piece of code I was experimenting with. With this code, I'm trying to get to the attributes, and read an attribute value for a drawing number. It fails when I try to assign a value to the variable blkreftitle.
Dim
doc AsDocument = Application.DocumentManager.MdiActiveDocument
Using docLoc AsDocumentLock = doc.LockDocument
Dim db AsDatabase = HostApplicationServices.WorkingDatabase
[Code]....
View 2 Replies
View Related
May 2, 2013
I have some new multi leader definitions using blocks, however I can only edit the attribute definition text individually, where if I had the same block as a standalone with a leader I could select as many blocks as I wanted and change the text via quick properties in one quick step. Is there a way to achieve this using a block as a base for a multileader?
View 2 Replies
View Related
Apr 3, 2012
When one edits a block all instances of the block are changed. What is the command in AC to make one instance of the block unique, so editing will not affect the instances? In Sketchup it is "make unique".
View 4 Replies
View Related
Mar 28, 2008
How can you edit the name of a block without using the rename command.
What if your drawing has over fifty blocks, and your chasing the renaming of just one block?
Would this be a script type solution.. ?
View 9 Replies
View Related
Jun 26, 2013
I was editing a block, I saved it and closed the file. When I reopened the file, everything in model space was replaced by the block.
View 5 Replies
View Related
May 16, 2012
trying to set up a system for a less advanced user.
basically they donot like the advanced attribute menu when you edit a block with attributes in them.
looking at the varriables the end user likes the Attdia set to 1 when you insert a block it then displays nice clean menu which just has the attributes you can edit.
can this be set so when you later edit a block this menu appear rather than the advance attribute editor?
View 2 Replies
View Related
Apr 21, 2011
1) Problem about viewports :
I am using 2011, I have created 17 viewports in one paper space, there are 2 viewports not showing anything. I deleted 2 viewports with content, then the 2 viewports which were not showing is now showing images.
I started a new drawing, drew something very simple for testing, I could create 63 viewports the 64th is not showing.
I would like to ask what it is to control/affect the number of viewports I can create in one paper space.
2) To Edit an Attributed Block
When double click an attributed block (command = eattedit), the dialog box "Enhanced Attribute Editor" disappeared !
View 6 Replies
View Related
Jan 2, 2012
I been working through Ellen Finklesteins AutoCad bible (using AutoCad Architecture 2012) and in the first exercise (quick start, drawing a window) I was going ok until I had to edit the title block and no matter what I tried in AutoCad Architecture 2012 I could not find a way to edit the title block. Maybe I should have bought a book that was specific to AutoCad Architecture 2012.
View 8 Replies
View Related
May 1, 2013
In previous versions of AutoCad I would just double click on a block do my changes click the save changes button and then a save dialogue would come up with an option to change the insert point. Did this option go away in 2013 AutoCAD? I do not get this option anymore after I finish editing a block? This is very useful. Why would this go away?
View 6 Replies
View Related
May 3, 2012
I've been looking for a while and managed to find 2 VBA scripts for replacing values in a title block. However one errors out on the line that is supposed to do the replacing and the other works off an ID number which isn't consistent.
I'm a proficient scripter but not in this language, so how these scripts are working but not the intricacies of them. Which Is exactly what I think is needed to get either of them working.
Function Test_UpdateTitleBlock()Dim oDoc As DrawingDocumentSet oDoc = ThisApplication.ActiveDocumentDim oTitleBlock As TitleBlockDim oTextBox As TextBoxDim oSheet As SheetFor Each oSheet In oDoc.Sheets Set oTitleBlock = oSheet.TitleBlock For Each oTextBox In oTitleBlock.Definition.Sketch.TextBoxes If oTextBox.Text = "<FILENAME AND PATH>" Then ' Errors here and doesn't replace text Call oTitleBlock.SetPromptResultText(oTextBox, "New Value") End If NextNextEnd Function
This throws an error on the line I have marked.
Function Remove_Filepath()Dim oDrawDoc As DrawingDocumentSet oDrawDoc = ThisApplication.ActiveDocument' Create the new title block defintion.Dim oTitleBlockDef As TitleBlockDefinitionSet oTitleBlockDef = oDrawDoc.ActiveSheet.TitleBlock.DefinitionDim oSketch As DrawingSketchCall oTitleBlockDef.Edit(oSketch)oSketch.TextBoxes.Item(20).Text = " "Call oTitleBlockDef.ExitEditEnd Function
This one works great, except that it does a "dumb" replace because it looks for the Xth textbox and edits that. The problem is in a detail drawing I want to edit textbox 20 but in assembly drawings I don't want to edit any textbox. So how to get this to loop through the textboxes and compare the text to what I want to replace.
View 1 Replies
View Related
Mar 5, 2013
I'm trying to edit an architectural Title Block. I've went into block editor and did attribute definitions. However, when I save it I can't insert it into a drawing. Is there anything I can do to prevent this from happening?
View 2 Replies
View Related
Apr 22, 2012
Is it possible to create a dynamic block completely from scratch using Lisp?
I also want the ability to be able to create different dynamic block geometry depeding on the Visibility parameter.
I seem to be able to create the normal (non-dynamic) block geometry using Lisp but cannot seem to find out a way to enter the block editor and create stuff pertaining to dynamic blocks.
I have 1000's of dynamic blocs to create and looking to a way to automate this using Lisp.
View 1 Replies
View Related
May 28, 2012
I installed Autocad 2013 a few weeks ago and I have a lot of blocks made with earlier versions (2008, 2012, etc...) that I need to use. When I try to edit such a block, block editor gives me trouble with visibility states. I can't select visibility states, and when I can, the changes made to that state don't follow and often the program reverts back to the first visibility state for no reason. This is getting to be extremely annoying and I'm thinking of going back to 2012 because of this. Is there a patch or some way to correct this?
View 4 Replies
View Related
May 19, 2009
This was originally posted under 2009 - but I have this issue in 2010!
The old post was: Block Editor Posted: Aug 1, 2008 7:01 PM
When I go into block editor, edit the block then close it out. My cursor is really jerky in model space. Especially bad when I go into a command and try to select something. The only way to get rid of the jerkiness is to close auto cad and restart it. Is there anyway to cure this?
I have 2010 and am experiencing this exact same problem. It is intermittent and will sometimes 'go away' after a few minutes. Block editing is definitely related as a cause. I use SDI = 1 predominantly and it seems to be session independent. In other words one drawing session is experiencing the problem but jumping to another concurrent session exhibits no issues.
Task manager shows off the chart 99% plus on process ACAD when it is occurring.
Palette transparency is off globally. I have installed the latest NVidia driver for my Quadro NVS 285 video card. I am running a 3GHz P4 with 4 Gigabytes of ram - Dell Precision 380 workstation. Block Editor background color is default.
Restarting AutoCAD does make it go away - for the moment - but it is soon back. Even closing all tool palettes has no effect.
This does seem to be drawing specific - 2010 seems to be sensitive to something in older drawing blocks - prototype drawings from hotel vendors for instance - most likely inherited from a third party DXF process exhibit the issue heavily - and blocks from these drawings to a lesser degree. I have to constantly purge, audit, and wblock/replace my drawings to keep them clean. My default file type is 2010 which 'seems' to work, but it still happens. Audits show constant drawing errors cropping up, and repeating an audit, shows the same errors until a wblock replace is performed.
View 9 Replies
View Related
Dec 17, 2013
I have received details that have been blocked that I need to edit. When I expode or burst them, the dims text and arrows grow larger than is required for the block and I cannot find any adjustment in the properties to bring them back to the correct size for the detail. Also the leaders lose their point and association with their text and become just a line.
Is there a command that will allow me to edit the block without loosing the current sizing and associations?
View 2 Replies
View Related
Jun 24, 2013
I have been trying to output a drawing from Autocad MAC 2011 to a PDF with lineweights however it only outputs the drawing with the different layer colors and I have assigned each layer a specific lineweight, I have tried making a plot style and I have tried printing in greyscale and I still cant figure it out. Any simple step by step process to plotting in lineweights!
View 0 Replies
View Related
Oct 21, 2011
I've been using Autocad as a student since the 2007 version and haven't had this problem (in any case, I've been able to solve it before).
Now, I have run into the problem of the lineweights not plotting - they are all the same thickness.
I'm using ctb plot styles and I have the lineweights set up in layer properties...
And have lineweights enabled in plot...
And in the plotstyles editor...
And the colour tables as well...
In the end... all the lineweights are the same.
View 8 Replies
View Related
Mar 2, 2008
I have LT08 and have one drawing using linestyles and colors to determine lineweight for plotting that just will not plot anything other than a "light" lineweight. I have tried making an all new .cbt, existing .cbt's, changing ALL colors to a heavier weight etc. Nothing is working.
Plot preview is light lineweight, plotting to pdf is light and plotting to the plotter is light. I am not having this problem with any other drawings so there must be something set somewhere in this one file. I did not create the model. Someone else did but I did setup the layout sheet, just like I do other drawings.
View 3 Replies
View Related
Oct 21, 2013
I would like to print a drawing with its ctb. file to a format that allows me to import it into illustrator without losing the set lineweights in the original Autocad drawing.
I've tried it once using a pdf writer, but when imported into illustrator it reverts to one line weight for all the lines.
Is there a better way of retaining the assigned lineweights (per the embedded ctb file) ?
will printing it as an .eps instead of pdf do? and how does one print to .eps?
View 1 Replies
View Related
May 6, 2013
I am a student studying architecture and I cannot seem to plot the line weights in my drawing. I'm using a dwg to pdf ploter. The plot styles I have tired, have included monochrom ctb and monochrome 1 to 50 ctb.
View 7 Replies
View Related
Apr 30, 2013
I'm trying to plot my drawings and have all my line weights be the same in the final plot so that no line is more bold than another. I do custom home designs and am now adding in additional information that uses different colors for appliances, plumbing, etc.
I'm using the standard red, cyan, magenta, green, 252 gray scale colors, however, when I plot, all of the lines except red are thick and make the objects entirely too bold for my purposes. How do I fix this other than changing everything to red? I didn't have this problem when I worked with AutoCAD 2006 at my old company (we had drafters set up this stuff for us), but now that I'm on my own and trying to get my own plotting figured out, I'm struggling.
I attached an example for reference. It's the windows (gray scaled), plumbing fixtures (cyan), and appliances (magenta) that come out entirely too dark.
View 3 Replies
View Related
Nov 22, 2012
When you set the lineweight the result is only viewable when you print the drawing, however how is it possible to view the lineweights when I export the drawing to pdf as well.
View 1 Replies
View Related
Feb 6, 2013
I'm wondering if there's a way to change/add to the list of available lineweights in the dropdown lists in the layer manager. I want to have a thickness of 0.125", but that isn't available. I found that if I issue the STYLESMANAGER command, I can edit lineweights in existing .ctb/.stb files, but I don't know now to transfer that to be available in an existing drawing. Can I just assign a ctb/stb style to my drawing?
View 4 Replies
View Related
Sep 6, 2012
Am configuring many page setups and when printing/plotting there is a checkbox to scale lineweights. Was wondering what the consensus is on this. Should the check scale line weights box be checked, or not?
View 5 Replies
View Related
Sep 28, 2011
I'm having problems with lineweights. It shows up too dark whenever I plot to both pdf and the printer (Kyocera KM-2560 KX). Ive tried adjusting the ctb file (changing thicknesses of colours) but to no avail. This problem does not occur for my colleagues, with exactly the same ctb file. So is it a general autocad setting problem?
View 2 Replies
View Related
Aug 22, 2013
Version: Civil 3D 2012 and use CTBs for our plotstyles.
I'm working on a fairly large project that requires an excessive amount of base drawings. We frequently will be asked to have a drawing made and issued in a morning. To make sure we can constantly throw these drawings together quickly we've setup an xref system of all our base mapping data. (I'm sure this is a common thing but its the first time I've been exposed to it).
A lot of these drawings will have polylines with global widths on them. The problem with this is that global width doesn't always work so well when changing scales (we frequently bounce from 1:100 to 1:20,000) or when you just don't need the line to be so thick.
Two questions:
1) Stop using global widths on lines in the base drawings and switch to a method of setting lineweights of the xref layers when you xref in a drawing.
2) find that it ends up rounding off the end of the lines. Is there a way to prevent this from happening?
View 1 Replies
View Related
May 31, 2012
I'm having problems plotting to PDF's and maintaining the line weights etc.. that I get when I print to my plotter. It seems like Adobe Acrobat Pro 9 converts based on the color of my pens.... the lighter color value i.e. yellow, the lighter the grey tone. white is darkest. It ignores my lineweight settings, so I have no control on the quality of the output. Is it possible to get it to use the .ctb files that my plotter uses when creating it's PDF? I'm using AutoCAD LT 2010.
View 3 Replies
View Related