SavePoint3DGrid


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

Syntax

C++
C#
Python
 
def SavePoint3DGrid(
	inFile: str,
	inPoint3DGrid: Point3DGrid,
	/,
	*,
	inFileFormat: Point3DFileFormat = Point3DFileFormat.PLY,
	inStreamMode: StreamMode = StreamMode.Binary
)
-> None

Parameters

Name Type Default Description
Input value inFile str
Input value inPoint3DGrid Point3DGrid
Input value inFileFormat Point3DFileFormat Point3DFileFormat.PLY
Input value inStreamMode StreamMode StreamMode.Binary