Plane.IntersectWithPlane Method
Parent Object: PlaneDescription
Compute the intersection line of this Plane and the specified Plane. If the two Planes are parallel, this method will fail.
Syntax
Plane.IntersectWithPlane( Plane As Plane, [Tolerance] As Double ) As LineParameters
Name | Type | Description |
Plane | Plane | Input Plane object that represents a Plane. |
Tolerance | Double | Input Double that specifies the tolerance. This is an optional argument whose default value is 0.0. |