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.
| Parameter | Type | Description |
|---|---|---|
...sourceObjects | SceneObject[] | The 3D objects to intersect (optional) |
intersect(targetPlane: SceneObject | PlaneLike, sourceObjects: SceneObject[]): ExtrudableGeometry
Intersects 3D objects with a target plane, producing cross-section edges.
| Parameter | Type | Description |
|---|---|---|
targetPlane | SceneObject | PlaneLike | The plane to intersect with |
sourceObjects | SceneObject[] | The 3D objects to intersect |