Cog3DPointCloudMesh NormalAccessor ClassCognex VisionPro 9.5
Inheritance Hierarchy

System Object
  Cognex.VisionPro3D Cog3DPointCloudMesh Accessor3F
    Cognex.VisionPro3D Cog3DPointCloudMesh NormalAccessor

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro.CorePlus (in Cognex.VisionPro.CorePlus.dll) Version: 69.0.0.0
Syntax

public class NormalAccessor : Cog3DPointCloudMesh Accessor3F

The Cog3DPointCloudMesh NormalAccessor type exposes the following members.

Constructors

  NameDescription
Public methodCog3DPointCloudMesh NormalAccessor
Top
Methods

  NameDescription
Public methodDispose 
Destruct this accessor.
(Inherited from Cog3DPointCloudMesh Accessor3F.)
Protected methodDispose(Boolean) (Inherited from Cog3DPointCloudMesh Accessor3F.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize (Inherited from Cog3DPointCloudMesh Accessor3F.)
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.
(Inherited from Cog3DPointCloudMesh Accessor3F.)
Public methodReset
Set this accessor to the initial position, which is before the first element in the point cloud.
(Inherited from Cog3DPointCloudMesh Accessor3F.)
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.
(Inherited from Cog3DPointCloudMesh Accessor3F.)
Public propertyItem (Inherited from Cog3DPointCloudMesh Accessor3F.)
Public propertyNumPoints
The total number of points in this point cloud.
(Inherited from Cog3DPointCloudMesh Accessor3F.)
Top
See Also