Plane.isPerpendicularToPlane Method

Parent Object: Plane
Defined in namespace "adsk::core" and the header file is <Core/Geometry/Plane.h>

Description

Checks if this plane is perpendicular to another plane.

Syntax

"plane_var" is a variable referencing a Plane object.
returnValue = plane_var.isPerpendicularToPlane(plane)
"plane_var" is a variable referencing a Plane object.

#include <Core/Geometry/Plane.h>

returnValue = plane_var->isPerpendicularToPlane(plane);

Return Value

Type Description
boolean Returns true if the planes are perpendicular.

Parameters

Name Type Description
plane Plane The plane to compare with for perpendicularity.

Version

Introduced in version August 2014