Plane.isParallelToLine Method

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

Description

Checks if this plane is parallel to a line.

Syntax

"plane_var" is a variable referencing a Plane object.
returnValue = plane_var.isParallelToLine(line)
"plane_var" is a variable referencing a Plane object.

#include <Core/Geometry/Plane.h>

returnValue = plane_var->isParallelToLine(line);

Return Value

Type Description
boolean Returns true if the plane and line are parallel.

Parameters

Name Type Description
line Line3D The line to compare with for parallelism.

Version

Introduced in version August 2014