Back to FabImage Studio website

You are here: Start » Filter Reference » Geometry 3D » Geometry 3D Basics » LoadPoint3DArrayFromTextFile

LoadPoint3DArrayFromTextFile


Module: Vision3DLite

Loads arrays of 3D points from text file.

Name Type Description
Input value
inFile File
Input value
inFileFormat Grid3DFileFormat
Input value
inSplitters String Characters ignored between numbers, space is always splitter and ignored in file sequence
Input value
inLineSkip Integer Number of first lines to skip
Output value
outPoints Point3DArray
Diagnostic input
diagTextLine String First valid parse line
Diagnostic input
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.