Skip to main content

sweep()

Sweeps the last sketch along a path.

Returns: Sweep

tip

See the guide for detailed usage examples.

Signatures

sweep(path: SceneObject): Sweep

Sweeps the last sketch along a path.

ParameterTypeDescription
pathSceneObjectThe path to sweep along (edges/wire)

sweep(path: SceneObject, target?: SceneObject): Sweep

Sweeps the given sketch along a path.

ParameterTypeDescription
pathSceneObjectThe path to sweep along (edges/wire)
targetSceneObjectThe sketch to sweep (optional)