Determines if two lines intersect and if so returns their intersection point.
Public Function IntersectWith( line As LinearEntity2d, tolerance As Tolerance ) As Point2d()
public Point2d\[\] IntersectWith( LinearEntity2d line, Tolerance tolerance );
Parameters |
Description |
LinearEntity2d line |
Input any 2D linear entity |
Tolerance tolerance |
Input tolerance value |
Comments? |