AutoCad 2D :: Get Paperspace Distances When Using Dimensions
Mar 22, 2011
When using dimensions in paperspace i get the paperspace distances. Not those of the object i've drawn in model space.
f.e.: if i draw a line of 100 mm in model, and my zoom e on it in a viewport of 420, I'll get the distance 420. Like the dimension is not interacting with the model, see? Thought it would have something to do with the snapping, but can't find the link.
View 9 Replies
ADVERTISEMENT
Jun 25, 2013
When I make a layout with a part of my drawing in a viewport, I switch over to paperspace to draw dimension lines in it. Although the layout is displayed in another scale (e.g. 1:100) it puts the right dimensions at the drawing.
But now a problem appears:
With one of my drawings the layout does not put the right dimensions at the drawing in paperspace. I really don't know what went wrong. Strange dimensions appear, as if there must be a strange scale factor somewhere. (Dimlfac=1)
View 2 Replies
View Related
Aug 17, 2012
When I try to dimension my drawing in paperspace the dimensions are coming back as inches instead of the many feet that the drawing actually is. My viewport scale is 1/4" to 1' and ive done many other drawings without ever running into this problem.
View 9 Replies
View Related
Jun 18, 2012
We do a lot of labeling in paper space and have been encountering a problem with our dimension command mislabeling lengths and widths. Please see attached DWG. The road width should be 24' and its labeling it 880'. BUT measuring hoizontally it seemed to work fine. Really strange.
I am using the dimension command and snapping nearest and perpendicular. If I just click without using osnap it seems to work.
We tried using the DIM / DIMFLAC / V / and selectiong viewport
The funny thing is that I dont have this problem with every drawing. Just some seem to have this glitch.
View 5 Replies
View Related
Feb 20, 2012
In paperspace I have a left and right view. If i dimension something in left view it appears backwards in right. do i need to duplicate geometry for right view to dimension it there also? or is there a way to fix the reversed dimension?
View 3 Replies
View Related
Apr 6, 2013
i want to add some dimensions in paperspace. after creating some dimensions, if i double click on my viewport and move it around a bit, the dimensions in paperspace stay where they are. is there a way to get them to move with the drawing?
View 4 Replies
View Related
Jun 7, 2012
i have a little drawing in modelspace. in paperspace, i have a viewport. let's say it's set at 1/4" = 1'-0". everything looks okay so far.
i click on the 'annotate' tab, and then select 'annotative' for my dimension style. it has the little triangle icon thingy so it should be annotative.
i make a couple of simple linear dimensions on my drawing (still in paperspace). looks okay so far.
but now lets say i want to change the scale of my drawing. i change it from 1/4" to 1/2" = 1'-0". my drawing gets bigger, but the dimensions stay the same size and position. they're no longer attached to anything on my drawing.
then i change the scale again, let's say back to 1/4" scale. my drawing shrinks, but as soon as it's back to it's original size, the dimensions now suddenly get twice as big and are where they should have been at 1/2".
and it continues like that, when i change my scale, the dimensions change to whatever the last scale was at, so that they're never synced up.
View 9 Replies
View Related
Oct 28, 2013
See the attached JPEG files for a viewable explanation.
Dimensions placed in paperspace that are scaled by the viewports, change on their own. This happens at no apparent frequency. And for no apparent reason.
This has happened after I've saved a drawing and reopened. Also has happened when I've moved or stretched a viewport.
Currently I am using Autocad 2012, but this has been happening for some years.
View 1 Replies
View Related
Aug 27, 2010
Modeling 1:1 in MS, dimensioning in PS different scaled viewports. Plotted from PS, did further work both in MS/PS and notice dimension readings have scaled up by 99.98% and 100% to what they were in hard copy. Changed dims in properties but for some reason they have reverted back to the percentage increase? For example I have a 5745mm truss span that is now a 574.5 meter spanning truss!!?? Haven’t altered dimstyle at all or any scalings. Laid another dimension again in PS along side the exaggerated one using same endpoints in order to check things and it’s fine.
Would like to know what has caused the dims to scale up in PS and, how to undo the problem, hoping not to have to re-dimension.
Attached is the dwg. and yes, I have dimensioned in MS but there was a reason. It’s PS that’s causing the grief.
View 9 Replies
View Related
May 15, 2013
I am in paperspace applying dimensions to views. When making a new Mview and scaling the view all the diensions move to locations all over the drawing. Does something selected in the options I am not aware of?
View 4 Replies
View Related
Aug 28, 2012
I have just upgraded to 2013 from 2012. When dimensioning my viewports in paperspace, I will snap using the linear or aligned dimension and it will appear to snap to the first point, but when I snap on the other end, it will go somewhere way off the viewport or give me a "0" dim.
View 1 Replies
View Related
Feb 7, 2012
I am trying to draw a parcel map using AutoCAD MAP 3D, using distances and bearings that were added by to the original hand-made drawing by the surveyor. The parcels don't quite close perfectly... what the acceptable tolerances are for parcels of say 1 acre and under, 1-5 acres, and 5-20 acre sites?
View 2 Replies
View Related
Oct 24, 2011
Is there a button anywhere to measure a distance for 3 or more points. Not using the dist, area or measure commands. Similar to dist but with extra points?
View 3 Replies
View Related
Oct 8, 2012
I'm working with site plans and have a lot of distances and bearings in my drawing.
Sometimes i need to reverse them. Is there a command in AutoCAD 2012 where you can reverse a hole heap of distances and bearings all at once? Mirror make them up side down. I want them to swop sides of the line they refer to.
View 9 Replies
View Related
Sep 25, 2012
I am aware of creating a polyline and using .AddVertexAt() to give the points, my question is if I want to create a polyline in acad I generally will pick a point and then type out @10.5<0 or something similar of that nature to pick my next point. Is it possible to add vertices to a polyline in .Net giving it the distance and angle of one point2d to the next point2d?
Example:
acPoly.AddVertexAt(0, New Point2d(0,0),0,0,0)
acPoly.AddvertexAt(0, New Point2d(1,0),0,0,0)
but instead?
acPoly.AddVertexAt(0, New Point2d(0,0),0,0,0)
acPoly.AddVertex ( use code equivalent of New Point2d = @10.5<0 from point at 0 index)
View 2 Replies
View Related
Feb 10, 2013
I have a form for adjusting center distances between several posts, up to a total of 20 posts. The number of posts is adjustable depending on how many I need. If there is 10 active posts there will be 10 suppressed post. When there are 10 suppressed post, I don`t need them in the form. Is it possible to hide the center distances I don`t need?
View 2 Replies
View Related
Feb 19, 2013
I used the Array command many years ago in college but have never needed it since.
However yesterday I was required to copy a block at even spaces 12 times along a straight line.
I done this manually but then realised that the array tool could do this.
how to space something along a line at equal distances using the array command.
View 5 Replies
View Related
Jul 19, 2013
I haven't used Autodesk directly since Land Development 2i. I remeber being able to draw lines by distances and bearings with the numeric keypad. The bearing quadrant / DMS input was a fast way to draw parcels from an existing map. When I got to a curve, I remember being able to input radius and Delta angle. I've been trying to find those functions for months now. I found the Line by Bearing command and that works well as long as I don't run into a curve.
How do you draw a curve that's tangent to the previous line with the radius and delta angle? I've been going back to AutoCAD version 12 methods. That is, offset the previous line. draw a circle from the end of the offset. draw a line between the center of the curve and the end of the previous line. Rotate that line with the 12d34'56" format. trim the curve and erase the extra lines.
I've gone through all the curve drawing options in the home menu.I found the CoGo editor in the survey menu but it doesn't draw curves. It just draws a line from the beginning of the curve to the center and continues the traverse from the radius point of the curve. That's obviously either a serious misunderstanding of input or a program bug.
View 9 Replies
View Related
Jul 5, 2011
I'm literaly just starting to use CAD so this might be a silly question, but how would I offset a line more than one distance in a command? Is there like a symbol you put between each distance like 2000;2250;2650 or something along those lines (no pun intended).
View 2 Replies
View Related
Jul 30, 2012
how could i draw a line composed of several distances in one attemp?
View 4 Replies
View Related
Sep 6, 2011
how can i place any diameter circles at equal distances.
View 6 Replies
View Related
Nov 25, 2013
Is there anyway to prevent a corridor from jumping across large distances as in the attached screen shot? There are no targets in any of these regions.
View 1 Replies
View Related
Jun 1, 2012
I need to show offset distances from alignment centerline. Is there a way to add this to the point label?
View 9 Replies
View Related
Feb 6, 2013
I have an assembly with several parts where I use a pattern to duplicate the parts in the height. I cannot use the pattern sideways due to different center distances between the parts. I could get this distance by using several patterns, but I rather not if there is another way.
I have made a code for suppressing the parts in element 2 if the same part is suppressed in element 1.
IfComponent.IsActive("FB-07 midtstykke-001:1")=False ThenComponent.IsActive("FB-07 midtstykke-001:2")=FalseElseComponent.IsActive("FB-07 midtstykke-001:2")=TrueEndIf
which works fine, however, I only want the rule to run if two criteria are true. I`ve tried the following:
If Component.IsActive("FB-02 midtstykke-001:1") = False And No = 2 Then
component.IsActive("FB-07 midtstykke-001:2") = False
Else
Componen.....
End if
But this rule runs even if No = 3, which it shouldn't.
View 5 Replies
View Related
May 23, 2012
I have a problem with polar tracking.Previously it was possible to hover over a point, then define the tracking direction and then specifying the distance. In 2013, the polar and object snap tracking path go away / ends when typing the desired tracking distance. Then the tracking direction has to be defined afterwords, which is new to me.That means that its not possible to define multiple distances continuously AFTER defining the tracking direction.
View 7 Replies
View Related
Jan 18, 2013
I have a very frequent need to draw lines that radiate out from a point on different bearings and distances. I think of this as a sideshot.
_/_
|
Civil 3D’s sideshot command acts differently. It draws lines between the radial end points.
/
|
Do you know what command is needed to do what I want? It is not the Create Line by Side Shot command.
View 6 Replies
View Related
Mar 17, 2013
I am using AutoCad C3D. I have drawn a building and now I am trying to position the building on a plot with uneven property lines using only “tie distances” from the spots on the property to specific spots of the building.
I do not know which C3D program functions (with just distances known) to get the building placed properly on the plot.
View 9 Replies
View Related
Dec 20, 2012
I've got a closed traverse that has all the elements, but when I try and analyze it, I get the dreaded error: Insufficient angles, distances or points to calculate this loop. Creating a Traverse for Adjustment: [URL]l and my screen capture looks very similar to his, but I'm not getting any results.
View 9 Replies
View Related
Dec 4, 2012
I was adding a lot of aligned dimensions to a drawing and some where along the way they changed from aligned dimensions to rotated dimensions, even in the same string of dimensions.
View 9 Replies
View Related
Mar 16, 2012
I typically as much as possible like to insert my dimensions into my drawing from my model.
I created holes in the model as a 1/4" tapped hole
Yet when I show the dimensions in the drawing they show the minor dimension.
How do I get the 1/4" to show? I have selected the feature and still get these results.
View 8 Replies
View Related
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