project()
Projects 3D objects onto the current sketch plane.
Returns: ExtrudableGeometry
tip
See the guide for detailed usage examples.
Signatures
project(...sourceObjects: SceneObject[]): ExtrudableGeometry
Projects 3D objects onto the current sketch plane.
| Parameter | Type | Description |
|---|---|---|
...sourceObjects | SceneObject[] | The 3D objects to project (optional) |
project(targetPlane: SceneObject | PlaneLike, sourceObjects: SceneObject[]): ExtrudableGeometry
Projects 3D objects onto a target plane.
| Parameter | Type | Description |
|---|---|---|
targetPlane | SceneObject | PlaneLike | The plane to project onto |
sourceObjects | SceneObject[] | The 3D objects to project |