- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Denunciar
@anwarsha138 wrote:
cause inorder to insert to anothwr software where the files should be less size and not in 3d
Those [file size and 3D-ness] are two different considerations. A complex drawing is going to be a large file, which you may be able to reduce in size with Purging and so on, but obviously there will be a limit to how much it can be reduced. Converting everything to 2D from 3D is not necessarily going to reduce the file size. A 3D Polyline with Z-coordinate differences is not going to take any less memory when made to lie in a flat plane [though there could be a small difference if it can be made into a 2D lightweight Polyline]. Neither is a Block whose contents have a 3rd dimension necessarily going to take less memory when those contents are made flat. Things like linework that have non-zero Thickness and/or Elevation can have those properties changed to zero, but they still need to have values stored in those properties even if they are zero, so no memory reduction will result. Etc.
It sounds to me like the not in 3D must be the more important consideration, since I assume it is an absolute, whereas less size is relative.