ICog3DPointCloudRoot MethodsCognex VisionPro 9.8

The ICog3DPointCloudRoot type exposes the following members.

Methods

  NameDescription
Public methodCopyNormalAndValidityTo
Copy the normal attribute data (X, Y, Z coordinates and normal validity values) to the supplied, previously allocated array of Cog3DPointCloudAttribute3F. Writing starts at the specified element of the destination array.
Public methodCopyNormalTo( Single , Int32)
Copy the normal X, Y, Z coordinates to the supplied, previously allocated array of float.
Public methodCopyNormalTo( Cog3DVect3F , Int32)
Copy the normal X, Y, Z coordinates to the supplied, previously allocated array of Cog3DVect3F. Writing starts at the specified element of the destination array.
Public methodCopyNormalValidityTo
Copy the normal validity values to the supplied, previously allocated array of byte.
Public methodCopyPositionAndValidityTo
Copy the position attribute data (X, Y, Z coordinates and position validity values) to the supplied, previously allocated array of Cog3DPointCloudAttribute3F. Writing starts at the specified element of the destination array.
Public methodCopyPositionTo( Single , Int32)
Copy the position X, Y, Z coordinates to the supplied, previously allocated array of float.
Public methodCopyPositionTo( Cog3DVect3F , Int32)
Copy the position X, Y, Z coordinates to the supplied, previously allocated array of Cog3DVect3F. Writing starts at the specified element of the destination array.
Public methodCopyPositionValidityTo
Copy the position validity values to the supplied, previously allocated array of byte.
Public methodGetGreyImage
Public methodGetGreyMask
Top
See Also