AutoCad :: Plot Style Table (pen Assignments) Not Working?
Jun 12, 2012
I've edited the plot style table in the past to do things such as change yellow to print black. I've also successfully used it to select monochrome to print B&W. Currently it's not working. I can select a different plot style, apply it and see it look correct in paperspace. However, when I preview or print it, I still get yellow, printing yellow or if I try monochrome, it will still print in color.
I make sure to click apply to layout and I've also tried restarting ACAD and neither seems to work. I've also tried using the page setup manager and it still prints differently than what I select. Is there some other variable I can turn on or off that I am not aware of?
We have 2005LT for kitchen design. I need to recover or find a pen assignment. The "Plot Syle Table (pen assignments) window is showing "peacock.ctb (missing)." Is there a way to recover this setting?
I've the same problem: in autocad Architecture 2011, in "plot style table", there is no "monochrome.ctb". Just mentioned "none" and "new"; How I can put in monochrome into the plot style table?
Here's my problem: I have a customized plot style table "SK.ctb". I have it saved both in the appropriate folders on my computer and in a shared folder on the network. Usually when I am working in a file and open the plot window, my plot table is available in the list at the upper right "Plot style table (pen assignments)".
Right now I am working in a drawing that was sent to me by another firm. They of course didn't send me their pen assignment tables, not that I really care as I would rather edit the layer colors if necessary, but use my own. The problem is that in the plot window it is only showing their plot styles - none of mine! Theirs are all listed as missing, but I can't get it to even look for the plot tables I usually use.
Is it possible to copy a line in Plot Style Table, in my case red nr 1, and have two with different linetype?
I have a drawing where this specific line and the text belonging to it should be in red, (line 1) and the lines dashed. If I in my Plot Style Table make line 1 dashed, the text get dashed too.
At the moment I have put another color to the dashed lines, but if there is a way to have two red nr1 lines with different linetype .
Having problem with the monochrome .ctb plot style table not showing up in the plot dialogue for AutoCAD Architecture 2010? Typically it seems to be standard upon install of the software.
Our office has recently moved the folder containing our ctb files. The Plot Style Table Search Path has been correctly set on each computer, however when attempting to plot, Autocad cannot find the ctb files.
Having problem moving and repathing the location of the plot style tables?
Any way to automatically substitute a default plot style table when it is set to ‘None’ in existing drawings?
[URL]
I applied a default plot style table in the ‘Options > Plot and Publish > Plot Style Table Settings’ dialog box, but it doesn’t seem to take effect for existing drawings or when I create new drawings.
[URL]
My goal is that when I open a drawing where the plot style table is set to ‘None’ it will instead apply my default CTB file.
How do the plot styles(pen assignments) differ for each drawing? On what basis these plot styles are created differently for each different drawings?expecting replies.
We have a person in the office that would like to create their own .ctb file that we would like to have them to access but they will also need to access our .ctb files (Standard). We currently restrict access to the .ctb files as they can be alterered leading to problems for everyone printing. Is there a way to create another path so they we can have a locked folder of .ctb files and an unlocked folder for .ctb files.
For some reason, my plot style is applied to my viewports. So for example, when I choose a monochrome plot style for the layout, the view ports in that layout display in black and white. I want to disable this. Is there a system command to turn this off?
Is it possible to create a lisp that would change the plot style table? I don't know of any variable to type to change that. We convert drawings from Solid works to AutoCad and use the basic monochrome plot style. I'd like to easily change that since the act of doing that is repeated many times.
How does one convert an stb file to ctb. I have tried using the CONVERTPSTYLES command to no avail. After selecting the stb for conversion, i am getting an error message stating that the stb does not contain a color mapping table and cannot be used to convert drawings.
I am looking for a way to change the text style used by a table style with Visual LISP. So far I have been able to get the IAcadTableStyle object from the acad_tablestyle dictionary, but there is no property for text style. Is this even possible? Code and results are below.
I am a Mac user and new to AutoCAD. I am enrolled in a CAD class this semester and the instructor for my session is requiring Windows. Supposedly this is because AutoCAD for Mac does not allow for proper printing on their plot style setting.
I understand that I can install Bootcamp and Windows on my computer, but I'd really like to avoid that if I can. If I were to do my work on my Mac and then digitally transfer my files to a PC for printing purposes, would my files become corrupted or compromised in any way?
AutoCAD - Why does the Normal plot style plot in color? Black seems to make a lot more sense. Almost everyone in Architecture uses black prints most frequently so that should be the default. And you can't adjust Normal to all black. So what was AutoDesk's reasoning?
I am an experienced Autocad user, and plotted with ctb files. I installed 2013 and plots come out not as i want. Although i assigned a ctb plot style, lines come out according to an unknown plan to me. I attached the file. It seems that the lines are influenced by the ctb file, but some colors are fadded I found it. i had to assign the color black to all colors, since it plotted with colors, on the black and white plotter. But a new problem arose. now i don't see colors when i am in the layout, all lines are white!
How do you set the text style for cells in a table? I used to be able to set the title row, head row and data row text style in vba. In vb.net I tried using <tablestyle>.SetTextStyle but it is asking me for an ID.
I am using a custom plot to pdf routine(Autocad 2012 x64); everything works ok, I can assign different plot styles but for some reason I cannot assign the "none" after I used a different ctb file. A snippet is bellow:
BlockTableRecord btr = (BlockTableRecord)tr.GetObject(spaceId, OpenMode.ForRead); Layout lo = (Layout)tr.GetObject(btr.LayoutId, OpenMode.ForRead); // We need a PlotInfo object linked to the layout
[Code]....
When trying to assign the "none", the code fails. I don't know what I am missing (if I am not wrong it used to work with Autocad 2010?)
When I go to plot, my plot styles table only shows .stb files. I have a bunch of .ctb files that exist in the plot styles folder, and everything is pathed correctly but the .ctb files do not show up in autocad. How can I get these files to be available?
(They do show up in some drawings for some reason though, just not when I create a new drawing file.)
We own Civil 3d 2010 and are using the Map workspaces.
It seems Map is hard-coded to use the table style 'Legend' when inserting a legend table, yet you can modify the table style of the legend table after it has been inserted.
Is there a way to change the default table style from 'Legend' to something else?
In ACA2008 there seems to be a maximum of 10 Cell Styles allowed in a Table Style? When I try to make a new 11th style, one of the existing 10 styles gets supplanted by the new style.
I am looking for assitance with the VB code to change the text style within a custom table when it is created from a VB standalone program. I am using Inventor 2013 and VB 2010 Express.
I have a customtable that is created within a .idw, and I would like to have the data cells set to "Table_Cells" style that I have created. I cannot find anything in the help file with a sample code to build off.
I figure it's got to be something with oCustomTable.DataTextStyle but beyond that I am lost.This is what I have, and VB is kicking it back in my face.
Dim oTextStyle As TextStyleoTextStyle = oCustomTable.DataTextStyle.StyleType("Table_Cells") Error 2 'Public ReadOnly Property StyleType As Inventor.StyleTypeEnum' has no parameters and its return type cannot be indexed.
I don't want to create a table on a sheet, I want to define a new style and then assign the style to the existing table.
I have no problem assigning the style once it is defined in the drawing to the existing table.
Dim oTableStyle As Inventor.TableStyle oTableStyle = oDrawingDoc.StylesManager.TableStyles("BOM") Dim oTable As Inventor.CustomTable oTable = oSheet.CustomTables.Item(1) oTable.Style = oTableStyle
There doesn't seem to be a TableStyles collection with an add or create event. I stumbled upon the "TableFormat" object but that seems to only override an existing style.
looked at the "StylesManager" but again I am not finding a create method.
Using Civil 3D release 2102 on a 64bit Win7 capable Dell Precision, everything up to date.
I have a table created from a datalink using TABLE command. I want to have it use a fill color of 255 in order to mask the objects behind it. I cannot seem to modify the table style, and using fill in Excel doesn't seem to the affect Autocad table.
As you know, when I create a table from a datalink I am not allowed to choose which style.
I don't like using wipeouts to provide a background mask, because they never seem to work when plotting from paper space.
How I can apply fill to the table, or otherwise mask the pbjects behind the table?
C3D 2012 on 64bit Win 7 all up to date Dell Precision 7core 8GB RAM NVIDIA Quadro FX 1800M LDT/C3D user since release 12
I have set up a table style to display the type of structure, top of casting, and invert in and out elevations. I have also added a column to display the depth (rim to sump height). When the structure is a headwall, no depth is needed; however, the table displays this data as "???". Is there a way to only show depths greater than zero within the table editor for rim to sump height?