-
Notifications
You must be signed in to change notification settings - Fork 2
7. Transform shapes
raydeleu edited this page Jun 22, 2024
·
3 revisions
The transform functions require a 3D shape or face. As explained in Section 3, sketches can not be transformed. If you want to transform a sketch, use the draw()
function.
transformedShape = shape."transformCommand"
|
Translate a part over distance dx,dy,dz along the respective axis |
|
Translate a part along the x-axis only |
|
Translate a part along the y-axis only |
|
Translate a part along the z-axis only |
|
Rotate a part over the indicated degrees along an axis defined by two points |
|
Scale the part equally in all directions |
|
Mirror the part in a given plane |