You are here: Start » AVL.NET » Function Reference » System » Interoperability » AVL.SavePoint3DGrid
Saves Point3DGrid in to file in one of the supported formats.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
C++
C#
public static void SavePoint3DGrid ( string inFile, AvlNet.Point3DGrid inPoint3DGrid, AvlNet.Point3DFileFormat inFileFormat, AvlNet.StreamMode inStreamMode )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inFile | string | |||
![]() | inPoint3DGrid | AvlNet.Point3DGrid | |||
![]() | inFileFormat | AvlNet.Point3DFileFormat | PLY | Default value: PLY. | |
![]() | inStreamMode | AvlNet.StreamMode |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Unknown file format in SavePoint3DGrid. |
| DomainError | Unsupported file format in SavePoint3DGrid. |
| IoError | Incorrect float conversion. |
| IoError | Wrong PLY file format. Invalid vertex property type. |

