Cog3DLineSeg Constructor (Cog3DVect3, Cog3DVect3, Cog3DShapeStateConstants)Cognex VisionPro 9.8 SR1
Constructs a Cog3DLineSeg using p1 and p2.

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

public Cog3DLineSeg(
	Cog3DVect3 p1,
	Cog3DVect3 p2,
	Cog3DShapeStateConstants shapeState
)
Exceptions

ExceptionCondition
ArgumentException If shapeState is not Cog3DShapeStateConstants.Vertex or Cog3DShapeStateConstants.Curve.
See Also