Cog3DPointCloudMesh Accessor3F ClassCognex VisionPro 9.22
For Cognex internal use only.
Inheritance Hierarchy

System Object
  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: 87.0.0.0
Syntax

public class Accessor3F : IEnumerator<Cog3DPointCloudAttribute3F>

The Cog3DPointCloudMesh Accessor3F type exposes the following members.

Constructors

  NameDescription
Public methodCog3DPointCloudMesh Accessor3F
For Cognex internal use only.
Top
Methods

  NameDescription
Public methodDispose 
Destruct this accessor.
Protected methodDispose(Boolean)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize (Overrides Object Finalize .)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodMoveNext
Advance this accessor to the next element of the point cloud, spanning all roots in order.
Public methodReset
Set this accessor to the initial position, which is before the first element in the point cloud.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyCurrent
The attribute in the point cloud at the current position of the accessor.
Public propertyItem
Public propertyNumPoints
The total number of points in this point cloud.
Top
See Also