You are here: Start » AVL.NET » Invoke.SavePoint3DGrid

Invoke.SavePoint3DGrid

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inFilestring
inPoint3DGridAvl.Point3DGrid
inFileFormatAvl.Point3DFileFormatPLYDefault value: PLY.
inStreamModeAvl.StreamMode

See also