Back to FabImage Library website
You are here: Start » Function Reference » System » Interoperability » LoadImage_FromDxf

LoadImage_FromDxf
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | FoundationPro |
Loads data from a DXF file as an image.
Syntax
C++
C#
void fil::LoadImage_FromDxf ( const ftl::File& inDxfFile, const float inScale, const ftl::Optional<fil::Size> inSize, const fil::Pixel& inBackgroundColor, ftl::Optional<const ftl::Array<ftl::String> &> inLayersToDraw, fil::Point2D& outOrigin, fil::Image& outImage, ftl::Array<ftl::String>& diagFileLayersNames )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() |
inDxfFile | const File& | |||
![]() |
inScale | const float | 0.0 - ![]() |
10.0f | Scale (pixels per millimeter) |
![]() |
inSize | const Optional<Size> | NIL | Size of the output image. Scaled entities from file will be centered on image | |
![]() |
inBackgroundColor | const Pixel& | |||
![]() |
inLayersToDraw | Optional<const Array<String> &> | NIL | Names of layers to draw. Names of all layers are available at the 'diagFileLayersNames' output | |
![]() |
outOrigin | Point2D& | Location of the origin from DXF on 'outImage' | ||
![]() |
outImage | Image& | Output image | ||
![]() |
diagFileLayersNames | Array<String>& | 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.