Back to FabImage Studio website

You are here: Start » Filter Reference » System » Interoperability » LoadImage_FromDxf

LoadImage_FromDxf


Module: FoundationPro

Loads data from a DXF file as an image.

Name Type Range Description
Input value
inDxfFile File
Input value
inScale Real 0.0 - Scale (pixels per millimeter)
Input value
inSize Size* Size of the output image. Scaled entities from file will be centered on image
Input value
inBackgroundColor Pixel
Input value
inLayersToDraw StringArray* Names of layers to draw. Names of all layers are available at the 'diagFileLayersNames' output
Output value
outOrigin Point2D Location of the origin from DXF on 'outImage'
Output value
outImage Image Output image
Diagnostic input
diagFileLayersNames StringArray Names of all layers in DXF file

Remarks

Partial Support

This filter offers only a partial support of DXF files. Notably, Polyline and MText objects will have to be converted to 2D Polyline, Line or Text objects for them to be displayed. Also, SHX files are not supported.

Complexity Level

This filter is available on Expert Complexity Level.