For Cognex internal use only.
Inheritance Hierarchy
Cognex.VisionPro3D Cog3DPointCloudMesh Accessor3F
Cognex.VisionPro3D Cog3DPointCloudMesh NormalAccessor
Cognex.VisionPro3D Cog3DPointCloudMesh PositionAccessor
Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro.CorePlus (in Cognex.VisionPro.CorePlus.dll) Version: 69.0.0.0
Syntax
The Cog3DPointCloudMesh Accessor3F type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Cog3DPointCloudMesh Accessor3F |
For Cognex internal use only.
|
Methods
| Name | Description | |
|---|---|---|
| Dispose |
Destruct this accessor.
| |
| Dispose(Boolean) | ||
| Equals | (Inherited from Object.) | |
| Finalize | (Overrides Object Finalize .) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| MoveNext |
Advance this accessor to the next element of the point cloud,
spanning all roots in order.
| |
| Reset |
Set this accessor to the initial position, which is
before the first element in the point cloud.
| |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Current |
The attribute in the point cloud at the current
position of the accessor.
| |
| Item | ||
| NumPoints |
The total number of points in this point cloud.
|
See Also