You are here: Start » FIL.NET » FIS.LoadEntities_FromDxf Method
FIS.LoadEntities_FromDxf Method
Loads entities from a DXF file as an array of point arrays.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void LoadEntities_FromDxf ( string inDxfFile, float inScale, NullableRef<IList<string>> inLayersToDraw, out FilNet.Point2D outOrigin, IList<List<FilNet.Point2D>> outEntities, IList<string> diagFileLayersNames )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inDxfFile | string | |||
![]() | inScale | float | <0.0f, INF> | 10.0f | Scale (pixels per millimeter). Default value: 10.0f. |
![]() | inLayersToDraw | FilNet.NullableRef<System.Collections.Generic.IList<string>> | Names of layers to draw. Names of all layers are available at the 'diagFileLayersNames' output. Default value: ftl::NIL. | ||
![]() | outOrigin | FilNet.Point2D | Location of the origin from DXF on 'outImage'. | ||
![]() | outEntities | System.Collections.Generic.IList<System.Collections.Generic.List<FilNet.Point2D>> | |||
![]() | diagFileLayersNames | System.Collections.Generic.IList<string> | Names of all layers in DXF file. |
Function Overrides
- LoadEntities_FromDxf(String, Single, Point2D, IList<List<Point2D>>)
- LoadEntities_FromDxf(String, Single, NullableRef<IList<String>>, Point2D, IList<List<Point2D>>)