Click or drag to resize

PointCloudExportFileFormatPCDLayout Enumeration

Layout for saving point cloud

Namespace:  Zivid.NET.Experimental
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 2.16.0.0
Syntax
public enum Layout
Members
  Member nameValueDescription
Organized0
Unorganized1
Remarks
When Layout option is not set, the exported PCD file will follow the format based on configuration option, `Configuration/APIBreakingBugFixes/FileFormats/PCD/UseOrganizedFormat` in the Config.yml file.
See Also