AutoCAD Architecture :: Dimensions Appear Tiny Compared To Drawing

Feb 24, 2011

Dimensions appear tiny compared to drawing ,how do I change this?

View 2 Replies


ADVERTISEMENT

AutoCAD Architecture :: Text And Dimensions Added To Drawing Appears Tiny On Screen

Mar 1, 2011

When I add text and dimensions to my drawing it appears tiny on screen.What is the correct setting for text size for A4 and A3 drawings,And how do I set this?

View 1 Replies View Related

AutoCad :: Make Exploded Dimensions In Old Drawing Become Live Dimensions?

Sep 17, 2013

Is there any way I can make exploded dimensions in an old drawing become live dimensions again.

View 3 Replies View Related

AutoCAD Architecture :: Can't Get Aec Dimensions Set Up

Jan 15, 2010

I have a wall with gyp on both sides, I can not get the aec dimensions set up to only dimension the stud. It either gives me the overall thickness including the gyp or dimensions each individual component. What is the trick to achieving my goal or is it not possible.

View 4 Replies View Related

AutoCAD Architecture :: Dimensions To Center Of Walls?

Aug 22, 2013

Is there a way to quickly snap to the center of wall components by using regular ( not arch ) dimensions ?

Currently I'm using snap to "mid between two points"

View 1 Replies View Related

AutoCAD Architecture :: Dimensions In Decimal Of A Foot?

Sep 4, 2012

How to get 20'-0" in a dim text to read 20.0' with out scaling down 12 times?

View 3 Replies View Related

AutoCAD Architecture :: Dimensions Are Not Showing When Trying To Draw?

Aug 13, 2011

I don't know whether I pressed something and switched off the dimensions display. When I started to use Autocad I could type in the dimensions of a box I wanted to draw and it would be highlighted in blue to let me know whether I was typing in dimensions for the height or the width of the box, but now I can't see it displayed. And when I click on line a previously drew it no longer shows what the dimension of that line anymore. 

View 3 Replies View Related

AutoCAD Architecture :: Auto Layering And Dimensions In 2013

Jun 27, 2012

I'm using Auto Architecture 2013 and the dimensions are always coming in on layer A-Anno-Dims; which is fine for plans.  I also use dimensions for reflected ceiling plans as wells as other plan options.  I want to set the dimension on the current layer, but no matter where I choose the command (ie command line, ribbon, toolbar, tool palette) it comes in on the same layer.  Can I turn this option off?  Is there a variable that I can chage?

View 9 Replies View Related

AutoCAD Architecture :: Text And Dimensions Occasionally Lock Up

Mar 28, 2011

I'm adding wall type tags and moving dimension objects (leaders, mostly) around in a plan.  Occasionally, maybe 2-3 times an hour, text objects and dimension objects suddenly cannot be moved.  When I try to move them, they disappear, and upon Regen they reappear in their original position.  AutoCAD does not crash- everything else is fine.  I have to close and reopen the drawing to regain the ability to move text and dimension objects.  Audit sometimes finds and corrects problems, sometimes not, but either way it seems to have no effect on the problem.  My Autosave is set to 30 minutes- probably not a factor, but who knows.

View 5 Replies View Related

AutoCAD Architecture :: Arial Font Substitution In Dimensions?

Jan 4, 2013

Everytime I select Mtext, specifically in a dimension, Autocad 2010 Arch automatically switches the highlighted (computed measurement) text to Arial before I've done anything.  So everytime I have to edit a dimension Mtext, I have to reselect the computed dimension (<> / highlighted text), then select the correct text style again to get it back to the correct text style I'm using (FluxArch ttf).  All of my text styles in the file have no association w/ Arial, and all the dimension styles rely on the text styles...so I'm stumped.  Do I need to repair Autocad due to it Mtext editor being corrupted or something to get it to work properly again?

View 9 Replies View Related

AutoCAD Architecture :: Can't Use AEC Dimensions / Tool Is Not Found In Workspace

May 4, 2011

i have a problem in Architecture 2012, First i can't use AEC dimensions because the tool is not found in the workspace and i'm using the loaded architecture work space.also i cannot get into the cui, i click on it and it just stops working.

View 1 Replies View Related

AutoCAD Architecture :: Room Tag With Dimensions From Content Browser

Oct 12, 2011

I am using the 'Room tag with Dimensions' from the Content Browser.  When it comes into the drawing, the room name is not centered above the rest of the tag text.  So, I opened the block and moved the text and then saved the block.  When I go to use the tag again - it tags everything - walls, doors, windows, etc...

Also, the drag and drop function does not work well - I have to drag a tool several times into the drawing from the content browser in order for it to work..

View 2 Replies View Related

AutoCad :: Draw Dimensions In Architecture 2013 3D View?

Dec 12, 2012

How do i draw dimensions in a certain 3d view so that it shows up according to that view? For example, I'm in isometric view but when i draw a dimension it shows up in 2d at wrong angle.

View 7 Replies View Related

AutoCad 3D :: Arc Dimensions In 3D Wire Drawing

Jul 31, 2012

I use Cad for Mac 2011. I made this "3d"-wire drawing to find out the angles of an object. Now when I make an angular inquiry the value given is right. When I try to put in an angular dimension it does not work. I put in a screenshot here to be more clear. This is the situation viewed from southeast:

Agular dimension.jpg

So, the angle I want to put the dimension to is the one between the red lines. When I choose "Angular Dimension" and then pick the two lines the dimension is automatically put on the two white lines next to the red lines. While the verteces of the dimension lay on the picked red lines the arrows point to the white lines and the value given also refers to them.

View 4 Replies View Related

AutoCad 3D :: Dimensions In Drawing Placed On One Plane?

Apr 20, 2010

I would like to ask a question about dimensions in 3D drawing being placed on one plane. I have a 3D drawing, and when I draw a dimension, it gets placed by the program on the XY plane. The dimensions do not stay along the dimensioned objects. see the attached picture. For example, you draw a line from [1,1,1] to [3,3,3] and then dimension it. The dim line is placed to [1,1,0]-[3,3,0] instead of along the line.

View 9 Replies View Related

AutoCad :: Different Size Dimensions On Same Drawing

Nov 23, 2012

Is there a way of having different size dimensions on the same drawing? when i go into Annotate, then dimensions and change text size it changes all of the dimensions. in other cad packages i've used you can change selected text and so on a drawing you can for example you can have some text at 100mm and some at 25mm.

View 2 Replies View Related

AutoCAD Inventor :: Repositioning Dimensions In Drawing Through API?

Jun 24, 2013

I'm trying to reposition dimensions in a drawing through the API. The output of my code seems to indicate the method is working, but after it runs the drawing is unchanged.  Here's the code (in VBA):

Dim oDoc As DrawingDocument
Set oDoc = ThisApplication.ActiveDocument
Dim oSheet As Sheet
Set oSheet = oDoc.Sheets.Item(1)
Dim oLdim As LinearGeneralDimension
Dim oLeaderNote As LeaderNote
Dim oDimLine As LineSegment2d ' Dimension Line
Dim oStartPt As Point2d ' Dimension Line Start Point
Dim oEndPt As Point2d ' Dimension Line End Point

[code]....

Looks like it moved my vertical dimension left, but it doesn't actually do anything.   Is this not a viable method for repositioning a dimension?

View 2 Replies View Related

AutoCAD Inventor :: Retrieving Dimensions In Drawing

Oct 8, 2012

I created a sketch then tried to retrieve dimensions in a drawing from the sketch. When I used the retrieve function, no dimensions appeared. I made sure that the box in the Application Options under the Tools tab was checked for retrieving all dimensions upon placement. I have tried numerous ways to retrieve the dimensions, and while I can place them manually, I really need to be able to retrieve all at once as seen on the sketch. 

I have been able to use the retrieve function before on files that I downloaded from a website so I know to use the function. 

I'm attaching a file which I am having trouble retrieving dimensions. I am using Inventor 2013 educational version. 

View 5 Replies View Related

AutoCAD 2010 :: Unable To See Dimensions On Drawing?

Jul 10, 2013

I am unable to see the dimensions that I measure using power dimensions as per the attachment on the drawings itself. If i want to see it, I have to select the green line, and right click and select the line and select standard as the dimension style. I did not have to previously do all of this.

View 1 Replies View Related

AutoCAD Inventor :: Scale Dimensions In IDW Drawing?

Jan 11, 2013

I'd like to take a set of ordinate dimensions and multiply all the values by 10. Is this possible, without overriding the values and making them static?

The reason I'm asking is because I'm making a flat layout sketch for pockets around a drum. So imagine taking a drum and rolling it out flat. In the direction along the drum I drew it as 1" = 1" and for the circumfrence direction I did 1" = 10° so I don't have sketch that is 13" x 360". So I need to scale the dimensions in 1 direction up by 10.

View 1 Replies View Related

AutoCAD Inventor :: Edit Drawing Dimensions

Oct 11, 2012

I got a new computer recently and installed Inventor 11. I found I could not change the drawing dimensions (It chanced in the Edit Box and shown the changes in the dimensions, but after click "OK", the Edit Box closed and the dimension did not change).

I remember there were the similar problems before and I installed KB918118 fixed it. So I tried to install KB918118. But my computer shown a message saying my computer system is newer and do not need the KB918118 update.

View 9 Replies View Related

AutoCAD Inventor :: VBA Applying Drawing Dimensions?

Jun 22, 2009

I am wondering how best to apply drawing dimensions to a view. I am using VBA (Inventor 2010 x64) to modify a template skeletal assembly and save it. I have succeeded at generating the models, drawings, and drawing views, but have hit a wall when I attempt to automate the process of applying drawing dimensions.

I attempted to use GeneralDimensions.Retrieve with the DimensionsToRetrieve parameter, as I wish to retrieve only a few dimensions. My testing, however, indicated (and the helpfile confirmed) that the DimensionsToRetrieve parameter only work if the DimensionConstraint objects belong to a drawing sketch, and I'm retrieving dimensionconstraints from a model sketch. It appears to me that I will have to retrieve all dimensions and then somehow delete the unnecessary ones. This seems unusual to me--is there a better way? Can I, for example, retrieve a single dimensionconstraint at a time from the model rather than all of them at once? Perhaps its suitable applying drawing dimensions without retrieving them from the model?

View 6 Replies View Related

AutoCAD Inventor :: Edit Drawing Dimensions

Oct 11, 2012

I got a new computer recently and installed Inventor 11. I found I could not change the drawing dimensions (It chanced in the Edit Box and shown the changes in the dimensions, but after click "OK", the Edit Box closed and the dimension did not change). I remember there were the similar problems before and I installed KB918118 fixed it. So I tried to install KB918118. But my computer shown a message saying my computer system is newer and do not need the KB918118 update.

View 4 Replies View Related

AutoCAD 2010 :: Drawing Won't Show Dimensions

Mar 28, 2013

I have an existing facility drawing that I'm trying to edit and when I try to dimension something it disappears after I click enter for the final time. I've tried to explode the drawing numerous times, save it in different formats, and copy and paste it to a new drawing. Nothing seems to work. How can I get the dimensions to show up?

View 9 Replies View Related

AutoCAD Inventor :: How To Fix Space Between Dimensions In Drawing

Jun 27, 2012

I  use parametric base-model which automatically generates drawing (look "Pic1"). I change parameters I need and new drawing is generated (scale stays the same). However, dimensions on new drawing are displayed in random way (look "Pic2"). Is there a way (iLogic, VBA or smth els) to fix/link dimensins so - that they could stay in an appropriate way (space between dimensions, space between dimension and edge, dimension is centered on line with arrows) when the model size is changed (in this example I have changed the base diameter from 830 to 1280)?

Function "Arrange dimension" does not solve the problem!

View 1 Replies View Related

AutoCad :: Drawing Rectangles To Specific Dimensions?

Aug 27, 2011

As advanced as my AutoCAD skills are I don't know how to specify the dimensions of a rectangle or square yet. How to know the prompts I need to follow after typing the 'rec' command in?

View 6 Replies View Related

AutoCad :: How To Make Dimensions Follow Drawing

Nov 9, 2011

I have a drawing in paper space. When I move the drawing the dimensions and texts do not move with it. Is there something I can use where the dimensions and stuff follow the drawing .

View 9 Replies View Related

AutoCad 3D :: Take Dimensions Like Radius And Angles On 3D Drawing

Apr 6, 2012

I am using a 2007 autocad version,is it possible to take dimensions like radius and angles on a 3D drawing?

View 1 Replies View Related

AutoCAD LT :: Drawing Redefines Itself In Line With New Dimensions

Oct 3, 2011

I have a basic drawing with dimensions A, B, C, D & E. Can those dimensions be tabulated in such a way that they can be altered within the table so that the drawing redefines itself in line with the new dimensions?

View 3 Replies View Related

AutoCAD Inventor :: Using Drawing Dimensions To Drive Equation?

Nov 2, 2011

I have an asssembly stack and I have a known bending moment at a given place (ie the datum). I want then to create a drawing of this stack up and show the bending moments at known locations beside the relative dimension.

Now I can do this manually no problem...but I would like this drawing to update automatically. ie the stack up height(s) change and i want the bending moment figure to update accordingly.l

Is there a way to do this with drawing dimensions? ie dimensions created in drawing mode?

View 1 Replies View Related

AutoCAD Inventor :: Find 3D Linear Dimensions On Drawing?

Aug 9, 2012

I would like to know how I can find a dimension that's created with the command (with the internal command name) "Create3DLinearDimension".

This command is used to create a linear dimension on a view that has the default dimension type set to "True".

View 3 Replies View Related







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