04-20-2020
01:38 PM
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Denunciar
04-20-2020
01:38 PM
The Attach option on the insert tab of the ribbon is for doing underlays and that doesn't support dxf format files. If you run that command and look at the supported file extensions, you'll see that *.* is assumed to be dgn files, so when you pick a file with an extension that isn't specifically supported, the attach code assumes that it is a dgn file.
I don't have 2018 installed, so I can't test to see if the INSERT command will allow the dxf file extension or not, but the old command line -INSERT command does, and you can enter the ~ character when it prompts for a block name to bring up the file select dialog where you can set it to the dxf file extension and select your dxf file.
I don't have 2018 installed, so I can't test to see if the INSERT command will allow the dxf file extension or not, but the old command line -INSERT command does, and you can enter the ~ character when it prompts for a block name to bring up the file select dialog where you can set it to the dxf file extension and select your dxf file.