Hi MA, It's not feasible to write modern versions of AI format because there is no documentation from Adobe on it.
The newer AI files are a little odd though in that they are structured as PDF files with a second copy of the file with the undocumented Illustrator specific information as an embedded chunk of private data.
So anything that wants newer type AI files is really just processing PDF and skipping the AI private data, so you should generate PDF instead to get the same result.
Can you post a sample PDF that is showing up blank for you, with the .3dm source? That would help to give you some specific information for your particular case.
But if you are using the "Scale: Preserve units" option you probably should turn on the "Center on page" option to reduce the chance that your objects are somewhere off of the visible page when converted to the PDF page coordinate system:
If you have "Center on page" enabled, the unit size of your object will be preserved but it will move it as needed to place it in the center of the page. If you have "Center on page" unchecked then both size and position are preserved which means your the printed page will map the MoI (0,0,0) origin point to the PDF origin with 0,0 at lower left corner of the page.
What happens if you use DXF format instead?
The MoI v5 beta also supports SVG export so that's another possibility for 2D vector drawing transfer. You can get the v5 beta at https://moi3d.com/beta.htm .
But If you post example files that would make it easier to tell you what is happening and how to solve it.
- Michael
|