Photoneo_GrabPoint3DGrid


Captures PointCloud structure using Photoneo.

Syntax

C++
Python
 
def Photoneo_GrabPoint3DGrid(
	state: Photoneo_State,
	inCaptureSettings: PhotoneoCaptureSettings,
	outGrid: Point3DGrid,
	/,
	*,
	inDeviceID: str | None = None
)
-> outResult: bool

Parameters

Name Type Default Description
Input will be modified ioState Photoneo_State
Input value inDeviceID str | None None Device identification string
Input value inCaptureSettings PhotoneoCaptureSettings
Output value outGrid Point3DGrid