Skip to main content

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.

ParameterTypeDescription
...sourceObjectsSceneObject[]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.