Click or drag to resize

PointCloudExportFileFormatPCD Constructor (String, PointCloudExportColorSpace, PointCloudExportIncludeNormals, PointCloudExportFileFormatPCDLayout)

Create PCD specification with file name, color space, normals and layout

Namespace:  Zivid.NET.Experimental
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 2.16.0.0
Syntax
public PCD(
	string fileName,
	PointCloudExportColorSpace colorSpace,
	PointCloudExportIncludeNormals includeNormals,
	PointCloudExportFileFormatPCDLayout layout
)

Parameters

fileName
Type: SystemString
File name
colorSpace
Type: Zivid.NET.ExperimentalPointCloudExportColorSpace
Color space
includeNormals
Type: Zivid.NET.ExperimentalPointCloudExportIncludeNormals
Include normals
layout
Type: Zivid.NET.ExperimentalPointCloudExportFileFormatPCDLayout
Layout
See Also