You are here: Start » FIL.NET » Function Reference » Geometry 3D » Geometry 3D Basics » FIL.LoadPoint3DArrayFromTextFile
Loads arrays of 3D points from text file.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void LoadPoint3DArrayFromTextFile ( string inFile, FilNet.Grid3DFileFormat inFileFormat, string inSplitters, int inLineSkip, IList<FilNet.Point3D> outPoints )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inFile | string | |||
![]() | inFileFormat | FilNet.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.IList<FilNet.Point3D> |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Splitters should do not contains any spaces in Load3DPointArrayFromTextFile. |
IoError | Unable to open file in Load3DPointArrayFromTextFile. |