2025-05-06 16:09:59 +12:00
|
|
|
---
|
2025-05-07 10:33:23 +12:00
|
|
|
title: "transform"
|
|
|
|
subtitle: "Module in std"
|
2025-05-11 19:32:33 +12:00
|
|
|
excerpt: "This module contains functions for transforming sketches and solids. "
|
2025-05-06 16:09:59 +12:00
|
|
|
layout: manual
|
|
|
|
---
|
|
|
|
|
2025-05-11 19:32:33 +12:00
|
|
|
This module contains functions for transforming sketches and solids.
|
2025-05-06 16:09:59 +12:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Functions and constants
|
|
|
|
|
|
|
|
* [`mirror2d`](/docs/kcl-std/functions/std-transform-mirror2d)
|
2025-05-29 07:15:04 +12:00
|
|
|
* [`rotate`](/docs/kcl-std/functions/std-transform-rotate)
|
|
|
|
* [`scale`](/docs/kcl-std/functions/std-transform-scale)
|
|
|
|
* [`translate`](/docs/kcl-std/functions/std-transform-translate)
|
2025-05-06 16:09:59 +12:00
|
|
|
|