Skip to main content

intersect()

Intersects 3D objects with the current sketch plane, producing cross-section edges.

Returns: ExtrudableGeometry

Signatures

intersect(...sourceObjects: SceneObject[]): ExtrudableGeometry

Intersects 3D objects with the current sketch plane, producing cross-section edges.

ParameterTypeDescription
...sourceObjectsSceneObject[]The 3D objects to intersect (optional)
note

All signatures also accept an optional targetPlane parameter as the last argument to draw on a specific plane.