Computes the overlap of two collinear edges.

Namespace:  ceometric.VectorGeometry
Assembly:  ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)

Syntax

C#
public Edge Overlap(
	Edge edge
)
Visual Basic (Declaration)
Public Function Overlap ( _
	edge As Edge _
) As Edge
Visual C++
public:
Edge^ Overlap(
	Edge^ edge
)

Parameters

edge
Type: ceometric.VectorGeometry..::.Edge
An edge.

Return Value

Returns the overlap of two collinear edges.

Returns null if the edges do not overlap.

Returns null if the edges are not collinear.

See Also