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.Point3DFileFormatPLYDefault value: PLY.
inStreamModeAvlNet.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.

See also