Sketch.projectCutEdges Method

Parent Object: Sketch
Defined in namespace "adsk::fusion" and the header file is <Fusion/Sketch/Sketch.h>

Description

Intersects the specified body with the sketch plane and creates new curves representing the intersection.

Syntax

"sketch_var" is a variable referencing a Sketch object.
returnValue = sketch_var.projectCutEdges(body)
"sketch_var" is a variable referencing a Sketch object.

#include <Fusion/Sketch/Sketch.h>

returnValue = sketch_var->projectCutEdges(body);

Return Value

Type Description
ObjectCollection Returns a collection of the sketch entities that were created a a result of the cut.

Parameters

Name Type Description
body BRepBody The body to be intersected by the sketch.

Version

Introduced in version August 2014