Cog3DPointCloudMesh Constructor Cognex VisionPro 9.8
Overload List

  NameDescription
Public methodCog3DPointCloudMesh 
Default construct a Cog3DPointCloudMesh. This mesh will have an empty coordinate space tree, an empty list of roots, and an empty list of storage from root transforms.
Public methodCog3DPointCloudMesh(IntPtr)
For Cognex internal use only.
Public methodCog3DPointCloudMesh(Cog3DPointCloudMesh)
Copy construct a Cog3DPointCloudMesh from the supplied instance.
Public methodCog3DPointCloudMesh(CogImage16Range)

Construct a Cog3DPointCloudMesh from the supplied range image.

  • The range image height data is mapped into the storage space specified by the SelectedSpaceName3D of the input range image.
  • The SelectedSpaceName3D is set to the SelectedSpaceName3D of the input range image. argument.
  • The CoordinateSpaceTree3D is shared with the input range image.
  • The StorageFromRootTransform is computed so that the mapping between storage space ("#") and the SelectedSpaceName3D is effectively an identity transform.

Protected methodCog3DPointCloudMesh(SerializationInfo, StreamingContext)
Serialization constructor for the Cog3DPointCloudMesh class.
Public methodCog3DPointCloudMesh(CogImage16Range, String)

Construct a Cog3DPointCloudMesh from the supplied range image.

  • The range image height data is mapped into storage space as specified by the desiredStorageSpaceName argument.
  • The SelectedSpaceName3D is set to the desiredStorageSpaceName argument.
  • The CoordinateSpaceTree3D is shared with the input range image.
  • The StorageFromRootTransform is computed so that the mapping between storage space ("#") and the SelectedSpaceName3D (the desiredStorageSpaceName argument) is effectively an identity transform.

Top
See Also