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
)
Public Sub New (
fileName As String,
layout As PointCloudExportFileFormatPLYLayout,
colorSpace As PointCloudExportColorSpace
)
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