Click or drag to resize

PointCloudExportFileFormatPLY Constructor (String, PointCloudExportFileFormatPLYLayout, PointCloudExportColorSpace, PointCloudExportIncludeNormals)

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

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

Parameters

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