AutoCad :: Different Layers For Text In Tables?
Jan 6, 2014
We are moving to a new drafting standard which uses .STB plots rather than .CTB. I'm wondering if there is any way of changing the layer of the text within the cells. I want the title to be at a certain thickness, the headers to be a different thickness, and the data to be a different thickness again when plotting. This is easy to do when using .CTB plot styles, but is there a way to do it when using .STB?
View 2 Replies
ADVERTISEMENT
Dec 6, 2013
Is there a way to search the database/tables/whatever to determine if new layers are present in a drawing?
I want to run a script to reconcile new layers in the sheet drawings after having cleaned the xref drawings, and the script bombs if there are no new layers present in the parent drawing.
If I could determine what triggers the layereval/layernotify sequence (tblsearch?) I could include an if or while lisp routine that would invoke the layer command and then reconcile the new layers.
View 9 Replies
View Related
Oct 22, 2012
Long ago, everything was done in Imperial and now we are converting to Metric, the issue is that the drawings we have no schedule of members and we (a colleague and I) are constantly discovering new members, this is causing no end of trouble with our numbering system.
What we would like to do is set up a master-table with 5 categories (UB, UC, PFC, EA and UA) and then have the labels for all the members dependent on this table. If we were to change the value in the table, the label would automatically update. Is this at all possible? I looked into the Xref and RText commands and they seem close but not quite there. Ideally the table would be in a separate dwg so we can work on drawings at the same time.
View 3 Replies
View Related
Jul 23, 2013
There doesnt seem to be a way to control the lineweight of text in a table. I have changed the color of the text and I have applied a lineweight to the table but the text is way too light. I spent a bunch of time putting info into tables and it looks like total crap and I cant seem to change it. What is up with this?
View 4 Replies
View Related
Apr 25, 2013
Is there any way to control the line spacing when you have text within a cell of a table? Specifically I want to change the spacing to act similar to 'EXACTLY 1.0' like in the MTEXT editor. Please see the included dwg.
View 3 Replies
View Related
May 30, 2013
Consider the following
(if (ssget "_X" '((0 . "ACAD_TABLE")(1 . "PIPE LIST")))(progn (vlax-for a (setq ss (vla-get-ActiveSelectionSet (vla-get-ActiveDocument (vlax-get-acad-object)))) (repeat (setq r (vla-get-rows a))(setq r (1- r) c -1)(repeat (vla-get-columns a)
(if (eq "*PL*" (vlax-invoke a 'GetText r (setq c (1+ c)))) (vlax-invoke a 'SetText r c "THREAD ONE END"))))) (vla-delete ss)));progn);if
Basically, it replaces this text inside a table:
1 1/2" NPTM - A53 - 3000LB - A-53 - 3000 LB
with:
thread both ends.
But I'm limited to the size of pipe, it's material and its pressure rating. I can't change how the text in the field is populated. It would be nice if, it did a search for NPTM, and when that string exists in the string, change it to "thread both ends".
Essentially right now, I have 46 lines (and growing) of different scenarios. I just want the NPTM to trigger the string change.
View 9 Replies
View Related
Oct 12, 2012
I've cut and "paste special" a table from excel to autocad, and would like to edit several (not all) cell's text color from the default (in this case white) to the bylayer color.
When I set up my table style I specified the text to be bylayer, however apparently a paste from excel ignores the setting.
View 2 Replies
View Related
Apr 27, 2012
I decided to use Data Link Tables for my Excel sheet instead of OLELinks. The appearance is far sharper, and I am also pleased there is no background color transfered. What IS the problem is when I update the table, its goes from 12" Wide by 12" Tall table @ 7/16" Text W/O borders back to 3" Wide by 10" Tall with varying text size to fit and gains back all borders except diagonals (of which none are present on the Excel file).
So, any way to default the format when I refresh so that it holds each cell at the 6"X1" dimensions with no border.
With that, If there is a way to have a stencil for making the range links with Excel, that would be useful. I use the exact same 4 or 6 ranges (2 formats) in every dwg.
View 7 Replies
View Related
Oct 22, 2010
Occasionally the text is upside down in tables (mirrored, not 180 degrees). This seems to mostly happen after I copy another table and edit the information. The mirrored text actually is hidden until you double click the cell to edit it. Now, after playing around with one of these cases I can't even select the text at all, it is completely hidden and I can't type anything in the cell.
View 5 Replies
View Related
Nov 26, 2012
I am trying to create calendar pages in CS5 and am wondering if there is an easy way to create 7 x 5 block text tables.
View 5 Replies
View Related
Dec 29, 2008
I am trying to get a white layer with see through writing which reveals the background image underneath. (Almost like I have put a stencil over a photograph). I have discovered this is called a clipping mask.
However, I am having difficulty using a clipping mask over multiple text layers. It seems to only do it to one layer directly beneath. I do not want to merge the text layers as I want to mess about with the design a fair bit.
View 4 Replies
View Related
Jun 3, 2012
I know, if I select Vertical Text (ctrl+.) then I can write wertical text. But the text is writting Up to Down.
I want write vertical text Down to Up. How?
View 12 Replies
View Related
Aug 12, 2013
We use AutoCad to name our dxf files for our Burn Table and whenever we get a new part it is a repetitive task to input layers and common text. So what I am curious is can AutoCAD input the layers and text automatically using a Macro?
I want the Macro to put in 6 layers and choose the layer color and title then input text boxes with word in 3 different layers. There will be about a total of 10 different text boxes with text already put in the boxes by the Macro.
View 6 Replies
View Related
Nov 18, 2013
I often will borrow groups and layers from one document and drag them into a new or a different PS document to borrow the layers and formatting so I am not starting over from scratch with a design that I just need to re-work into a different size.
But in the last two weeks, when I drag the layers over, they start mysteriously changing into other layers that I did not drag over. What is causing this bug? It wasn't there before as I have performed this action many times in various projects. I am using PS CS6 on a Mac Book Pro.
View 1 Replies
View Related
May 9, 2013
I would like to increase the font size in many text layers at a time by selecting them in the layers panel. The font increases, but the text boxes don't expand to fit the increased size text. So I am having to make each box bigger manually. Is there a way to have the boxes expand to fit bigger text automatically through the layers panel?
View 2 Replies
View Related
Sep 12, 2007
Using CS 2 on Win XP
Simple question:
am trying to edit a text layer but i am unable to open the text box to change text.
It creates a new text layer everytime i click on the layer.
View 3 Replies
View Related
Jul 2, 2013
my gimp 2.8.6 makes majority normal layers turn into text layers..
Even if i "discard text information" from layer..and then save it as .xcf it doesnt work! Same layers appear as text layers when i open that .xcf Its not a big deal but it really slows me down when im working with layers..
View 14 Replies
View Related
Oct 4, 2011
I am creating a layered marine chart with reference points. I've imported the chart and am creating text layers with a reference number in them.
I have about 700 of these to add - a daunting task - but it's for a NZ coastguard unit, so is worthwhile.
The idea is to have a layer with all our reference points on it, so when a chart is updated, we can just import the chart; add back the reference points layers and print it out.
(Why? NZ baynames, danger spots etc usually have 2 names; an english name and a maori name - sometimes we have to cross reference when on the water to find the correct place).
Is creating text layers the best way of doing this?
Is there any way of increasing the size of all the text - instead of having to edit 700 text layers?
View 2 Replies
View Related
Jul 12, 2011
I didn't create the drawing and I'm trying to troubleshoot for a co-worker, so I'm not sure of the specifics of the system that did, but here's what's going on:
The drawing appears to be fine, with the lines, hatching and text appearing in the designated colors. When I hit print, the drawing seems okay, but when rendering to print, the text, some hatching, and any text boxes become gray and print out that way. Once printed, the layers do not revert back to the color they were, even though the layer has retained the color. If you open up the text editor, the text selected will return to the color (magenta, in this case), but once you finish editing the text, it turns back to gray.
It's creating problems for printing out, and sadly too much work has been done at this point to start over. Every person who opens this drawing experiences the same thing, so it must be an issue with the particular file. This issue happens when using AutoCAD Map 3D 2008, 2010, and 2012. I thought it might be because it was used by different releases, but they're all saving back to 2004. I thought it might be that the text was created in a higher version and then edited in a lower version, but it's been worked on exclusively by the same person for two months and every time she has this issue.
View 1 Replies
View Related
Aug 22, 2013
How do I change the text style for one layer only? I already have some text in one font on a layer but now I want to create lables in a different font but when I change the text style while that layer is active both layers change.
View 6 Replies
View Related
Jun 13, 2012
I have created some new layer and Text styles.
I would like to set the new Text styles to the new layers, but cannot find a way to do so.
Inventor 2010
View 7 Replies
View Related
Apr 28, 2013
im not sure if this is a thing i can do with layer translator or not.
is it possible to link a preset text size to a layer? eg. when i click some text and put it on a specific layer i want it have a certain text size and not the rotation. so its sort of a match properties thing.
View 7 Replies
View Related
Jan 6, 2012
I have 2 SHP files, one with lot information, the other with OCP. I created a join between the two tables but the resulting data was not spatially related. The objective is to show the land use of each lot.
View 6 Replies
View Related
Dec 4, 2012
In map3d i would like to add tables to objects such gas, sewer lines and so forth. I would like to specify which lines are composed of certain metals, their conduit size and year built.
I was wondering if it is possible to create a table similar to the one attached. I would like the table to have a domain drop down list, so that users can select from predefined entries, to avoid human error typos and keep good organization in the data entry.
Is this possible with map3d?
View 6 Replies
View Related
Aug 1, 2012
Well I had a day and a half trying to figure out how to bring Excel data into LT. Again. Here is what I have found out:
Running Excel 2010 I have a xls files (of type '97-2003 xls - file includes VBA). The file spits out a ton of data that I want to put in a schedule in AutoCAD. The schedule format needs to match our standard format - RomanS in white and blue.
If I copy and paste as a link the font remains stuck as Arial (regardless of source font) and can't be relaxed unless you go one cell at a time in the text editor. Also the resultant table size is tiny -
If I save the file to .XLSM (macro enabled '10 excel file) the results are the same. If I save the file to .XLSX ('10 excel file and ditch the VBA project) the results are sublime - the font is ok and I can go back and forth from AutoCAD to my now broken spreadsheet because VBA IS MISSING! The resultant table size is tiny but I can deal. I don't see how AutoCAD can work with xlsx but not xlsm.
I also found that if I save the sheet (values only) as a .csv file I can use that to create a table from file without font overrides screwing everything up.
I'm running AutoCAD LT 32bit on a Win7 32bit OS. My Office version is 2010. I would like to link data to a '97-'03 version of an xls or an xlsm without having the font overridden to Arial.
View 1 Replies
View Related
Apr 21, 2010
Is there anyway to copy a table from one sheet to another?
View 8 Replies
View Related
Oct 29, 2011
I have a need to delete all the tables in my drawing.
I started with the SS14 code from Jerry Winters VB.NET progamming and modified it to select tables. Unfortunately, when trying to select a table, the code does not work. I tried it with Polylines, block references, Mtext and it worked OK with all of them. See the code below:
<CommandMethod("SS14")> _ Public Sub SS14() Dim myDB As DatabaseServices.Database Dim myDWG As ApplicationServices.Document Dim myEd As EditorInput.Editor Dim myPSR As EditorInput.PromptSelectionResult Dim mySS As EditorInput.SelectionSet Dim myFilter(0) As DatabaseServices.TypedValue myFilter(0) = New DatabaseServices.TypedValue(DatabaseServices.DxfCode.Start, "INSERT") myFilter(0) = New DatabaseServices.TypedValue(DatabaseServices.DxfCode.Start, "TABLE") ' myFilter(0) = New DatabaseServices.TypedValue(DatabaseServices.DxfCode.Start, "POLYLINE") ' myFilter(0) = New DatabaseServices.TypedValue(DatabaseServices.DxfCode.Start, "MTEXT")
'''' Chenge items commented out above for testing.
Dim mySF As New EditorInput.SelectionFilter(myFilter) myDWG = ApplicationServices.Application.DocumentManager.MdiActiveDocument myDB = myDWG.Database myEd = myDWG.Editor myPSR = myEd.SelectAll(mySF) Try mySS = myPSR.Value If Not IsNothing(mySS) Then MsgBox(mySS.Count) End If Catch ex As SystemException MsgBox(Err.Description) End Try End Sub
What am I doing wrong? Or is there a bug when selecting "Tables" as distinct from other entities?
View 1 Replies
View Related
Sep 17, 2012
I am trying to insert tables into AutoCad from excel the problem that I have is with the text style.
Every time I copy and paste as a linked AutoCad entity the text does not come across as the correct text style - for example if I want the table text to come out as ISOCP it comes across in a bolder text, requiring me to enter in the cell and select ISOCP I don't have to highlight the text in the cell i only have to enter inside the cell.
See the attached video.
View 3 Replies
View Related
Sep 21, 2011
I'm having a problem accessing data manager tables in the 2011 version. My C# .NET code worked fine with 2010. Here is a sample of the 2010 code that works, but returns zero length tables in 2011.
C#
ProjectPartCollection oPP = PlantApplication.CurrentProject.ProjectParts;
PlantProject oPProj = PlantApplication.CurrentProject;
Project oProj = oPP["PnId"];
try
{
//get ACAD data table
[code].......
The last two lines fail to object any meaningful data in 2011. In 2010, I would have all the table rows and could access tags and asset information.
View 2 Replies
View Related
Nov 20, 2013
Can you embed a table in Mtext? So when you edit the text the tables move with the text if you're taking out paragraphs in Specs and stuff.
View 2 Replies
View Related
Jan 28, 2014
I'm trying to do a spreadsheet inside a drawing. Trying to use fields because I believe they behave better with feet and inches than excel (without jumping through hoops)
View 1 Replies
View Related