Hi Tim, there are quite a lot of different types of things that can be stored in a DXF file.
MoI's DXF import is only focused on 2D drafting type entities.
It can read these entity types from a DXF file:
LINE, CIRCLE, ARC, POINT, LWPOLYLINE, POLYLINE (LINE/ARC DATA), ELLIPSE, SPLINE, TEXT, MTEXT, DIMENSION, LEADER.
Your DXF file probably contains polygon mesh data in it either as "3DFACE" or "Polyface mesh" entities. MoI does not try to read those entities because MoI is not designed to work with polygon mesh type objects for modeling.
That's just my best guess though, it's difficult to know for sure just looking at screenshots. I would need to examine the file to know for sure. Please post the DXF file as an attachment or e-mail it to me at
moi@moi3d.com
re:
> Is there an import function in Moi v 5 that will bring in all elements,
Sorry no there isn't. To be able to read every type of entity from DXF would require implementing every type of object that AutoCAD can represent.
Rhino is closer to doing that than MoI.
If you have a relatively light number of 3DFACE (polygon) elements you could open it in Rhino and use MeshToNurb command in Rhino to convert the polygon mesh data into NURBS surface data, then export that as a Rhino v5 .3dm file and that should then go in to MOI.
- Michael