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.14.0.0
Syntax
public class PLY : IDisposable

The PointCloudExportFileFormatPLY type exposes the following members.

Constructors
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