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)

intersect(targetPlane: SceneObject | PlaneLike, sourceObjects: SceneObject[]): ExtrudableGeometry

Intersects 3D objects with a target plane, producing cross-section edges.

ParameterTypeDescription
targetPlaneSceneObject | PlaneLikeThe plane to intersect with
sourceObjectsSceneObject[]The 3D objects to intersect