Cog3DLine Constructor Cognex VisionPro
Overload List

  NameDescription
Public methodCog3DLine 
Default constructor. Constructs a degenerate Cog3DLine consistent with Cog3DLine(Cog3DVect3(), Cog3DVect3(), ParameterizationType.Points).
Public methodCog3DLine(Cog3DLine)
Construct this object by making a deep copy of the supplied object.
Public methodCog3DLine(Cog3DLineSeg)
Constructs a Cog3DLine from the specified lineSeg. The direction of the line is the same as the lineSeg's direction.
Protected methodCog3DLine(SerializationInfo, StreamingContext)
Serialization constructor.
Public methodCog3DLine(Cog3DVect3, Cog3DVect3, Cog3DLine ParameterizationType)
Constructs a Cog3DLine using parameterizationType to interpret v1 and v2. If parameterizationType is Points and v1 is equal to v2, then the line is degenerate.
Top
See Also