Share

Plane.IntersectWithPlane Method

Parent Object: Plane

Description

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 Line

Parameters

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.

Version

Introduced in version 9

Was this information helpful?