Constructs a Cog3DLine from the specified lineSeg.
The direction of the line is the same as the lineSeg's direction.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 73.0.0.0
Syntax
Parameters
- lineSeg
- Type: Cognex.VisionPro3D Cog3DLineSeg
The lineSeg to use when constructing this Cog3DLine.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | If the input argument is null. |
See Also