You are here: Start » AVL.NET » AVL.LoadEntities_FromDxf Method

AVL.LoadEntities_FromDxf Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void LoadEntities_FromDxf(
	string inDxfFile,
	float inScale,
	string[] inLayersToDraw,
	out AvlNet.Point2D outOrigin,
	out AvlNet.Point2D[][] outEntities,
	out string[] diagFileLayersNames
)

Parameters

Name Type Range Default Description
inDxfFilestring
inScalefloat<0.0f, INF>10.0fScale (pixels per millimeter). Default value: 10.0f.
inLayersToDrawstringNames of layers to draw. Names of all layers are available at the 'diagFileLayersNames' output. Default value: atl::NIL, or null.
outOriginAvlNet.Point2DLocation of the origin from DXF on 'outImage'.
outEntitiesAvlNet.Point2D
diagFileLayersNamesstringNames of all layers in DXF file.

See also