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