Back to FabImage Library website
You are here: Start » Function Reference » Interoperability Deprecated » LoadEntities_FromDxf_Deprecated

LoadEntities_FromDxf_Deprecated
Header: | FIL.h |
---|---|
Namespace: | fil |
Loads data from a DXF file as an array of paths.
Syntax
C++
void fil::LoadEntities_FromDxf_Deprecated ( const ftl::File& inDxfFile, const int inCanvasWidth, const int inCanvasHeight, ftl::Optional<const ftl::Array<ftl::String> &> inLayers, ftl::Array<ftl::Array<fil::Point2D> >& outEntities, ftl::Array<ftl::String>& diagFileLayersNames )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() |
inDxfFile | const File& | |||
![]() |
inCanvasWidth | const int | 0 - 65536 | 640 | |
![]() |
inCanvasHeight | const int | 0 - 65536 | 480 | |
![]() |
inLayers | Optional<const Array<String> &> | NIL | Names of layers to import paths from. Names of all layers are available at the 'diagFileLayersNames' output | |
![]() |
outEntities | Array<Array<Point2D> >& | |||
![]() |
diagFileLayersNames | Array<String>& | Names of all layers in DXF file |