Car model for school project - Cant convert from Surface to solid

Car model for school project - Cant convert from Surface to solid

rasmc19
Observer Observer
546 Views
3 Replies
Message 1 of 4

Car model for school project - Cant convert from Surface to solid

rasmc19
Observer
Observer

Hey guys i hope you can help me

Im currently working on a project in which we are going to at some put 3D print a car and we would therefor like to do an air flow analysis on the model, however after faliure using the Autodesk CFD i realised it had something to do with the fact that it is an surface object an not an solid

0 Likes
547 Views
3 Replies
Replies (3)
Message 2 of 4

jhackney1972
Consultant
Consultant

You STL Mesh contains may to many facets for Fusion 360 to convert to a Brep in its current state. 

 

STL Mesh to Large.jpg

John Hackney, Retired
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.

EESignature

0 Likes
Message 3 of 4

Marco.Takx
Mentor
Mentor

Hi @rasmc19,

 

@jhackney1972 was earlier with his response 😉

What you can try is using Meshmixer to optimize the mesh model so you can try to convert it to BRep as @jhackney1972 said.

 

Hier, you can download Meshmixer 

 

 

Met vriendelijke groet | Kind regards | Mit freundlichem Gruß

Marco Takx
CAM Programmer & CAM Consultant



0 Likes
Message 4 of 4

TrippyLighting
Consultant
Consultant

@rasmc19 wrote:

... i realised it had something to do with the fact that it is an surface object an not an solid


This isn't a surface model. It is a triangulated mesh, the least common denominator of any forms of 3D geometry representation. It has over 600000k polygons.

The current limit for Fusion 360 to convert this into a solid model, or surface model I believe is 20,000 polygons.

If you decimate the mesh either in Meshmixer or in Fusion. 360 from 600,000+ polygons to under 20,000 polygons you'll likely lose so much detail that that model is going to b totally useless for CFT as it will be very faceted.

 

CFD software usually works with BRep and/or NURBS surfaces. Those are mathematically precise descriptions of 3D geometry and they are free of resolution. While CFD and FEA software might use their own meshing algorithms, the structure of those meshes is very different from that of a .stl mesh used for 3D printing. 


EESignature