The Cog3DPointCloudMeshRoot type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AcquisitionBeginTime |
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.
| |
| HasNormal |
Does this root object have normal data?
| |
| Height |
The number of rows of surface points in this
Cog3DPointCloudMeshRoot.
| |
| NumPoints |
The number of points in this point cloud root. Some
of these points may not be "valid".
| |
| ReconstructionEndTime |
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.
| |
| Width |
The number of columns of surface points in this
Cog3DPointCloudMeshRoot.
|
See Also