How can I export a mesh model as IGES

I have a mesh entity in the model. When I export it to file as IGES, the software gives the following error

0_1495650174111_Capture.PNG

How can I solve this?
thx

P.

I figured it out. The problem is that not all export formats support meshed entities. The entities could be either meshed surfaces or solids (i.e. mathematical representation of the geometry). Kind of analogous to having a picture pixelized (bmp) or vectorized (ps).

To export these model entities to IGES, first one needs to convert all mesh entities into solids. This is done as follows:

a) select mesh objects
b) Mesh tools -> Remesh
0_1496038812302_1495642109555.png
c) in the Options pannel, select "Convert to Solid"
0_1496038823939_1495642161442.png

Now you are ready to export!

P.

Not all users have the REMESH tool. Users who don't have the REMESH tool can

  1. export the surface as STL (or some other surface mesh format like PLY)
  2. import it in Sim4Life (via the Import button, not via drag and drop) and select the "Convert to Solid"

@pcrespo By the way. Converting to Solid (using either method) only works well when
a) the mesh resolution is not too high (else it will take forever and use huge amounts of memory)
b) the surface mesh is manifold and has no self-intersections. these defects can be identified and often fixed using the Mesh Doctor ("Automatically Fix").

0_1525763901226_d38bb2c1-efd5-4038-b84a-605be284dda1-image.png

0_1525763910904_3d828313-84bb-4410-9be9-d584b6318823-image.png