Plane.isCoPlanarTo Method
Parent Object:
PlaneDefined in namespace "adsk::core" and the header file is <Core/Geometry/Plane.h>
Description
Checks if this plane is coplanar with another plane.
Syntax
"plane_var" is a variable referencing a Plane object.returnValue = plane_var.isCoPlanarTo(plane)
|
"plane_var" is a variable referencing a Plane object.
#include <Core/Geometry/Plane.h>
returnValue = plane_var->isCoPlanarTo(plane);
|
Return Value
boolean |
Returns true if the planes are coplanar. |
Parameters
plane |
Plane |
The plane to compare with for co-planarity. |
Version
Introduced in version August 2014