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

FIL.SavePoint3DGrid

Saves Point3DGrid in to file in one of the supported formats.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void SavePoint3DGrid
(
	string inFile,
	FilNet.Point3DGrid inPoint3DGrid,
	FilNet.Point3DFileFormat inFileFormat,
	FilNet.StreamMode inStreamMode
)

Parameters

Name Type Range Default Description
inFilestring
inPoint3DGridFilNet.Point3DGrid
inFileFormatFilNet.Point3DFileFormatPLYDefault value: PLY.
inStreamModeFilNet.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