Back to Adaptive Vision Library website
You are here: Start » Function Reference » Interoperability » LoadPoint3DArray
LoadPoint3DArray
Loads entities from a file of one of available types as an array of points in 3D.
Syntax
C++
C#
void avl::LoadPoint3DArray ( const atl::File& inFile, avl::Point3DFileFormat::Type inFileFormat, atl::Array<avl::Point3D>& outPoints )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inFile | const File& | ||
![]() |
inFileFormat | Point3DFileFormat::Type | ||
![]() |
outPoints | Array<Point3D>& |
Errors
| Error type | Description |
|---|---|
| DomainError | Unknown file format in LoadPoint3DArray. |


