Click or drag to resize

PointCloudExportFileFormatPLY Class

Specification for saving frame in PLY (*.ply) format
Inheritance Hierarchy
SystemObject
  Zivid.NET.ExperimentalPointCloudExportFileFormatPLY

Namespace:  Zivid.NET.Experimental
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 2.15.0.0
Syntax
public class PLY : IDisposable

The PointCloudExportFileFormatPLY type exposes the following members.

Constructors
  NameDescription
Public methodPointCloudExportFileFormatPLY(String)
Create PLY specification with file name
Public methodPointCloudExportFileFormatPLY(String, PointCloudExportFileFormatPLYLayout, PointCloudExportColorSpace)
Create PLY specification with file name, layout, and color space
Public methodPointCloudExportFileFormatPLY(String, PointCloudExportFileFormatPLYLayout, PointCloudExportColorSpace, PointCloudExportIncludeNormals)
Create PLY specification with file name, layout, color space and normals
Top
Properties
  NameDescription
Public propertyIsDisposed
Check if PLY specification is disposed
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the PointCloudExportFileFormatPLY
Public methodGetNativePtr
Public methodToString
Get string representation of ZDF specification
(Overrides ObjectToString.)
Top
Remarks
PLY is a file format developed at Stanford. To learn more about the PLY file format, see https://paulbourke.net/dataformats/ply/.
See Also