You are here: Start » FIL.NET » FIS.SavePoint3DGrid Method

FIS.SavePoint3DGrid Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

See also