I would like to know if there is a way to simplify Breps? I downloaded a 3dwarehouse model, openned as trimmed planes and then used the merge all coplanar faces command. But still think that are too many faces on it.
Is there a way to simplify it even more?
That would take reverse engineering. I suppose you could try QuadRemeshing the original mesh to SubD and then convert to NURBS, but it’s likely that with simple shapes like this, it’s more accurate to simply draw this from scratch with cylinders from circles that are retrieved from points on the mesh.
-wim
what do you need the object for ?
for rendering ?
for production ?
project lines to the mesh where you expect circles _line _project
then _circle fitPoints
you can _extractEdge
to get some initial Lines
clean them and maybe add some _fillet
then _revolve twice - the initial circles will help for defining the axis.
Do you need to remodel it? Or is it just a model for rendering? If it’s the latter, leave it as a mesh. You might need to change the shading on the mesh if it looks too faceted. Angle based welding can help getting the model to display correctly.