Click or drag to resize

PointCloudExportFileFormatXYZ Class

Specification for saving frame in ASCII (*.xyz) format
Inheritance Hierarchy
SystemObject
  Zivid.NET.ExperimentalPointCloudExportFileFormatXYZ

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

The PointCloudExportFileFormatXYZ type exposes the following members.

Constructors
Methods
  NameDescription
Public methodDispose
Releases all resources used by the PointCloudExportFileFormatXYZ
Public methodGetNativePtr
Public methodToString
Get string representation of XYZ specification
(Overrides ObjectToString.)
Top
Remarks
ASCII characters are used to store cartesian coordinates of XYZ points and RGB color values.
See Also