This method calls LinearEntity3d.IntersectWith(LinearEntity3d line, Tolerance tolerance) with tolerance set to Global.
Public Function IntersectWith( line As LinearEntity3d ) As Point3d()
public Point3d\[\] IntersectWith( LinearEntity3d line );
Parameters |
Description |
LinearEntity3d line |
Input any 3D linear entity |
Comments? |