Plane.intersectWithPlane Method
Parent Object:
PlaneDefined in namespace "adsk::core" and the header file is <Core/Geometry/Plane.h>
Description
Creates an infinite line at the intersection of this plane with another plane.
Syntax
"plane_var" is a variable referencing a Plane object.returnValue = plane_var.intersectWithPlane(plane)
|
"plane_var" is a variable referencing a Plane object.
#include <Core/Geometry/Plane.h>
returnValue = plane_var->intersectWithPlane(plane);
|
Return Value
InfiniteLine3D |
Returns an InfiniteLine3D object or null if the planes do not intersect (are parallel). |
Parameters
plane |
Plane |
The plane to intersect with. |
Version
Introduced in version August 2014