You are here: Start » AVL.NET » Invoke.LoadPoint3DArrayFromTextFile
Loads arrays of 3D points from text file.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void LoadPoint3DArrayFromTextFile ( string inFile, Avl.Grid3DFileFormat inFileFormat, string inSplitters, int inLineSkip, List<Avl.Point3D> outPoints, Diagnostic<string> diagTextLine, Diagnostic<Avl.Point3D> diagExtractedValues )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inFile | string | |||
![]() | inFileFormat | Avl.Grid3DFileFormat | |||
![]() | inSplitters | string | Characters ignored between numbers, space is always splitter and ignored in file sequence. | ||
![]() | inLineSkip | int | 0 | Number of first lines to skip. Default value: 0. | |
![]() | outPoints | System.Collections.Generic.List<Avl.Point3D> | |||
![]() | diagTextLine | Avl.Diagnostic<string> | First valid parse line. | ||
![]() | diagExtractedValues | Avl.Diagnostic<Avl.Point3D> | Example of expected line. |