Difference between revisions of "BOSS File Handling"

From Pumping Station One
Jump to navigation Jump to search
(Created page with "==Adobe Illustrator== Illustrator files import just fine but show all layer at once. Unknown: * Are patterns from Illustrator displayed correctly? * Do clipping masks work?...")
 
 
Line 1: Line 1:
 
==Adobe Illustrator==
 
==Adobe Illustrator==
Illustrator files import just fine but show all layer at once.
+
Illustrator files import just fine but show all layers at once.
  
 
Unknown:
 
Unknown:
 
* Are patterns from Illustrator displayed correctly?
 
* Are patterns from Illustrator displayed correctly?
 
* Do clipping masks work?
 
* Do clipping masks work?
 
  
 
==SVG==  
 
==SVG==  

Latest revision as of 17:32, 3 April 2017

Adobe Illustrator

Illustrator files import just fine but show all layers at once.

Unknown:

  • Are patterns from Illustrator displayed correctly?
  • Do clipping masks work?

SVG

Does not work

EPS

Often don't work.

DXF (CAD)

Are scaled wrong. Possible that RDWorks does not check the unit type and chooses a default, likely in mm. Possibly if we figure out which unit is being used we can set the files to that prior to import. We can also figure out a table with the percentage scale needed to adjust.

From https://www.autodesk.com/techpubs/autocad/acad2000/dxf/header_section_group_codes_dxf_02.htm:

Default drawing units for AutoCAD DesignCenter blocks:

0 = Unitless; 1 = Inches; 2 = Feet; 3 = Miles; 4 = Millimeters; 5 = Centimeters; 6 = Meters; 7 = Kilometers; 8 = Microinches; 9 = Mils; 10 = Yards; 11 = Angstroms; 12 = Nanometers; 13 = Microns; 14 = Decimeters; 15 = Decameters; 16 = Hectometers; 17 = Gigameters; 18 = Astronomical units; 19 = Light years; 20 = Parsecs