AutoCad 3D :: Possible To Plot Exact View Into DWG

May 31, 2011

I have 3d model made in autocad. I rotate it to get some aksometric view and select view->hide. Is it possible to plot this exact view into dwg... so that i can insert it to my 2d plan sheet in model space.

I don't use viewports, because they are so slow and clumsy.

View 4 Replies


ADVERTISEMENT

AutoCad :: Adjust Viewports View In Exact Way?

Mar 8, 2012

I have a viewport in a layout that shows a part of my model. I'm gonna create a number of layouts exactly like the first one, only having the viewports move their display a number of units along the x-axis. Is there a way to make this offset along the x-axis exact, or is the only way to enter each viewport and "manually" adjust the position?

View 5 Replies View Related

AutoCAD 2013 :: Get View Twist Angle To Match Line Exact?

May 22, 2012

How can you dview / twist to get the view twist angle to match a line exact?

I can enter an angle but the angle of my line is not to an exact degree or degree decimal. 2013 Civil 3D

View 7 Replies View Related

3ds Max Modeling :: Viewpoint At Exact Horizontal Field Of View

Oct 17, 2012

I'm trying to reconcile 3ds max's FOV camera settings to the settings I am presently using in Resoft Windfarm (a program which I use by imputting co-ordinates and height of a camera point and then specifying a horizontal FOV, which gives a real life viewpoint at the exact horizontal field of view that would be seen in reality.)

I'm currently setting the units to metres, importing my terrain at 1:1 and positioning modelled elements at 1:1 on top of the terrain in the correct 'co-ordinate' position, using the UCS with the exact 6 figure co-ordinate points. I am positioning my camera the same way, at the correct height and exact rotation, but when I specify the horizontal FOV it looks much smaller than it does in windfarm, like the field of view is not the same? I'm pretty new to 3ds max

View 3 Replies View Related

AutoCAD Architecture :: 3D View Won't Plot

Jan 26, 2012

I created a 3D view, shaded Realistic and inserted it into a sheet that is 11x17. When I plot (whether to .PDF or our copy machine) after the plot dialog box disappears, another one pops up that says "Plot Progress: Attempting to Cancel Sheet". Then it prints everything in Paper Space, but the viewport doesn't plot. By the way, when I look at it in Plot Preview, it's perfect. Fortunately I don't need to give this to my client for another 10 minutes.

View 1 Replies View Related

AutoCAD 2013 :: 3D View Will Not Plot

Feb 13, 2013

I only revised the text on my drawing and wanted to reprint my layout, but the 3D view disappears when I change the "view type" and will not plot. After hitting "regen" command several times, the 3D view types finally appear but are not even accurate - "Shades of Gray" is showing as "Sketchy", etc.

View 1 Replies View Related

AutoCAD 2010 :: Plot As PDF Isometric View?

Mar 29, 2012

I have been trying to plot as a PDF an isometric view from CAD. I am using CAP Studio for these 3D symbols and for some reason even though I have monchrome.ctb selected under Plot Style Table my PDF is printing in color, not all black.

View 9 Replies View Related

AutoCAD Civil 3D :: X Section Plot View?

Aug 31, 2012

I am trying to plot all my cross sections in a drawing, but I whant them in a vertical line.  It seems that I can only plot in a horizontal line on sheets.

View 4 Replies View Related

AutoCAD 2010 :: Plot One Or More Of Drawings In Model View To PDF

Oct 8, 2012

When I attempt to plot one or more of my drawings in model view to pdf the plot will show gaps in between the edge of the paper and my border. The plot will vary per drawing but limited to the ledger and tabloid paper size, the plot area is set to window for the area the border contains, and the plot scale is fit to paper.

View 9 Replies View Related

AutoCAD 2010 :: How To Remove Words That Appeared When View Plot

Apr 15, 2013

I'm facing a problem that is when i'm doing view plot in AutoCad 2010, around my drawing there are few words : produced by an autodesk educational product . 

This words come to 4 sides of my drawing which up,down,left and right. How to remove those words and make my drawing clear?

View 1 Replies View Related

AutoCAD Civil 3D :: View Frames And Not Wanting To Plot Corridor Info

Jun 19, 2013

I have a road design with a corridor.  I want to plot the plan and profile but not show the sub-assembly section that are every 25 feet.  I can't freeze the layer because then I only see my baseline for the alignment.  I want to see the offsets of the road.  I have tried creating an offset of my alignment but it will not create the offsets for some reason.

I want my final output to show the entire road over my OG topo survey but do not want to see section lines every 25ft

View 1 Replies View Related

AutoCad :: Plots Are Plotting Random Edge Of View Which Is On No Plot Layer

Aug 12, 2011

can't resolve problem I haven't had before. My plots are plotting a random edge (or two) of my view which is on a no-plot layer.

View 4 Replies View Related

AutoCAD Print / Plot :: Change Plot Setup To Multiple Sheets For Use With Batch Plot

May 21, 2013

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.

View 1 Replies View Related

AutoCAD Print / Plot :: Mac Doesn't Allow For Proper Printing On Their Plot Style Setting

Aug 29, 2013

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?

View 2 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Plot Transparency Option In PLOT Dialog Box

Sep 11, 2012

Where else do they keep this setting? I only have found it in Active Layout in extended dada

(entget (vlax-vla-object->ename(vla-get-activelayout (vla-get-activedocument(vlax-get-acad-object)))) '("*"))
The last pice of extended data is:
 ("PLOTTRANSPARENCY" (1071 . 0))
When i change it to 1
(setq layout(vla-get-activelayout (vla-get-activedocument(vlax-get-acad-object))))
(vla-getXdata layout "PLOTTRANSPARENCY" 'type 'data)
(vlax-safearray-fill data  '("PLOTTRANSPARENCY" 1))
(vla-setXdata layout  type data)

it stays there (extended data), but the setting in Plot dialog box doesn't change!!! And it still prints no transparency.

It takes to save the drawing and reopen it again to see the change.

The command -PLOT does not have this setting as well, so my options back to VBA or Lisp, but HOW?

View 9 Replies View Related

AutoCAD 2010 :: Plot Thin Lines And Dots When Plot Transparency Option Is On

Feb 6, 2012

I have a problem to plot thin lines and dots when Plot Transparency option is On in the Plot dialog box.

The lineweight is a half of the original. I think i have tried everything.

It shows correctly in the Plot Preview but when printed there are no dotted hatches and lines are much thinner.

View 9 Replies View Related

AutoCAD Print / Plot :: Sharing Plot Files 64bit With 32bit Machine?

Aug 21, 2012

Can users with a 64 bit computer share pc3's and pmp's with 32 bit users without adverse effects?

View 1 Replies View Related

AutoCAD Print / Plot :: Publish To DWFx Plot Stamp Layer

Aug 29, 2011

When I publish a drawing as a multipage DWFx (or PDF for that matter) with "Include Layer Information" selected, the Plot Stamp (Simple Date/Time and Text) comes out but on different layers on different layouts.

Example:
First Layout : Plotstamp resides on Layer 0
Second Layout: Plotstamp resides on Layer 3P
Third Layout: EQPT-VC
etc

Some general information:
Autodesk AutoCAD 2011 64bit
Autodesk DesignReview - 2012
Adobe Acrobat X Professional

Layer 0 Is thawed/plotable and on in all layouts, viewports all layers, viewports.  It has at least one entity per layout

Is there anyway to rectify this and still use the built-in Plot Stamp?

View 2 Replies View Related

AutoCAD Print / Plot :: 2007 Not Reading Plot Styles Correctly

Jan 17, 2012

So the firm I work at has AutoCAD 2000 and 2007. 2000 is installed on 5 out of the 7 computers, and 2007 installed on 6 of the 7 computers. 2 of the computers running just ACAD 2007 are Windows Vista, while all the other computers are Windows XP. We have an OCE TDS320 CAD Printer, an HP Wide Format Printer and a Panasonic 330 Copier/Fax/Printer. Our Problem is that When you try to plot an ACAD2007 drawing it will only plot it in color. This problem did not exist before 1/12/12.

When I select the Plot Style to print I select "monochrome.stb" which has always worked, now all of a sudden it doesnt. The only way i have found to fix this problem is to change my drawing to layer "0" which is white, so when it tries to print in color it will print black. Another Guy in the firm i work at has ACAD2007 on his computer running XP, he also has 2000 running on the same computer. When he tries to plot on ACAD2007 the same thing happens, so it is not isolated to my computer.

There is a difference though between his Plot Styles on his computer and the ones on mine. His end with .ctb, which works. It only doesnt work when he tries to print a drawing i made off of my computer. Because of this we copied his Plot Style folder for AutoCAD 2007 and installed it into the folder with all of my plot styles on my computer, replacing the ".stb" with ".ctb" That did not work at all. The last thing we tried was to copy over a file that plotted correctly, delete the drawing and draw what we needed, This also did not work. So basically we are thinking that ACAD2007 is not reading the Plot Styles correctly, or the Plot Styles are wrong or currupt.

View 1 Replies View Related

AutoCAD Print / Plot :: Plot Results From Paperspace Are Different From Model Space?

Jan 17, 2013

I have several objects on various layers in model space and they are exposed through a viewport in a paperspace layout. I also have a corporate CTB plot style.

Here is my problem: If i plot the objects from model space, they all plot with the correct lineweights as defined in our corporate CTB, but when i plot them from the paperspace layout, some but not all objects plot with a heavier lineweight than what is defined in the CTB.

I thought the CTB was supposed to override any settings applied to individual objects, but more importantly, why the different results, on the same objects, depending upon the space from which they're plotted?

View 3 Replies View Related

AutoCAD Print / Plot :: Publish Vs Plot - Image Shifts And Border Cut Off

Aug 13, 2012

I have found that when I Publish, the drawing comes out shifted about 1/8" down and 1/8" left as compared to when I use Plot. Which of course is just enough to cut off the sheet border which is 1/2" from the paper edge. I am using the same Page Setup for both Publish and Plot, same drawing.

This is to an Oce TDS600, and it only happens with 15x21 paper size. All paper sizes are set to 0" border. Probably an Oce issue, but have any of you seen this before?

View 1 Replies View Related

AutoCAD Print / Plot :: Poor Plot Quality With Aerial In 2012?

Aug 8, 2012

I recently upgraded from 2010 to 2012 and when trying to plot, using the very same page setups as before the upgrade, the quality (or resolution) of the plot is very poor and pixelated.  I am using very high resolution aerial imagery.  The output is not at all high resolution (totally pixelated, not presentable as professional).   It seems like AutoCAD is reducing the image quality now.  Is this a system variable that can be adjusted? 

View 1 Replies View Related

AutoCAD Civil 3D :: Station Ticks Display In Plot Preview But Do Not Plot

Nov 29, 2012

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.

AutoCAD Civil 3D 2013.

View 5 Replies View Related

AutoCAD 2013 :: Get Batch Plot To Plot PDFs To Single File

Sep 30, 2013

I have just switched over to 2014 and i cannot for the life of me get my batch plot to plot PDF's to a single file! Instead, it's printing all 37 layouts separate. I tried switching between multi-file & single file in the publish options, but nothing!

i know that it took me a while to perfect my settings the last time i set up a new version, but i am struggling to work it out now. 

View 1 Replies View Related

AutoCAD Visual LISP / AutoLISP :: How To Add Cadfile Plot Date And Plot Time As Attribute

Aug 30, 2012

I am aware of the plot stamp available in the Plot Dialog box, however, we are looking at ways to imbed this info in the dwg. I currently have the WD_TB with an attribute for FULLFILENAME, an attribute for PLOT DATE, and an attribute for PLOT TIME12. So I get the information on the dwg. I would like to be able to run all these attributes as a string. I have tried FULLFILENAME|PLOT DATE|PLOT TIME12 with spaces, commas, ( ), " ",  etc. and I do not know the proper syntax to get this to work. I have also tried (getenv "FULLFILENAME") or the getvar, in the title descriptions box.

View 1 Replies View Related

AutoCAD Print / Plot :: KIP 3100 With 2011 Heidi Driver Crashes Upon Plot Preview

Sep 1, 2011

AutoCAD Architecture 2011
Windows 7 x64
8GB RAM

Created new PC3 for KIP 3100 plotter using its AutoCAD Heidi driver for Win7x64. Upon plot preview the following error occurs.

This causes a crash report which has been submitted to Autodesk.  The response was to install service pack 2.  Error still occurs after installing the service pack.

Using the non-AutoCAD driver works.

View 1 Replies View Related

AutoCAD Print / Plot :: Cannot Choose Plotter In Plot Manager

Jun 25, 2013

In AutoCAD 2014 and ASD2013 I cannot choose one of the printer, which is installed on Windows (OCE TDS600). It is strange, because Autocad sees it on the list of available plotters, but when I try to select it - it automaticly changes to "None".

The plotter is properly configured - I can print with it from Revit 2013 without any problems. Also when I switch account to any other (on that same computer) everything works fine.

I tried to add this plotter through "Add-A-Plotter Wizard", but each time I obtain an error massage "Autodesk Hardcopy component failed..."

[URL]

View 2 Replies View Related

AutoCAD Print / Plot :: DWG To PDF - Lines Plot As Gray Instead Of Black?

May 9, 2011

Unfortunately I am using ACAD 2000 so bear with me and the only ACAD training I have is a 3 day crash course at the local software reseller.

I am attempting to plot a drawing that was created from a template into a .pdf but it is plotting colored lines instead of black lines. 

Here is some background info.  My template is set up as a .dwt which I will save as a .dwg when I begin to make my drawings.  Plot style table is “monochrome.stb” and I have selected Adobe .pdf as my plotter configuration.  I then select the “Properties” then go to “Custom Properties”, “Paper/Quality” tab and then select “Black & White” as my color.

When I go to plot the drawing as a pdf and do a preview of what I am about to plot, I see that the lines that make up the drawing are a shade of gray in color.  All my lineweights in the layers property manager are set to default.  I have attached a blank drawing that is based off of my template.

View 1 Replies View Related

AutoCAD Print / Plot :: 2004 - Set To Plot To File / How To Change

Aug 14, 2012

2004 and how to turn "plot to file" off?  Any time they go to plot the plot to file is already set and grayed out.  It has been way too long since 2004 and I don't know where to have them look although I assume it is in Options somewhere.

View 2 Replies View Related

AutoCAD Print / Plot :: Application Terminates When Plot Command Is Given

Apr 27, 2012

I'm using autocad 2011 LT License version 5 users & autocad 2012 Lt License Version 5 users.I have got a HP Laserjet 5200 printer, when i give a plot command from one of the workstation having autocad 2012 lt

the application gets terminated automatically every time.This issue is only with a single client having 2012LT all other autocad LT 2012 workstations in the same network plots w/o any complaint.

View 2 Replies View Related

AutoCAD Print / Plot :: Layers Turned Off Plot Unless They Are Frozen?

Sep 13, 2013

I have a user which we just installed Autocad Civil 3D 2014 on his computer that is running on a Windows 7 64-bit OS.  However, he has had the same problem with Civil 3D 2011, 2012, and 2013 ever since we took him to 2011 in September 2011.  So, it is not something new.  It may have been around before then but my companies common practice back then was to freeze layers with a script file before plotting.  While attending a class back in 2010 or 2011, he and his group were told to “do not use FREEZE on layers in Civil 3D” since things frozen did not get updated like they would if they were just turned off.  So, they have been using the “ON/OFF” commands on all Civil 3D files since then.

Here is the problem:

A drawing, typical of this and other jobs he does, has a title block which is an xref in paper space and the site plan xref in model space.  He can turn "OFF" certain layers from the site plan as viewed from paper space to remove clutter and then go to make a plot.  After getting it set up to print and going to the preview the layers he has turned off appear in the preview and if he goes ahead and makes the plot or PDF those layers that were turned off will plot out.

The work-a-round they have been using ever since has been to go back into the file(s) and “FREEZE” the layers that were turned off, make the plots and then go back and “THAW” the layers before ending the drawing.

Things we have tried:

Set Visretain=1
Used the “Publish” command.
Set Layerevalctl=0 or 1

Is there a way to use ON/OFF instead and have the layers NOT plot out?  OR, is this something that AutoCAD will not do regardless?  Has it always been that way and we have been unaware of it through the past four releases?

View 5 Replies View Related







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