You are here: Start » AVL.NET » AVS.SavePoint3DGrid Method

AVS.SavePoint3DGrid Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

See also