You are here: Start » AVL.NET » Invoke.LoadPoint3DArrayFromTextFile

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
inFilestring
inFileFormatAvl.Grid3DFileFormat
inSplittersstringCharacters ignored between numbers, space is always splitter and ignored in file sequence.
inLineSkipint0Number of first lines to skip. Default value: 0.
outPointsSystem.Collections.Generic.List<Avl.Point3D>
diagTextLineAvl.Diagnostic<string>First valid parse line.
diagExtractedValuesAvl.Diagnostic<Avl.Point3D>Example of expected line.

See also