Cog3DPointCloudAttribute3F Constructor Cognex VisionPro 9.20
Construct Cog3DPointCloudAttribute3F with the supplied X,Y,Z and Validity values.

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

public Cog3DPointCloudAttribute3F(
	byte initialValidity,
	float initialX,
	float initialY,
	float initialZ
)

Parameters

initialValidity
Type: System Byte
The initial Validity value.
initialX
Type: System Single
The initial X value.
initialY
Type: System Single
The initial Y value.
initialZ
Type: System Single
The initial Z value.
See Also