pull
Pull apart an object by inserting void at a specified point and direction. This is useful for modifying imported STL files where you want to adjust dimensions in one specific area without scaling the entire object.
Syntax:
Parameters:
| Parameter | Type | Description |
|---|---|---|
obj |
solid | The object to pull apart |
src |
[x, y, z] |
Attachment point (where the pull originates) |
dst |
[x, y, z] |
Pull amount and direction |
Examples: