AutoCAD Map 3D
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
No extent in drawing
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
My Zoom Extents isn't working right and when I try to plot it says, "No extents in drawing. Could not set plot area to Extents." If I hit OK and go to the Plot Window, Extents isn't an option for the Plot Area and the Plot Scales are way off.
I have never seen a drawing that didn't have an extents?
Any suggestions?
Re: No extent in drawing
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Are you in model space or paper space? On a Layout tab or the model tab?
--
Murph
The world is not FLAT so why is your GIS data?
http://map3d.wordpress.com
Has anyone got an err like this before?
My Zoom Extents isn't working right and when I try to plot it says, "No
extents in drawing. Could not set plot area to Extents." If I hit OK and
go to the Plot Window, Extents isn't an option for the Plot Area and the
Plot Scales are way off.
I have never seen a drawing that didn't have an extents?
Any suggestions?
Re: No extent in drawing
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
I don't really understand what happened, but it was fixed by going into all of the layouts, making sure they were set to paper space, and zooming to the extent. After I did that to all 30+ layouts, the zoom extent worked fine in the Model Layout.
Thanks for your help.
Re: No extent in drawing
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Command: extmin
EXTMIN = -1.00E+20,-1.00E+20,-1.00E+20 (read only)
Command: extmax
EXTMAX = 1.00E+20,1.00E+20,1.00E+20 (read only)
Re: No extent in drawing
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
I have a dwg that when I Zoom Extents, it also goes too far out.
I have tried all of the trick that typically solve this (Erasing all but the selected objects, Audit, Purge) and even stripped everything out of the drawing one thing at a time and didn't find anything. There is nothing left in the dwg and it sill does it.
The odd thing is that now when I enter Erase All, it says:
3 found
3 were filtered out
There seems to be three objects in this dwg that I cannot select/read/edit. Also, when I open the Design Center, there are a bunch of blocks (looks like tick, arrows, and some text blocks) that I can't get rid of.
This is not a dwg that I can just Wblock and create a new file, because there are many database connection, custom visual settings, layouts, etc. that I don't have the time to recreate.
Any Suggestions?
Re: No extent in drawing
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Hi,
you have 3 non-graphical entities in the modelspace:
MAPBULKFEATURE, MAPGISLABES, MAPGISLAYERBITMAP ... these are all Map3D-objects and yes, you are right, you can't delete them with _ERASE.
What you can do:
save this drawing as DXF file
open the DXF file with an ascii-editor (e.g. Notepad++, Notepad would also be possible, but a little bit slow)
search for the part:
0 SECTION 2 ENTITIES 0 MAPBULKFEATURE 5 131117 330 17
And start erasing at the red marked lines up to this part:
100 AcMapGisLayerBitmap 70 1 0 CIRCLE 5 22DC03 330 17 100
then save the file and open it with AutoCAD. ==> now ZoomExtents works.
- alfred -
Alfred NESWADBA
Ingenieur Studio HOLLAUS ... www.hollaus.at
-------------------------------------------------------------------------
Re: No extent in drawing
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
alfred.neswadba wrote:start erasing at the red marked lines up to this part:
I love this Cad "surgery", Herr Alfred.. Wuenderbar!
Re: No extent in drawing
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Hi,
and getting your answer (thank you) I saw that the formating of the red part of the DXF (the lines to be erased) where reformatted in a way that is wrong, sorry for that! (and now I can't modify that ;( )
@edwa8511:
Please compare the lines between your DXF and my attachment!
- alfred -
Alfred NESWADBA
Ingenieur Studio HOLLAUS ... www.hollaus.at
-------------------------------------------------------------------------
Re: No extent in drawing
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
This worked great on the stripped down dwg, but the original with all of its complexity is causing problems when trying to reopen the .dxf in CAD. It keeps crashing.
When I save the dwg to a dxf, I got it to open it before I edited it. If I try to open it after making your changes, CAD shuts down.
I am trying to edit the dxf with Notepad, is there something better to use?
Re: No extent in drawing
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Hi,
>> I am trying to edit the dxf with Notepad, is there something better to use?
As mentioned, Notepad is not built for large files, try Notepad++ instead, downloadable >>>here<<<
- alfred -
Alfred NESWADBA
Ingenieur Studio HOLLAUS ... www.hollaus.at
-------------------------------------------------------------------------


