ICog3DPointCloud InterfaceCognex VisionPro 9.7
The ICog3DPointCloud class defines a common interface for point clouds.

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

public interface ICog3DPointCloud

The ICog3DPointCloud type exposes the following members.

Methods

  NameDescription
Public methodGetNormalEnumerator
Returns an interator that will step through the Normal attributes of every point in this point cloud. If no Normal data is available this method returns a null.
Public methodGetPositionEnumerator
Returns an iterator that will step through the positions of every point in this point cloud.
Public methodGetTransform3D
Returns a transform that maps three dimensional points from the 'From' space to the 'To' space. The special string "." is accepted as an alias for the SelectedSpaceName3D of this point cloud.
Top
Properties

  NameDescription
Public propertyCoordinateSpaceTree3D
Public propertySelectedSpaceName3D
Gets or sets the name of the three dimensional coordinate space to be used by tools which process this point cloud.
Top
See Also