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) |
note
All signatures also accept an optional targetPlane parameter as the last argument to draw on a specific plane.