You are here: Start » AVL.NET » Function Reference » System » Interoperability » AVL.SavePoint3DGrid

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
inFilestring
inPoint3DGridAvlNet.Point3DGrid
inFileFormatAvlNet.Point3DFileFormat
inStreamModeAvlNet.StreamMode

Errors

List of possible exceptions:

Error type Description
DomainError For now the format is not supported in SavePoint3DGrid.
DomainError Unknown file format in SavePoint3DGrid.
IoError Incorrect float conversion.
IoError Wrong PLY file format. Invalid vertex property type.

See also