You are here: Start » AVL.NET » AVL.LoadEntities_FromDxf(string, float, string[], AvlNet.Point2D, AvlNet.Point2D[][], string[])

AVL.LoadEntities_FromDxf(string, float, string[], AvlNet.Point2D, AvlNet.Point2D[][], string[])

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

inDxfFile
Type: System.String
inScale
Type: System.Single
Scale (pixels per millimeter)
inLayersToDraw
Type: System.String
Names of layers to draw. Names of all layers are available at the 'diagFileLayersNames' output, or null.
outOrigin
Type: AvlNet.Point2D
Location of the origin from DXF on 'outImage'
outEntities
Type: AvlNet.Point2D
diagFileLayersNames
Type: System.String
Names of all layers in DXF file

See also