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

AVS.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,
	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.
outOriginAvlNet.Point2DLocation of the origin from DXF on 'outImage'.
outEntitiesSystem.Collections.Generic.IList<System.Collections.Generic.List<AvlNet.Point2D>>

Function Overrides

See also