Click or drag to resize

PointCloudExportFileFormatXYZ Constructor (String, PointCloudExportColorSpace)

Create XYZ specification with file name and color space

Namespace:  Zivid.NET.Experimental
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 2.14.0.0
Syntax
public XYZ(
	string fileName,
	PointCloudExportColorSpace colorSpace
)

Parameters

fileName
Type: SystemString
File name
colorSpace
Type: Zivid.NET.ExperimentalPointCloudExportColorSpace
Color space
See Also