AutoCad :: Scales And Viewports - Zoom Image To Desired Size
Jul 28, 2011
I've created a viewport, selected it and since gone to zoom the relevant image until it is the desired size within the viewport.
I've done this a million times before without a problem, but am having terrible difficulty at the moment.
Once I've zoomed the image to size and subsequently exited the viewport frame (to view the sheet) my image disappears - I believe it just becomes a microdot.
Incidentally, when I initially go to zoom the image to fit the viewport window, I have to use the zoom, extents, 'select all' (CTRL A) and then significantly enlarge the component of the drawing I wish to have fill the viewport window.
Why is it that the zoomed image fills the viewport window when editing the viewport contents and then disappears (turns back into a microdot) when I've finished editing the respective viewport?
Is there a way to view the preview size of an image while cropping, meaning while the marching ants are around the selection, can I see the image size?
2nd Question: Can I preset a cropped size and drag it around until I find the area I want to select to crop?
I do have rulers showing and use them as guides, but this is not detailed enough, at this point.
I have a few files with layouts that have multiple viewports where layers were frozen to get the desired display, the drawing was saved, yet everytime the drawing is re-opened those layers are on again. This is creating problems because I am batch plotting many drawings at once. The layers are not locked.
I used the layout wizard to configure 2 vertical viewports as instructed in the manual. Next I try to paste an object in one viewport at a scale of 1:20, engineering imperial. The object appears in both viewports in model space. I only want the object in one viewport and I cannot erase the object in the other viewport, since they both dissappear. I also cannot draw a line in one viewport without it appearing in the second viewport. If I switch one viewport to current paper space the line can be drawn but I want each viewport to be at a different scale. Is there some way around this? Is my AutoCAD LT program capable of doing this?
My linetypes show up way too big in my viewports at 1/8" scale as compared to my Model space. pslt and mslt both at 1, units are inches, global linetype scale at 80. What am I missing?
I've received a dwg file from someone and I want to print it at scale 1:50 on A0 paper. However, I'm struggling creating the right scale.
My problem starts with the fact that measuring lines in the diagram does not produce values that match the actual size. E.g., I have a wall of size 390, but measuring it shows 621.
Is there any way to change the units to match the actual desired size?
Then, I find it tricky to create the right scale for printing (people will get the paper and use a ruler to measure distances, so accurate scale is important). If I cannot change the units, I guess I need a different scale than 1mm=50units. So I tried 1mm=8units, because 7.8mm should measure as 390cm in 1:50 ruler. But this is not very accurate.
I use adobe photoshop lightroom 3.6, earlier i was able to export photos to my desired folders in desired format but i am not at all able to export any photos at all!
i get a 1 pixel size image when I double click the zoom for 100%.Fit screen or full screen is wacky too, not fitting or filling and sometimes going way beyond.
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?
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?
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)
I have 2 viewports, one at 1:1000 and the other at 1:250. They show exactly what I want with respect to the area covered and the zoom factor, BUT the text on all of the survey shots is changing size based upon the different viewport scales.
I need the text on the survey points to remain the same size and not adjust based upon the viewport scale. So the text should be a fixed scale and not associative.
I have looked at the labeling style Composer dialogue and can not see a way to specify a fixed height which does not adjust based upon the viewport scale. I can set the point symbols to a specific size so they do not scale - Can I do the same with the text labels (description, elevation, etc.)?
I have just installed 2012 and have drawn a 3d model. In paperspace i have a couple of viewports , all nicely set out at 1:5 scale. then i click in another viewport and bam, all the other viewports change scale (zoom out) and orientation. is there some system variable that i have overlooked?
Getting used to using tiled viewports, and wondering how to keep the viewports from reshuffling/resizing on a temporary basis, so I don't have to keep manually resizing them whnever I, say, maximize one view to work on it. When done working in one maximized tiled workspace, I'd like to return to the previous orientation of the tiles. Right now, I have to manually resize/reorient the tiles. Any suggesitons on how I can return to a "preferred tile format"? For instance, I might want a plan view, two elevations, and a 3-D, with some tiles larger than others, to return to reglarly after maximizing one to work in temporarily.
I have an image and some vector graphics over the top. When I goto scale the group the vector scales and the image doesnt. Nothing is locked and I have received the image.
Importing Nikon NEFs and 1920x1080p video from new D5100. Target video is 1920x1080p h.264. No matter what I do, I can't get the custom pan and zoom box to be widescreen aspect ratio, it is stuck in 4:3. I KNOW it can be done as I managed to do it once with the trial version, but wasn't sure how. Now I want to do it again.
We are trialling Revit for the first time and have made good progress in modelling a building we have already designed.
We have set up an A1 title sheet to match our existing one and have successfully printed at A3 by using the Center option with zoom 50%.
However when the zoom sheet size icon is selected the view zooms to an A4 Landscape view and I would rather it zoomed to the extents of the A1 frame but I haven't been able to redefine the sheet settings. Where I can find these settings?
I have opened all Metric Title block families from A0 to A4 and they all appear to zoom to an A4 Landscape extent. Amusingly the A4 Metric Title block is Portrait.
The code I'm using is supposed to go through all of the layouts and freeze the specified layer in the single viewport that is defined on that layout. It works for some viewports, but not for others. A "List" of the objects show the viewports are the same. I have a LiSP routine that gets me more info about selected objects. The first is a viewport that does not freeze the specified layer, the second does freeze the layer. Here is the code I'm using:
Public Sub FreezeNewLayerInVPs(ByVal pageNumber) Dim doc As Document = Application.DocumentManager.MdiActiveDocumentDim db As Database = doc.Database Dim layerToFreeze As String = "DETAIL_" & pageNumber Using tr As Transaction = db.TransactionManager. Start Transaction( )Dim layTable As LayerTable = DirectCast(tr.GetObject(db.LayerTableId, OpenMode.ForRead), [code]...
I would like to lock the size of an object regardless of the zoom percentage. When I am zooming in on a vector map (main layer) the objects (on different layers) becomes very big. So I should be able to zoom in/out on the vector map, but the objects shall keep the same size. How can I do this?
Why in CS6 when zoom changes window size and a floating window fits in Photoshop window or on other display screen do I get scroll bars where a select all selection marching ants are not visible on all four sides till I drag out the window to get rid of the scroll bars so I can see all of marching ants.
In previous versions of Photoshop space for scroll bars is present but there are no scroll bar, select all marching ants are visible on all four sides when an image's window fits in Photoshop window or on second display. Is there a way to make CS6 work like previous versions? Also if I just open a document and Photoshop fits it to Photoshop window or second display the floating window is correct without scroll bars.
Adobe decided to remove the 'Print Size' button/option from the 'Zoom' tool in Photoshop 13.0.2..I use this heavily as I run a print lab and I often need to show people on screen what the size of their print will be (I have set the correct ppi for each display in preferences).
I am absolutely amazed they could remove a feature like this without any warning in a minor update. The irony is that for the first time ever retina displays have enough resolution to assess sharpness without going to 100% and the 'View Print Size' is more useful than ever before.
I will probably have to roll back to the last Photoshop version on all systems but before I do, any way to get the 'Print Size' option back?
i inserted an areas image with geomap but as i zoom cloce the image disapears and i get a tile with a white image of a camera. can i disable it? it is very annoying.i dont care if i loose ressolution if i get closer .why autodesk did that?
Problem zoom, when visionage and exporting my videos, they are zoomed while I put the original video settings. However when I put break in the previsualisage video, it returns to its normal size. How do I get it retains its original size and delete this zoom effect ?
I am working on getting some settings done, moving from 2008 to 2012. How do you set the Middle Mouse Button (wheel) to either Zoom All or Zoom Extents when you double click it? I thought it was set in the Main CUI file.
My keyboard has a zoom key with + and - selections. I use to use this key in drawings to zoom in and out when in the AutoCAD application when we had Windows XP. Now that I have Windows 7 I can't do this. I can't find out how to assign this key on the Microsoft Keyboard interactive software either. I have the other keys assigned as desired.
Can I still use my keyboard zoom key to zoom in and out in drawings? If so, how do I set this up in AutoCAD, or do I need to do this through a Microsoft keyboard application?
I am having problems with zoom, pan and rotate at high zoom level. The movements becoming jerky and delayed. But for whatever reason the problem exists in some assembly files and not in the others.