AutoCad :: VP Showing Different Scales Of Same Object On Same Drawing

Sep 2, 2011

I need to show a building plan at 1/100 scale and then just its outline at say, 1/500 for a site plan, both on the same drawings and using just the one model?

View 6 Replies


ADVERTISEMENT

AutoCAD Civil 3D :: Section View Styles Showing Scales In Title Text?

Jun 27, 2013

I am working on setting up exagerated (10X) section views. I would like to show the horizontal and vertical scale below each section.  I have used the code below in the Axis Title Text.  The horizontal scale displays correctly (taken from the overall drawing scale)
 
How would i edit the vertical code below to show the vertical scale 10 times smaller?
  
SCALE: HORIZONTAL  = 1:<[Drawing Scale(P0|RN|AP|GC|UN|OF)]>
VERTERTICAL  = 1:<[Drawing Scale(P0|RN|AP|GC|UN|OF)]>  

View 5 Replies View Related

AutoCAD Architecture :: Too Many Annotative Object Scales?

Nov 13, 2012

There are obvious reasons to limit the number of annotative scales while your drafting. I don't know that I'm aware of what file errors/issues can come about from using annotative scales.  I've read where you should clean up the scales in your drawing but I'm not sure why?

View 2 Replies View Related

AutoCad :: Drawing At Different Scales

Oct 9, 2011

I am a very infrequent user of CAD and still do things like I used to do back in the '90s.

I draw in Model space at full scale--except, and this is why I am posting this question, when I have a small detail I want to be visible.

Can I draw a detail in Model space that is a different scale than the main drawing, or do I have to make it 'larger' by using Paper space and a viewport. Like maybe a block or some procedure I am unaware of.

View 4 Replies View Related

AutoCad :: Excess Scales On Drawing

Nov 16, 2012

I have just received a drawing, and getting message on excess drawing scales trying to xref it into drawing, how do i change scales, get rid of all different annotation scales how can i purge it?

View 2 Replies View Related

AutoCAD Civil 3D :: Import Scales From Drawing?

Oct 21, 2013

is it possible to import scales from one drawing to another?

i get many drawings every day from other people and i want to import my own scales from my own templete.

i thought to copy the objects to my own templates but i will loose the layouts from the originals. i will heve then again to import the layouts...

View 1 Replies View Related

AutoCAD 2010 :: Drawing Size On An A4 At Different Scales?

Mar 18, 2012

Drawing size on an A4 at different scales,The A4 can have a drawing size up to 29.7x21 meters when printing with a scale of 1/100 while it can have up to 14.8x105 meters when printing with a scale of 1/500.

Does this mean that we need to have different title blocks each time we print in an A4 paper size with different scale?

Software: AutoCAD 2014, AutoCAD C3D, AutoCAD M3D, Revit
Windows 7 (Ultimate 64 bits),
Firefox 20.0,
Kaspersky 2013.

View 6 Replies View Related

AutoCAD Civil 3D :: Editing Drawing Scales

Jun 14, 2013

I am working in a drawing that had all archetectual scales. I Need to insert scales like 1"=30' and so on. Usually when i go to this menu i can simply add them, but in this drawing they arent there. I started this drawing using the relitivly blank template ACAD.dwt because i am trying to build a company template and did not want any trash.

How does autocad chooses wich scales to show. In drawing setting it is set to US Survey foot.

The link talks about the issue, but i really do not understand the results. [URL] ......

Civil 3D 2013
HP Z400 Workstation
6GB of RAM
296GB HDD
ATI FirePro V5700(FireGL)
Win 7 Home Professional

View 6 Replies View Related

AutoCAD .NET :: Extract All Of Annotative Scales In Drawing?

Nov 15, 2011

I am trying to extract all of the annotative scales in a drawing, I have found some code which will extract the current annotative scale, but not all.

Dim doc AsDocument = Application.DocumentManager.MdiActiveDocument
Dim db AsDatabase = doc.Database
Dim ed AsEditor = doc.Editor
Dim ocm AsObjectContextManager = db.ObjectContextManager
Dim occ As ObjectContextCollection = ocm.GetContextCollection("ACDB_ANNOTATIONSCALES")

View 1 Replies View Related

AutoCad :: Drawing Scales And Paper Size

Jun 1, 2011

I have a requirement sheet from the city for plans for a little strip mall that I'm drawing a renovation for one unit. Had to reproduce the entire site however for the city planner. No problem, doing that, but here's where it gets kinky. They want the plans submitted on 11 x 17, but scaled at 1"=10'. The site is 656' ±, so at that scale, ain't no way it's gonna fit on an 11 x 17 sheet, right? If one inch = ten feet, on a 17" page, the biggest anything could possibly be is 170 feet, right?

View 8 Replies View Related

AutoCAD 2013 :: Linetypes Show Up In Different Scales In The Same Drawing

Oct 20, 2013

I am trying to understand how Linetype scale works, and have been researching on LTSCALE, MSLTSCLAE and PSLTSCLAE. I believe I have a fair understanding of each of these settings. Still, I can't figure out how the scaling works while I was trying to create custom line type. To illustrate, I created a new linetype called XCENTER, which is exactly the same line type as CENTER except its name, in a new LIN file.

*XCENTER,XCenter ____ _ ____ _ ____ _ ____ _ ____ _ ____
A,1.25,-.25,.25,-.25

After loading the new linetype into my drawing, I was surprised to see that CENTER and XCenter show up in different scales in the same drawing (see png).

My work file is WORK.DWG, I have purged everything except the two polylines, one with the line type of CENTER, the other xCENTER. Not that my global scale is 1:100, LTSCLAE=, MSLTSCALE=1, the object scales are both set to 1.0.

I copied the two lines to clipboard and pasted on a brand new drawing TEST.DWG, and the two lines show up in the same scale.

What in my original drawing WORK.DWG is causing this problem?

View 3 Replies View Related

Revit :: Changing Line Scales From AutoCAD Drawing?

Mar 1, 2013

I made a SitePlan in AutoCAD with all of the proper line scales set, but when I imported the file into Revit, they were all solid lines, not hidden or phantom styles as they should be.  I fully exploded the site plan within Revit, but i still have yet to see a possible way to adjust the line type scales. So far it has only been telling me about how to change the line weight, which is not what I'm trying to do.  If there is any information i can begiven on whether it is even possible to adjust the line type scale in Revit from an AutoCAD file

View 1 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Add Scales To List Scales?

Oct 6, 2013

create a code to add scales to the scale’s list?

I just want to have the necessary scales, so don’t want to add to the template.

The command function is basically to allow me type the value of the scale and based on that, adjust the properties of the scale. (Name appearing in scale list - Paper Milimeters - Drawing Meters)

Example:

>Command line: setscale

>type the value of the scale to create: 50

set 1:50 to default

View 3 Replies View Related

AutoCAD 2013 :: Copy / Paste - Drawing In Multiple Scales

Dec 4, 2013

when i copy paste this drawing from autocad architecture 2013 to another drawing it goes into that drawing in multiple scales

before     after

I have checked all ins settings, I have tried to block it and unblock it, all items are there, some are just super small, some are normal.

View 3 Replies View Related

AutoCAD 2010 :: Duplicate Annotation Scales HARD-CODED In Drawing File

Apr 30, 2013

I have determined that an AutoCAD drawing has the unfortunate ability to have Annotation Scales "hard coded", meaning they CANNOT be removed from the drawing.

Let me explain....

In a detail drawing file (i.e. my master drawing file where I keep all of our standard details), I was getting duplicate Annotation Scales.  I would try to use the SCALELISTEDIT command to try and delete the anno scales not being used, but it would appear they WERE being used. (and resetting the anno scales didn't work either)

I was using a combination of tricks to determine WHICH annotation objects were using the duplicate anno scales. I would set ANNOALLVISIBLE to 0 and set the CANNOSCALE to the duplicate anno style to see where they were being used with no luck

I would then use the QSELECT command to group select each type of annotation object that were annotative, and check to see if they were using the duplicate scales. Again, no luck 

THEN, I decided to cut-n-paste each detail one-at-a-time from my master drawing file to a new BLANK drawing with only one annotation scale in it (i.e. 1:1).  I would paste a detail, and then enter the SCALELISTEDIT command to see which anno scales "came along for the ride".  I pasted a particular detail that carried over the duplicate anno scales, but when I checked all of the annotation objects for the duplicate anno scales - NOTHING!    I then deleted that particular detail, purged it, and then I was able to delete the duplicate anno scales.  But no matter what I did to try and fix that detail (i.e. wblock, cut-n-paste, save-down, etc) the duplicate anno scales simply will NOT be allowed to be deleted even though i cannot find any objects associated with them.

View 8 Replies View Related

AutoCAD Civil 3D :: Import / Export List Of Metric Annotation Scales For Use In Another Drawing?

May 15, 2012

Using Civil 3D 2012, is there a way to import/export a list of metric annotation scales for use in another drawing?

View 4 Replies View Related

AutoCad :: Plotting Drawing From Model View Screen So That Certain Line Scales Show

Aug 4, 2012

Is there anyway of plotting a cad drawing from the model view screen so that certain linescales show? At the moment when I plot it will show hatched items without the outlines.

View 9 Replies View Related

AutoCAD Inventor :: Showing Parameters Of Drawing Template On Actual Drawing

Jul 26, 2013

I have created an iLogic panel which allows me to control my revision a lot easier and puts my entered data into the parameters of the sheet itself, is there a way to have this show up on the drawing itself for a template?

View 1 Replies View Related

Photoshop :: CS6 Painting On 3D Object Showing Up On Other Side Of Object

Jun 22, 2012

A problem I do not have in CS5 - painting/stamping/blurring etc on a 3D model is showing up in unwanted, unseen areas of the model.  I have tried narrowing the falloff, selecting paintable areas.  Is there a setting I'm missing that fixes that in CS6?

View 2 Replies View Related

AutoCAD LT :: OLE Object Not Showing Up In Viewport?

Feb 8, 2010

Autocad LT 2007. I pasted an ole object into model space and when I create a viewport in my tab I see the outline of the ole object but the actual image does not show up.

View 9 Replies View Related

AutoCad :: Annotative Object Not Showing In Viewport

Jan 18, 2010

I'm using AutoCAD 2010 and I tried creating an annotative dimension but it won't show up in my viewport unless ANNOALLVISIBLE is set to 1. Both my annotative and viewport scale are set to 1/8"=1'-0".

View 4 Replies View Related

AutoCAD Architecture :: AEC Object Properties Not Showing?

Dec 16, 2011

When selecting an AEC and going to the properties dialogue box I no longer have items showing up in the prpoerties like cleanup group, size, or endpoint type.  It only has the general tab and 3d visualization.  I did a repair from the uninstall software fromn control panel.  I also rebooted.  I don't want to do a reinstall becuase of customizations. I have vista Ultimate operating system.

View 2 Replies View Related

AutoCAD 2010 :: Line / Object Selection Not Showing On Properties Tab?

Jul 6, 2012

We have this problem with nothing showing up in the properties tab when we select a line/object.

We have tried everything from here:

[URL]

But still can't get it work.

Is this more of a Windows issue rather than AutoCAD?  We are running Windows 7/64.

View 8 Replies View Related

AutoCAD 2010 :: Object Selection Not Showing On Properties Panel?

May 19, 2010

When objects are selected, they don't show up on the properties panel (or on the Quick Select panel either) It doesn't matter what method I use:

-Pick one object (lines, arcs, circles, blocks, etc), the Quick Properties flyout appears, but empty. Properties flyout show "no selection"

-Window-select object or objects. Quick Properties bar shows up empty again. Properties flyout show "no selection"

-Click on the Quick Select icon. It prompts me to pick geometry. I do. The Quick Select window comes up, but where it says "Object Type", it only has the option "Multiple", and not the normal list of the geometry you selected.

Have Autocad 2011, as well as Autocad 2010 and Inventor 2010 (trial license) on the same machine.

Intel Core2 Quad Q8200 2.34 GHz
8 GB RAM
Windows 7 Pro 64 bit

View 9 Replies View Related

AutoCAD Inventor :: Text Not Showing On The Drawing

Sep 29, 2011

Running into some strange text issues... fonts having problems and text not showing on the drawing that is in the text box. (shows fine with out the bold option but does not when its turned on)

files attached should explain.

inv 2012
sp up to date 

View 3 Replies View Related

AutoCAD LT :: Saved Changes But Not Showing When Drawing Is Reopened?

Aug 14, 2013

But changes are visible in drawing preview/thumbnail.  Also, random changes are saved.  For instance some changes I made yesterday and saved are not showing up while changes I made today are.  Essentially I am missing most of my work from today.  I did save the drawing as 3 different drawings prior to closing and each drawing now shows something different.   

View 1 Replies View Related

AutoCad :: Hatch Is Not Showing Up On Drawing Anymore

Feb 22, 2012

Hatch is not showing up on my drawing anymore. I use hatch command, pick area, pattern, color, scale etc and then when I press enter or preview nothing happens. Hatch works on my layouts though but not in model view.

Before all that happened, AutoCAD crashed and stopped working so I had to force close it.

What do I do now? How can I make hatch work again?

I'm using AC 2010 mac version.

View 7 Replies View Related

AutoCAD Civil 3D :: Pipe Network Structure Not Showing In Object Viewer

Mar 6, 2013

I've been using pipe network in Civil 3D for some time now and all I can say is I can't wait for them to rewrite it!

I've had acouple of problems with some of the default parts for the UKIE template which I have managed to fix manually but there is stil one problem I can't seem to solve. For some reason my type E manholes show up in plan and section but don't show at all in object viewer. I've even tried to create a new drawing and place a new network but again the same thing happens.

I've tried going into part builder, validating it and saving it, reload the catalog etc. just incase.

View 3 Replies View Related

AutoCAD Civil 3D :: Showing North Arrow On Drawing?

May 23, 2012

I would like to show a north arrow on my drawing, but i dont know where north is,

Does autocad know where it is, my site is in a very remote mountaineous area with nothing to reference off on goole earth or maps.

View 5 Replies View Related

AutoCAD Inventor :: Showing Movement / Translation In Drawing

Feb 12, 2013

I have an assembly of a rod in a cylinder. When compressed, this rod sticks out 10mm from the cylinder. When extended, this rod sticks out 50mm. I am trying to create a drawing which shows the compressed state and extended state together.

View 3 Replies View Related

AutoCAD 2010 :: Can Display Any PDFs That Are Showing In Drawing

May 9, 2012

I'm looking for a field or maybe piece of rtext that can display any pdf's that are showing in a drawing, I've had no luck in finding anything that can do it.

View 4 Replies View Related







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