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.
| Parameter | Type | Description |
|---|---|---|
path | SceneObject | The path to sweep along (edges/wire) |
sweep(path: SceneObject, target?: SceneObject): Sweep
Sweeps the given sketch along a path.
| Parameter | Type | Description |
|---|---|---|
path | SceneObject | The path to sweep along (edges/wire) |
target | SceneObject | The sketch to sweep (optional) |