You are here: Start » AVL.NET » Function Reference » System » Interoperability » AVL.LoadEntities_FromDxf

AVL.LoadEntities_FromDxf

Loads entities from a DXF file as an array of point arrays.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void LoadEntities_FromDxf
(
	string inDxfFile,
	float inScale,
	NullableRef<IList<string>> inLayersToDraw,
	out AvlNet.Point2D outOrigin,
	IList<List<AvlNet.Point2D>> outEntities
)

Parameters

Name Type Range Default Description
inDxfFilestring
inScalefloat<0.0f, INF>10.0fScale (pixels per millimeter). Default value: 10.0f.
inLayersToDrawAvlNet.NullableRef<System.Collections.Generic.IList<string>>Names of layers to draw. Names of all layers are available at the 'diagFileLayersNames' output. Default value: atl::NIL.
outOriginAvlNet.Point2DLocation of the origin from DXF on 'outImage'.
outEntitiesSystem.Collections.Generic.IList<System.Collections.Generic.List<AvlNet.Point2D>>

Function Overrides

See also