Click or drag to resize

Triangle2dIntersectWith Method (LinearEntity2d)

Gets the intersection points between the current instance and a line using Tolerance.Global.

Namespace:  Gile.AutoCAD.R20.Geometry
Assembly:  GeometryExtensionsR20 (in GeometryExtensionsR20.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax
public List<Point2d> IntersectWith(
	LinearEntity2d line2d
)

Parameters

line2d
Type: LinearEntity2d
The line for which the intersections are searched.

Return Value

Type: ListPoint2d
The list of intersection points (an empty list if none was found).
See Also