Plane.intersectWithCurve Method

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

Description

Intersect this plane with a curve to get the intersection point(s).

Syntax

"plane_var" is a variable referencing a Plane object.
returnValue = plane_var.intersectWithCurve(curve)
"plane_var" is a variable referencing a Plane object.

#include <Core/Geometry/Plane.h>

returnValue = plane_var->intersectWithCurve(curve);

Return Value

Type Description
ObjectCollection Returns a collection of the intersection points.

Parameters

Name Type Description
curve Curve3D The intersecting curve. The curve can be a Line3D, InfininteLine3D, Circle3D, Arc3D, EllipticalArc3D, Ellipse3D, or NurbsCurve3D.

Version

Introduced in version August 2014