PointCloudExportIncludeNormals Enumeration |
Include normals in the exported file
Namespace:
Zivid.NET.Experimental
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 2.15.0.0
Syntaxpublic enum IncludeNormals
Public Enumeration IncludeNormals
public enum class IncludeNormals
Members
| Member name | Value | Description |
---|
| No | 0 | |
| Yes | 1 | |
Remarks
Enum used to specify if normals should be included when saving a frame to a file.
See Also