- Sun Jan 22, 2006 12:12 am
#112761
Dxf import to Studio have some issues with 3dsolids built in Autocad (I make almost all my models with this kind of geometry)
As a workaround, to import all the data without problems I´ve found a solution:
Open Autocad drawing
1- Put each part onto a unique layer. This will facilitate assigning materials in Studio since materials are assigned to each layer in the model.
2- Set the mesh resolution with the FACETRES system variable. The default value of 0.5 is very low and results in a course polygon mesh approximating the shape of your model. I recommend you set the value to a higher level to create a more accurate part shape. Use the maximum setting of 10. If you have 3d surfaces, set the surface resolution with SURFTAB1 and SURFTAB2 (default is 6 / 6) to a medium value like 40 / 40
3- Export the solids to a 3D Studio files using the 3DSOUT command or by selecting File / Export from main menu and setting 3D Studio as the file type. Keep the default settings on the 3D Studio File Export Options screen.
4- Import the 3D Studio file into a new AutoCAD drawing using the 3DSIN command or by selecting Insert / 3D Studio from the main menu. Click the Add All button in the Available Objects section of the Import 3D Studio File Options screen and keep the rest of the settings at their default values.
5- Save as... the meshed parts to a .DXF file. The .DXF file can be imported into Studio.
6- Open Studio, open dxf
All the geometry is ok: solids, boolean operations, lines, 3dfaces
Hope this could help you!
As a workaround, to import all the data without problems I´ve found a solution:
Open Autocad drawing
1- Put each part onto a unique layer. This will facilitate assigning materials in Studio since materials are assigned to each layer in the model.
2- Set the mesh resolution with the FACETRES system variable. The default value of 0.5 is very low and results in a course polygon mesh approximating the shape of your model. I recommend you set the value to a higher level to create a more accurate part shape. Use the maximum setting of 10. If you have 3d surfaces, set the surface resolution with SURFTAB1 and SURFTAB2 (default is 6 / 6) to a medium value like 40 / 40
3- Export the solids to a 3D Studio files using the 3DSOUT command or by selecting File / Export from main menu and setting 3D Studio as the file type. Keep the default settings on the 3D Studio File Export Options screen.
4- Import the 3D Studio file into a new AutoCAD drawing using the 3DSIN command or by selecting Insert / 3D Studio from the main menu. Click the Add All button in the Available Objects section of the Import 3D Studio File Options screen and keep the rest of the settings at their default values.
5- Save as... the meshed parts to a .DXF file. The .DXF file can be imported into Studio.
6- Open Studio, open dxf
All the geometry is ok: solids, boolean operations, lines, 3dfaces
Hope this could help you!
- jose martin -