Start » Filter Reference » Geometry 3D » Geometry 3D Basics » LoadPoint3DArrayFromTextFile
Module: | Vision3DLite |
---|
Loads arrays of 3D points from text file.
Name | Type | Description | |
---|---|---|---|
inFile | File | ||
inFileFormat | Grid3DFileFormat | ||
inSplitters | String | Characters ignored between numbers, space is always splitter and ignored in file sequence | |
inLineSkip | Integer | Number of first lines to skip | |
outPoints | Point3DArray | ||
diagTextLine | String | First valid parse line | |
diagExtractedValues | Point3D | Example of expected line |
Errors
This filter can throw an exception to report error. Read how to deal with errors in Error Handling.
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Splitters should do not contains any spaces in Load3DPointArrayFromTextFile. |
IoError | Unable to open file in Load3DPointArrayFromTextFile. |
Complexity Level
This filter is available on Basic Complexity Level.