LinearEntity2dOverlap(LinearEntity2d, Tolerance) Method

Calculates and returns the overlap of this linear entity and a specified line according to a tolerance.

Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 24.2.0.0
Syntax
public LinearEntity2d Overlap(
        LinearEntity2d line,
        Tolerance tolerance
)

Parameters

line  LinearEntity2d
[in] 2D linear entity with which to calculate the overlap.
tolerance  Tolerance
[in] Geometric tolerance.

Return Value

LinearEntity2d
See Also

©  Bricsys NV. All rights reserved.