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)

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

Projects 3D objects onto a target plane.

ParameterTypeDescription
targetPlaneSceneObject | PlaneLikeThe plane to project onto
sourceObjectsSceneObject[]The 3D objects to project