AutoCAD 2013 :: Plotting Viewcube And Compass?

Apr 3, 2013

An associate on campus asked me if there was a way to print the viewcube and compass when he plots a drawing.  What he is doing is printing pdf's of different sections of the drawing, and wanting the compass to appear on each printed section.

View 4 Replies


ADVERTISEMENT

AutoCAD 2010 :: Plotting Lines Using Compass Direction For Lines Angle

Apr 25, 2012

i am doing a simple project making a survey plot for a piece of land that will be broken into subdivision. all measurements are of my starting point. after plotting the starting point i try to draw line that is 113 feet long and at a bearing of N 5d W i have no problem entering this data but when i hit enter it draws a straight line. now i know 5 degrees is much of an angle so i thought maybe it just looked straight and tried to plot the next point which was 542 feet from the last point at a bearing of N 39d E but once again after i put the info in and hit enter or space it would plot a line of the proper length but vertical, not the proper angle i need it at. here is how i would put in the info:

first i choose the lne command and choose my "beginning point" as that starting point for my line then i type 113<N 5d W for the length and direction and hit enter. when i do this it plots a vertical line of the proper length but wrong angle. what am i doing wrong? i have ortho set to off and idk what else to mess with

View 1 Replies View Related

AutoCAD 2013 :: Viewcube Appearance / Disappearance In Viewport

May 13, 2013

Sometime the ViewCube disappear from my screen, so it  is not possible to rotate my drawing so see my objects in 3D.

The same ViewCube is in my Viewport and in this case I would like to make it disappear due the Viewport is locked and the commands do not operate normally here in this area.

Just in case you do not know what is the ViewCube please check the images attached.

View 5 Replies View Related

AutoCAD 2013 :: Viewcube Turning Into Unselectable Image - Opened AutoTrack

May 6, 2012

I'm using ACAD 2013, and for the first time since I installed it a month or so ago, I opened AutoTrack (by mistake). Now whenever I double click an AutoCAD file, it will automatically open in in AutoTrack, unless I open AutoCAD and open the file that way. It may be a coincidence, but my viewcube has just stopped working, and has become a static, unselectable image - like a fuzzy stamp on my drawing. I can't click or right click on it, and when I zoom, it doesn't stay in the same place at the same size, like it's supposed to.

This was happening when I was using 2012 too, but stopped after I installed 2013. As I said, it has just started up again after I opened AutoTrack by mistake.

View 3 Replies View Related

AutoCAD 2013 :: Viewcube Rolling - Zoom To Extents After View Change Box

Jun 13, 2013

I am having a small but annoying problem with the viewcube in AutoCAD 2014. In all the previous versions that had the viewcube, when I unchecked the "Zoom to Extents after view change" box, the view would pivot about the center of the screen. Now it seems to pivot about an arbitrary point an I have to zoom_e anyway.

View 8 Replies View Related

AutoCAD 2013 :: Plotting Using DWG To PDF

Aug 9, 2012

I'm having issues plotting using dwg to pdf.  It prints perfect printing to my printer but when I create a pdf using dwg to pdf it does not print what is previewed.

I created block with solid hatches for my mark/schedule boxes and detail bubbles so I wouldn't have to trim whats behind it.

View 9 Replies View Related

AutoCAD 2013 :: Plotting To PDF

Oct 5, 2013

I have been working with a large scale architectural drawing provided by my cleint's architects. Since I usually work in black on a white screen, I have been working from paperspace with the viewport set to.monochrome. Up until Thursday, whenever I printed to PDF, I would get a monochome image which is what is supposed to happen.

However, In order to provide my client with a colour coded image, I changed some settings and printed a colour PDF. Now I cannot get it to go back to Monochrome. What setting has changed. I opened an earlier version of the same drawing and output a PDF from that drawing - black and white PDF. Try it from the current version of the drawing, it comes out in colour.

I have compared page setup settings, output setting, viewport 'MO' settings, they are all the same. How do I get back to black and white output.

View 4 Replies View Related

AutoCAD 2013 :: OLE Object Not Plotting In PDF

May 24, 2013

I have documents from an architect that still hand drafts. I am trying to bring their drawings in via the Snapshot Tool in Adobe Acrobat and pasting into AutoCAD 2013 so I can overlay the structural notes in paperspace. And then send to plot making .pdf files. The thing is, some of the viewports are showing up in the plot and some are not. All settings in the properties pane are the same. All are on Layer 0.

View 3 Replies View Related

AutoCAD 2013 :: Plotting Xref PDF

May 9, 2012

AutoCAD 2013 Windows XP

I have a drawing (Drawing A) that contains a PDF (using PDF attach) with text over the PDF. I then have this drawing Xref'd (as overlay and as attachment) into another drawing (Drawing B). When I print this drawing (Drawing B). The text prints but the pdf does not.

In Drawing A the pdf is on the 0 layer.
In Drawing B the pdf is on 0 layer.
The 0 layer is not frozen and is set to print.
The xref in drawing B is set to overlay and relative (I tried absolute).
I can see the pdf in drawing B.
PDFrame is set to 2 in dwg A and B.

View 4 Replies View Related

AutoCAD 2013 :: Plotting Xrefs To PDF In B&W

Jan 28, 2013

We setup a company template to use STB. Not trying to debate if its the right move, we simply did it because the designers grasped the concept of Named Styles rather than color styles.

Here is our setup.

AutoCAD 13 on Windows 7 with Adobe PDF or DWG to PDF

We have an xref'ed drawing of a background. We xref it on Layer XXX_BKGRD with a color of yellow and a Plot Style of Background.

In our STB file we have style named Background set to plot Black. We have Plot object lineweights and plot with plot styles selected. The VP is set to Legacy Hidden.

When we do a plot preview, its all color. No change.

View 3 Replies View Related

AutoCAD LT :: 2013 Plotting From A Macro

May 16, 2013

I have a large number of drawings with template details of a printer that is now longer available (we moved offices). I therefore want to write a macro that instead of trying to use the template detailed printer and then failing to the None printer instead goes straight to the new printer (Lanier MPC2500). Once I get this basic task completed I'll then add additional functionality.

The macro at present is:-

^C^C-plot;y;; \mwperdc03LANIER MPC2500;;A3 (297 x 420 mm);m;l;n;l;1:1;0.00,0.00;y;monochrome.ctb;y;n;n;n;n;y;

I also know where it's failing (the first in the path) as this is the macro escape character to enable the user to add information. If I then manually enter (or paste) the link \mwperdc03LANIER MPC2500 into the command line and press enter the rest of the macro executes and I get a print output. I've attached a screenshot of the command line for info.

I've read that instead of using the character in the path I should use the /. I've tried this but it doesn't seem to work.

Is there another method of embedding paths into Autocad LT so this will operate or a better workaround?

I'd thought of using DIESEL but I can't see any suitable commands in the command library.

>>>>>Why did they choose a as and escape character?????

View 5 Replies View Related

AutoCAD 2013 :: Plotting To PDF With Transparency

Dec 12, 2012

I have multiple drawings I've been working on that have tif files laid in the background that I have been making my drawings over the top of. In order to make the linework easier to see, both on screen and on plot, I applied a 65% transparency to the layer containing the tif. Everything worked fine, and printing worked great, but when I tried to plot them to pdf, the transparency failed to plot properly. I tried PrimoPDF and the transparency worked, but the paper sizes didn't include Arch D and the plot didn't look as crisp as the one produced by AutoCAD. In the end, I ended up pay $5 per print to have the DWG files processed, because I needed the transparency to plot properly. I would like to figure out what the problem was so that next time I need to send out for prints.

View 2 Replies View Related

AutoCAD Civil 3D :: Plotting To PDF Using 2013?

Apr 9, 2013

I'm having a problem plotting to pdf (using ScanSoft Pdf Pro 4) causing Autocad Civil 3d: Infrastructure Design Suite.

When I plot in Civil 3d 2009 I have no problems but we recently switched to Autocad Civil 3d: Infrastructure Design Suite and when I try to plot a pdf 24x36 it looks correct in the plot preview but my final pdf size comes out 36x36.  I have tried everything I know...

 Create a new sheet size

 I can't just save as an earlier version and plot in C3d 2009 because my alignments gets screwy.

View 9 Replies View Related

AutoCAD Civil 3D :: Created PVC Pressure Pipe But No Compass?

Aug 28, 2012

So I created a pvc pressure pipe to use in addition to the ductile iron pipe that comes with the software.  Problem is, when I draw my pipes, the compass doesnt disply the different bends at which I can use.  If I switch to the ductile iron pipe that came with the software, all my bends show up that I can draw at.  Why dont they show up on the compass for my pipe I made?

View 5 Replies View Related

AutoCad :: Inserting A Scale Bar Under Compass / North Arrow

Aug 28, 2011

I have found 3 installed dynamic scale bars that cad offers that can be inserted onto a map, but i don't like the graphics of the 3 choices.

is there other choices for dynamic scale bars offered somewhere, or do people just build there own?

View 3 Replies View Related

AutoCAD Civil 3D :: Pressure Pipes Compass - Only Giving Three Angles

Apr 21, 2012

I have tried a thousand different scenarios with the new pressure pipes.  When I create a new parts list and try to draw a water line, the compass only gives me 3 angles.  This is using the "out of the box" templates.

View 5 Replies View Related

AutoCAD 2013 :: Windows 7 64 Bit Crashes When Plotting

Mar 25, 2013

Running AutoCAD 2013 on Windows 7 64-bit OS Dell desktop.Whenever I plot 1 in 4 of the times, AutoCAD freezes, usually crashing. Happens both when either typing the command or using pulldown option.Freezes before I get a chance to choose which printer/plotter but plotting with HP Designjet T1120.

I am assuming downloading the HP Universal driver wouldn't do me any good. I am not crashing after I send anything to plot, but before, immediately after the 'Plot' window comes up, it freezes.

View 4 Replies View Related

AutoCAD 2013 :: Plotting Layouts To Scale?

Sep 25, 2012

when i go to preview plot after selecting D size, scale isn't correct. how do i change to correct scale for plotting after i've scaled each view in paper space. please see attached drawing.

Any good free tutorial online about viewports and plotting from them and to get correct scale?

View 9 Replies View Related

AutoCAD 2013 :: Plotting Paper Space

Aug 7, 2013

I have created some rectangles with a solid fill hatch in paper space in different colors, on different layers., when i plot them, they plot in black. what can i have checked or not checked to solve this? the viewport that i have in the layout plots in color, i am using the acad plot style. 

View 9 Replies View Related

AutoCAD 2013 :: Image Frames When Plotting To PDF

Nov 25, 2013

I have a strange thing going on where image frames show up when I plot to PDF. I have set the image frame variable to 2. There is no issue when using a local printer or using print preview for said printer. When plotting or previewing using any of the PDF drivers image frames appear around my title block logos.

View 1 Replies View Related

AutoCAD 2013 :: Plotting To PDF With Correct Scale

Mar 13, 2013

I've got a question about plotting to a measurable PDF with the correct scale.

Currently, if you plot to PDF (ARCH full bleed D 24x36 paper size) using 1:1 scale of the Layout area (including viewport, title block, etc) you get a nice PDF of the appropriate plan which would print to paper at the correct scale (1/16" = 1' 0'). If you set the plot scale to 1/16" = 1' 0' then preview/plot it then it appears completely tiny (like 2% of the page size), in the bottom left corner.

However, I want to make the PDF measurable. At the moment, if you do this using a 1:1 plot, the default numbers given by the measure tool are way out of proportion (a 29' dimension in the drawing is measured as 48,294 with no units). To get it to give accurate measurements, you have to tell Reader/Acrobat to ignore document scaling in preferences, then "Change Scale Ratio" to the appropriate scale ratio (0.625 in = 1 ft). This means you can measure to scale in Reader or Acrobat BUT these options disappear once you close Reader/Acrobat. 

creating measurable PDFs from Autocad plots?

View 4 Replies View Related

AutoCAD 2013 :: Little Boxes That Appear Only When Plotting A Viewport

Oct 23, 2013

How do I get rid of them???

View 9 Replies View Related

AutoCAD 2013 :: MAC Missing Lines When Plotting?

Jul 24, 2013

I am using autocad 2013 on Mac and plotting to hp designjet 510. Lines are always missing when I print especially medium to thin lines or hidden lines or for example hatch tile lines. I use the plotter also on a pc and there are no problems at all. I changed the thickness of my lines in ctb and still have lines missing. I change percision to 1 and same thing. If I print draft, normal or best I still have problems. I know how to spool and use in built memory on pc but can not find something similar on the mac and dont know if that will work, as i printed same drawings from pc. It seems that when there are close lines together or dense lines in an area, it just skips them.

View 9 Replies View Related

AutoCAD 2013 :: Plotting With 80% Transparency And Using Pen Table

Sep 5, 2012

I am trying to plot a drawing with 80% transparency on the xref layers, and use a pen table to assign line thinkness (printing in black and white). But, when I go to print, AutoCAD completely ignores both of these and prints the drawing all lines at the same intensity and thickness.

View 2 Replies View Related

AutoCAD 2013 :: Viewports Not Plotting Properly?

Apr 27, 2013

I've been messing around with a 3D drawing trying to get it to plot properly. I have 4 viewports on the layout, and the issue is that parts of the viewport are being mysteriously chopped off, as if some great big white box is covering part of the viewport. This is definitely not an issue with printer margins - this is occuring in the middle of the page.

I've deleted all the viewports and created new ones, but the drawing is still being cut off in the same locations. 20 sheets of A3 and most of the day later.

View 6 Replies View Related

AutoCAD Map 3D :: Text Plotting Outside Viewport In 2013 But Not In 2012?

Oct 3, 2012

I am currently running map 3d 2012 and my co-worker is running 2013. When she plots in paperspace, there is text that gets plotted that is outside of her viewport. When I open  up the drawing on my computer, it plots perfectly. I attached a clip of it, the thick black is our drawing border, the viewport is where the color stops.

View 1 Replies View Related

AutoCAD 2013 :: DWG To PDF Plotting - Logo Text Changes Color

Oct 16, 2013

I have attached my template drawing and a plotted pdf file of my template.

My question is the logos in the title block are hand drawn dwg logos. My client does not like the pdf file because the ITC logo text changes color and looks grainy or washed out. It is not crisp and clean. This is VERY IMPORTANT to him. Why do they change so as in the colors of the ITC logo change to a light blue not the 178 I set it at in AutoCad. when I plot a pdf the file. When plotting I use the DWG to PDF option.

View 7 Replies View Related

AutoCAD 2013 :: Polyline Profile Partially Plotting

Jan 7, 2014

we have a drawing containing different profiles that we use for our plastic fabrication workshop, however will not print the entire profile only the beginning and end even thou is shown in the plotting preview window, we have changed all potting styles and settings trying to make it work with no luck.

View 5 Replies View Related

AutoCAD 2013 :: Title Block Does Not Show Up When Plotting

Oct 25, 2012

I made a 24 x 36 title block with attributes and saved it as a wblock.

1) When I inserted the title block into a 24 x 36 paper space, The titleblock does not fit. and the texts are messed up as well. The text are in in their respective places. What I did to create the title block is to basically created a title block border and then created the text. So, I made a block out of the borders and then a block out of the text then I made a block out of the whole thing (text and border). After i saved it as a wblock. When saving as wblock i chose entire drawing and once i chose object.

2) When I try to test plotting with this title block i made (even though it does not fit in) it does not show up in print preview.

How do I make some of the text Bold and others not? but keep them all same style? 

View 6 Replies View Related

AutoCAD Map 3D :: 2013 Labels Not Displaying When Plotting / Exporting

Jun 27, 2013

I've searched this Discussion Groups area on the site and have found a couple solutions. I've tried them all but I can't seem to figure out how to get ALL of my labels to display when I plot or when I export to PDF. It seems that only the POLES layer labels are having trouble showing up...

I understand scaling and it doesn't seem to be the issue. I've tried plotting under different scales, and I still get the same thing.I've attached an image showing the outcome.

On the left is the PRINT PREVIEW in AutoCAD.
On the right is the EXPORTED PDF.

I've checked in the administrator under POLE LABELS, and changed a couple things around but I can't seem to get the pole labels to show up.

View 3 Replies View Related

AutoCAD 2013 :: Xref Layers Frozen But Plotting

Dec 4, 2013

have xrefs in drawing froze some of the xref layers, changed colors on some others looks great on screen, but all the original colors show on plot, along with the frozen layers...is this to do with the xref?

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved