Cog3DLine Constructor (Cog3DLineSeg)Cognex VisionPro 9.5
Constructs a Cog3DLine from the specified lineSeg. The direction of the line is the same as the lineSeg's direction.

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

public Cog3DLine(
	Cog3DLineSeg lineSeg
)

Parameters

lineSeg
Type: Cognex.VisionPro3D Cog3DLineSeg
The lineSeg to use when constructing this Cog3DLine.
Exceptions

ExceptionCondition
ArgumentNullException If the input argument is null.
See Also