Jump to content

Recommended Posts

Posted

Hello everyone,

I'm looking to replace Autocad for processing .dwg files and I only do 2D.
I only work on stand layout plans for events.

I've got a Mac M1 and I'm on Ventura.


I am unable to open a .dwg file with Affinity Designer V2 and it gives me the plan as it appears in Autocad.
I also get an error message when opening the file.
I enclose a screenshot of my working window and the .dwg file.

Thank you for your help.

PARC_ILE_MONSIEUR_2018__3D.dwg Capture d’écran 2023-09-10 à 21.57.23.pdf Capture d’écran 2023-09-10 à 21.57.43.pdf

  • Staff
Posted

Hi Julwest78,

This is likely due to the proxy objects mentioned in the first error message. When you open your .DWG file in Autocad are you warned about the proxy objects? Does deleting them make this file open correctly in Affinity?

Thanks
C

Please tag me using @ in your reply so I can be sure to respond ASAP.

Posted

Hello and thank you Callum,

When I open my file, I don't get a message telling me that proxy objects are present.
I've tried to remove them from the file but I can't find any.

  • Staff
Posted

Hi @julwest78,

I've taken a look at your file. There is a proxy entity in it, which designer warns you about when it opens the file, but I don't think they are the cause of your problems.

image.png

If you choose "Single Page" on import and select the only paperspace layout available (called "Presentation1") you get a blank document. This is correct behaviour and AutoCAD does the same thing:

image.png

If you choose "Model" on import, Designer imports the document but has had to zoom out by such a huge amount, you can't see anything. That's because Designer thinks some of the entities in the model are a huge distance from the rest of them and to display all of them, it zooms out. If you do a Select All (Cmd+A or Ctrl+A), you will see a bounding box around all of the entities and that box is massive. If you zoom in on the corner of the box that's on the spread and enable Hairline View mode (View -> View Mode -> Hairline), you will see your entities appear:

image.png

You could select just these entities and paste them into a new document, then scale / rotate them as a work around.  I will see if there's a legitimate reason why Designer thinks there are these huge entities in your document (like in Layer ERLBT00L_ElectriciteBT).

Regards,

Tim

  • Staff
Posted

@julwest78

I have good news and some not-so-good news. The good news is I've found the reason for the bad import and have put a fix into Designer. Now your file will open normally and look like this:

image.png

The not-so-good news is it is highly unlikely I'll be able to get the fix into v2.2 as we're quite far through the beta cycle, so unfortunately this will probably have to wait till v2.3.

Regards,
Tim

  • Staff
Posted
2 hours ago, Tim France said:

I'll be able to get the fix into v2.2 as we're quite far through the beta cycle, so unfortunately this will probably have to wait till v2.3.

and I should think the 2.3 beta would start a few weeks after 2.2 release has settled. So once 2.3 beta is available you can try this fix for yourself, if you don't mind installing the parallel 2.3 beta alongside to your 2.2 release

Patrick Connor
Serif Europe Ltd

"There is nothing noble in being superior to your fellow man. True nobility lies in being superior to your previous self."  W. L. Sheldon

 

  • 1 month later...
Posted

HI @julwest78 you will know that this issue is resolved when you get a @Serif Info Bot

New hardware

dell inspiron 3030 i5 14400/16GB DDR5/UHD 730 graphics

Acer KB202 27in 1080p monitor

Affinity Photo 1.10.6

Affinity photo 2 2.5.3 Affinity Designer 2 2.5.3 Affinity Publisher 2 2.5.3 on Windows 11 Pro version 24H2

Beta builds as they come out.

canon 80d| sigma 18-200mm F3.5-6.3 DC MACRO OS HSM | Tamron SP AF 28-75mm f/2.8 XR Di LD | Canon EF-S 10-18mm f/4.5-5.6 IS STM Autofocus APS-C Lens, Black

 

Posted
1 minute ago, tzvi20 said:

HI @julwest78 you will know that this issue is resolved when you get a @Serif Info Bot

Probably not, in this case, as there is no bug tag for this topic. The info bot only posts when the topic has been tagged as related to a bug.

-- Walt
Designer, Photo, and Publisher V1 and V2 at latest retail and beta releases
PC:
    Desktop:  Windows 11 Pro 23H2, 64GB memory, AMD Ryzen 9 5900 12-Core @ 3.00 GHz, NVIDIA GeForce RTX 3090 

    Laptop:  Windows 11 Pro 23H2, 32GB memory, Intel Core i7-10750H @ 2.60GHz, Intel UHD Graphics Comet Lake GT2 and NVIDIA GeForce RTX 3070 Laptop GPU.
    Laptop 2: Windows 11 Pro 24H2,  16GB memory, Snapdragon(R) X Elite - X1E80100 - Qualcomm(R) Oryon(TM) 12 Core CPU 4.01 GHz, Qualcomm(R) Adreno(TM) X1-85 GPU
iPad:  iPad Pro M1, 12.9": iPadOS 18.5, Apple Pencil 2, Magic Keyboard 
Mac:  2023 M2 MacBook Air 15", 16GB memory, macOS Sequoia 15.5

  • Staff
Posted

@julwest78 Are you selecting "Model" in the import options? The paper-space layout ("Presentation1") is empty, as shown in AutoCAD:

image.png

However if you select Model, Designer imports this:

image.png

The warning about the proxy entity is still valid - AutoCAD essentially gives you the same warning - but it should not affect the import.

  • Staff
Posted

Hi @julwest78,

I've taken a closer look and it's a tough problem to solve. The trouble is your model has entities in it that are spread across a huge distance. Open the file in AutoCAD, then go View -> Zoom -> All, then hover over the middle of your model view. Take a look at the coordinates in the status bar at the bottom of AutoCAD:

julwest78.png

If you go to the bottom left corner, the coordinate read out is (-2.5E81, -2.1E81) whereas the top right corner is (2.8E81, 1.7E81). If you're not familiar with scientific notation, 1E81 means 1 with 81 zeroes after it. To fit all of those onto a sensibly sized spread, Designer has to scale the entities down by a huge scale factor. AutoCAD doesn't have this problem because the model is boundless space but Designer has to specify a page size and you can't specify a page that is 1E80mm across - that's greater than the size of the observable universe!

Some entities are positioned normally within a relatively normal range (about 1E6). Unfortunately even those start to break down when you have to multiply them by such extreme scale factors, so I don't think there's much Designer can do with this document without it being edited first :(  Ideally you would select the entities you want to keep and then invert the selection, but as far as I'm aware, AutoCAD doesn't provide a "Select Inverse" option.

I'll have a think and see if there's anything easy I can add but if you can get the document cleaned up somehow I think you'll have much more success.

Posted

Thank you Tim for your analysis. I would love to be able to keep all the 2D drawing licenses and modify the files to match Designer. However, the problem is with the .DWGs I get from architects, surveyors or exhibition venues. If I have to rework the .DWG in Autocad, I might as well stick with Autocad. I think that's a shame because Designer is very intuitive and powerful. I don't have this problem importing certain fairly simple files. Ideally, I'd like to be able to clean things up directly in Designer.
Thank you very much for your invaluable help and I'm going to continue thinking about a 2D drawing solution with Designer.

  • 2 weeks later...
  • 2 weeks later...
  • Staff
Posted

The issue "DWG file model is not imported corrected (file specific)" (REF: AF-955) has been fixed by the developers in internal build "2.3.0.2139".
This fix should soon be available as a customer beta and is planned for inclusion in the next customer release.
Customer beta builds are announced here and you can participate by following these instructions.
If you still experience this problem once you are using that build version (or later) please reply to this thread including @Serif Info Bot to notify us.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.