pub async fn pattern_transform(
exec_state: &mut ExecState,
args: Args,
) -> Result<KclValue, KclError>
Expand description
A linear pattern
Each element in the pattern repeats a particular piece of geometry.
The repetitions can be transformed by the transform
parameter.