Cog3DPointCloudMeshRoot PropertiesCognex VisionPro 9.5

The Cog3DPointCloudMeshRoot type exposes the following members.

Properties

  NameDescription
Public propertyAcquisitionBeginTime
Some sensors include the timestamps of events such as the beginning of the acquisition process, while other sensors do not. If available, this property represents the time at which acquisiton of this Cog3DPointCloudMeshRoot began, expressed as the number of milliseconds since January 1, 1970 UTC. If this information is not available, the return value will be -1.
Public propertyHasNormal
Does this root object have normal data?
Public propertyHeight
The number of rows of surface points in this Cog3DPointCloudMeshRoot.
Public propertyNumPoints
The number of points in this point cloud root. Some of these points may not be "valid".
Public propertyReconstructionEndTime
Some sensors include the timestamps of events such as the end of the reconstruction process, while other sensors do not. The reconstruction process is whatever algorithm processes and interprets the raw acquired data, and produces a point cloud root. If available, this property represents the time at which reconstruction was completed for this Cog3DPointCloudMeshRoot, expressed as the number of milliseconds since January 1, 1970 UTC. If this information is not available, the return value will be -1.
Public propertyWidth
The number of columns of surface points in this Cog3DPointCloudMeshRoot.
Top
See Also