Click or drag to resize

PointCloudExportFileFormatPLY Constructor (String, PointCloudExportFileFormatPLYLayout, PointCloudExportColorSpace)

Create PLY specification with file name, layout and color space

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

Parameters

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