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