Parent Object: Sketch Defined in namespace "adsk::fusion" and the header file is <Fusion/Sketch/Sketch.h>
Description
Intersects the specified entities (BRepBody, BRepFace, BRepEdge, BRepVertex, SketchCurve, ConstructionPoint, ConstructionAxis, and ConstructionPlane) with the sketch plane and creates sketch geometry that represents the intersection.
An array returning the sketch entities that were created as a result of the intersections. It's possible that this can come back empty in the case where the input entities don't intersect the sketch plane.
Parameters
Name
Type
Description
entities
Base[]
An array containing the entities to intersect with the sketch plane.