AutoCad :: How To Get CTB Colour To Display On-screen Same As Plot
Oct 26, 2011
I've been using CTB files to manage line colors, thicknesses etc - assigning a specific color number to a line color / thickness etc.
This results in great looking plots, but aren't the colors that appear on-screen.
I was wondering how can I make it look exactly like what you'll get but retain the automation/functionality of CTB files - rather than manually stuffing around with changing line weights/colors etc.
I've attempted to plot the contents of a ctb file using any one of the 'export to csv' routines floating around the web however what i'd like to include (an never seem to manage) is an actual display of the colour represented by the pen (you will of course realise i am referring to a ctb file rather than stb).
I have a stationing line. I've used the block PTTICL to make ticks. The ticks display perfectly. I'll run through a plot preview and the ticks show on the plot preview. I push plot go to the printer and the ticks are not plotted.
I've checked the layer. They are on a layer that should print.
I've checked the block. The block is created on a layer that should print.
I've run through a number of options regarding the alignment label properties and found "display" to be equal to "true."
Everything else plots just fine. Only the station label ticks refuse to plot. My project is fairly short so the work around was to put a poly line right on top of the tick mark.
I'm using Autocad 2002LT and I have two different drawings to plot. I'm on Windows XP operating system with a TechJet 5536 Plotter (don't laugh it's the only one available.) One drawing is my own work and one is from a supplier they have emailed to me.
When producing a plot of my own drawing, I can easily plot monochrome, the plot style table (pen assignment) is set to monochrome.ctb.
When producing a plot of the suppliers drawing, it will only plot colour even though the plot style table (pen assignment) is set to monochrome.stb.
I can edit the monochrome.ctb colours if I wish to but I do not seem to be able to edit the colours of the monochrome.stb plot style.
How to change the outline display colour when creating views on an Inventor drawing ? I've placed my base view and gone to create detail view - now I want to be able to change the outline marker colour from the default black.
Autodesk Inventor Professional 2013 SP2 64-Bit Edition Windows 7 HP Z400, Intel Xeon W3550 3.07GHz 12.0GB RAM, ATI FirePro V4800 (FireGL)
I'm doing a very simple drawing in 2D on LT2013, I have 3 layers and therefore 3 colours of lines on the screen, red white and grey colour 8. In previous versions of LT the line colour will appear as one flat colour for every single line on that layer, regardless of whether the line is vertical or at 45 degrees or horizontal. In LT2013 it seems that only horizontal lines are displaying in this way as the correct layer colour, but vertical and 45 degree lines (incl. hatch eg ANSI32) are lighter, to the point they are white. This means I can't differentiate between lines that are on Layer 0 white and lines that are on Layer Hatch Colour 8. Is there a way to render all lines their true colour on the screen so I know what layer things are on without having to click on them?
When I plot a drawing on a particular file there is a line on my dimension layer that doesn't appear at any other time. It only plots when the dimension layer is on but does not appear on the screen so I cannot select it and delete it. The layer itself seems to be normal like the other layers. Are there any remedies besides creating a new layer and putting the dimensions on the new layer?
I just got ACAD LT 2012 and am trying to set it up for a two screen displayI'd like to put all the icons and command line on one screen and use the second screen exclusively for the paper/model space.
I am in Application options and am changing the background colour of the screen, hiding the grid lines, ticking the autoproject on sketch creation etc...changing the settings to how I like them. Apply them, model something, open Inventor 2011 the next day and all of the settings have gone back to what they were..
I have used Microstation before and just used Autocad for 1 month.I am field surveyor and use Autocad for plotting stake out or other measurements. When I have to deliver a pdf drawning, there are 2 important things:
- It's have to be clear to see what I have done
- it's important to see the drawing I used to do job.
Making a new drawing with my measurements on it.To make it readable for the end user, I am using fading (transparency) on my referenced drawing. It is looking fine on the screen, but not on the plot.
On the plot all the colours are coming back to the original (before I change the transparency)I try to look on the plot style, but obviously it is not possible to change the settings for the referenced file, just for the all drawing.
What I am looking for is how to plot what I see on the screen (WYSIWYG)?I have looked for a solution on internet (can read english, danish & french) but I didn't find the solution yet!I would like to know how I can solve this problem?
I have to add, that I have several working sites with a lot of drawings, so I am looking for an easy/quick solution.
Is there a way to get model space to "display plot styles" through a lisp routine or a script?
i'm currently setting up a whole bunch of custom tool palettes for the company I work for and instead of the icons displaying in their actual colour (at the moment they're green, which doesn't show up very well on the light grey background), I'd rather they show in the plotstyle assigned to the individual dwg's.
call up the page setup manager (while in model space) and click modify, you can then check the radio button to "display plot styles" in the top-right corner. But when you have around 100 - 200 blocks to change, that process can be rather time consuming and cumbersome!
I'm trying to provide the user with some alternative vies of the drawing from within my application.
I picked up this code from an earlier post and have modified it to what I thought should work, but is has no effect on my screen display even after I exit from the form.
Private Sub ComboBoxView_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ComboBoxView.SelectedIndexChanged Dim myDwg As Document = Application.DocumentManager.MdiActiveDocument Dim myDB As DatabaseServices.Database = myDwg.Database Dim myTransMan As DatabaseServices.TransactionManager = myDwg.TransactionManager Try myTransMan.QueueForGraphicsFlush() ' Have tried with and without this line Using myTrans As Transaction = myTransMan.StartTransaction Dim vpr As ViewportTableRecord = DirectCast(myTrans.GetObject(myDB.CurrentViewportTableRecordId, OpenMode.ForWrite), ViewportTableRecord) If vpr IsNot Nothing Then Select Case Me.ComboBoxView.Text Case "Plan" vpr.SetViewDirection(OrthographicView.TopView) Case "Front elevation" vpr.SetViewDirection(OrthographicView.FrontView) Case "Side elevation" vpr.SetViewDirection(OrthographicView.LeftView) Case "SW isometric" vpr.ViewDirection = New Vector3d(1, -1, -1) Case "NW isometric" vpr.ViewDirection = New Vector3d(-1, 1, 1) Case "SE isometric" vpr.ViewDirection = New Vector3d(1, -1, 1) Case "NE isometric" vpr.ViewDirection = New Vector3d(1, 1, -1) End Select End If myDwg.Editor.UpdateScreen() ' Have tried with this line inside and outside the 'Using' section myTransMan.QueueForGraphicsFlush() ' Have tried with and without this line myTrans.Commit() End Using Catch ex As SystemException MsgBox(ex.Message) End Try End Sub
I note that I have probably misguessed the direction vectors, but I can handle that by experiment once I get the screen updating.
I have used this attribute often in the past, but cannot recall how. The circles on my current drawing display a number of facets (flat surfaces) which can be overcome by redrawing of regenerating.
There is however an attribute which one adjust to resolve this.
Is there a way to "disable" the display of the viewport "outline" so that it is not seen when looking at the paper space tab on a computer screen? Kind of like how images have frames but you can "hide" them.
Am I able to change the background colour of the view screen in PSE 11 organiser? The current background is grey, which isn't a great colour to optimise viewing images. Black would be better.
I have one drawing per file at model tab. When I need to plot a multiple page file, I use:
Print > Batch Plot.
The problem is that I have to set plot configurations ( plot style table, plot area, paper size, etc) in each file before use Batch Plot.
Now I received 722 files with a wrong Plot Style Table. For this time I change the associated *.ctb file at Plot Style folder, but I will need to associate the right *.ctb to each drawing. It's also common to have to change other properties.
New machine, nice and fast, but there is a quirk in the display with in Photoshop. When I click on a layer to move it about, the display within the Photoshop window flickers. Sometimes, when I click on a layer, the whole image, inside the Photoshop window, goes black. By clicking on the another layer, in the layer panel, the image will reappear.
I'm having trouble getting both of my printers to print out to the same tone/colour that is displayed on my Monitor. Neither are accurate
Is there anything I can do with my monitor settings, or my photoshop/illustrator colour settings so that what I see on the screen is what will be printed out.
The printers are :
1) Hewlett Packard 1220C
2)Epson Stylus 2100
They both print out differently.
For the HP printer I've looked at the 'Image Colour Management' and it states the 'ICM is handled by host'
For the Epson printer the Colour Management is set to 'Automatic: Windows will automatically select the best colour profile from the list of associated color profiles'
I know it's possible to change the Color Setting in Photoshop but I don't really know what to set it to, and who to set it so it's as close to my monitor display as possible. (I work with RGB colour)
The bottom of the window goes off screen so i cannot resize it by clicking and dragging the lower right corner. Also in Navigator I can see that I should be seeing more image as indicated by the red outline. I have tried resetting Essentials, tried opening Photoshop while pressing Option / Alt shift, and nothing seems to work.
I photograph a bright red car in raw mode on a digital slr (Canon 20D) set to Adobe rgb 1998 and view it in Breeze Browser and it looks just as I remember it. I open it into Pshop CS5 extended (which is set to Adobe rgb1998, Europe ISO Coated Fogra27, (as I am UK and this is what a calibration company set our works proofer to) gray gamma 2.2 dot gain 20% and its become a little desaturated.
Sampling it and comparing screens and colours with Breeze Browser its definitely less red, a bit more orange red instead. I need to up saturation to return the red, both in RAW converter and also after image opened if not done so beforehand in RAW converter. Colors just look muted.
What tests can I carry out to find out what is going on ?
Perhaps create a rgb 255 0 0 image in a way not influenced by photoshop and photo the monitor, then open this in photoshop and sample it. However that would be influenced by the exposure of the camera. Maybe I need to create a Kodak grey card type image and establish correct exposure for the monitor brightness first. so what would that be as rgb ?
I know though that Pshop is displaying duller. Once upon a time we had Adobe gamma and one would go through the calibration wizard to set up Photoshop having already set up the monitor.
What do we have to do after installing CS5 extended or CS4 to ensure Pshops display is correct ?
I have Adobe gamma in the control panel, Is this something we still have to do in CS5, I wonder if its there because I still have Pshop 7 installed which used that wizard.
As I launch a videocapture on videostudio pro X4, I don't get any video display on my screen, only hearing the sound. Afterwards, the generate file is OK with picture and sound.
I've always used the screen display modes in the toolbox in prior versions. They are gone from the toolbox, can someone tell me where to access them? I want to have multiple files open where I can see them and work from them.
I noticed a "focus" problem using dual screen. When i activate the "Loupe" (1:1 mode) view on the 2nd screen, and i browse my pictures in the developp module (using the film strip and arrows on keyboard for example). The view on the 2nd screen is not displayed as sharp as it should be.
If i touch the detail slider (change the value and make it back to its previous value) the picture is update correctly (sharp) . Do not happen when i use the loupe in "one screen mode".
While using Photoshop CS4 Extended version 11.0.1, whenever I change Screen Modes, it causes the color of all photos to display improperly. The pictures become very dull and gray. Even the whitest whites (255/255/255) appear to be a dull gray, as if a black layer set to 30% opacity is placed in front of the picture. The color still displays properly in the thumbnails of the Layers Panel.
Every picture I have open is affected in this way. Closing the pictures and reopening them does not help. Any new pictures I open are also affected. Changing back to the original screen mode does not fix the problem. The only thing that fixes the problem is closing Photoshop altogether, and then restarting it.
It doesnt matter how I change Screen Modes, whether I change it from the Screen Menu, the Applications Bar, or cycle through the modes using the F key. Even hitting the Tab key to hide the panels causes this to happen. Being a long-time Photoshop user, I have long been in the habit of cycling through screen modes frequently, so suggesting I not cycle through Screen Modes isnt an option because itll take months to break me of the habit.