Computes the overlap of two collinear edges.
Namespace:
ceometric.VectorGeometryAssembly: ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.6.0.0 (1.6.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.