You are here: Start » AVL.NET » AVL.LoadEntities_FromDxf(string, float, AvlNet.Point2D, AvlNet.Point2D[][])
AVL.LoadEntities_FromDxf(string, float, AvlNet.Point2D, AvlNet.Point2D[][])
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, out AvlNet.Point2D[][] outEntities )
Parameters
- inDxfFile
- Type: System.String
- inScale
- Type: System.Single
Scale (pixels per millimeter) - outOrigin
- Type: AvlNet.Point2D
Location of the origin from DXF on 'outImage' - outEntities
- Type: AvlNet.Point2D
Remarks
See full override for more details.
