Cog3DPoint Constructor (Double, Double, Double)Cognex VisionPro 9.21
Constructs a Cog3DPoint using the specified 3D position.

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 83.0.0.0
Syntax

public Cog3DPoint(
	double x,
	double y,
	double z
)

Parameters

x
Type: System Double
The x component of the point's 3D position.
y
Type: System Double
The y component of the point's 3D position.
z
Type: System Double
The z component of the point's 3D position.
See Also