Files
modeling-app/docs/kcl-std/consts/std-cutStrategy-automatic.md
Adam Chalmers 8f7ef4967f Update docs
2025-05-07 13:36:42 -05:00

17 lines
360 B
Markdown

---
title: "cutStrategy::automatic"
subtitle: "Constant in cutStrategy"
excerpt: "Try the fast but simple Basic strategy, and if that fails, try the slow and complex CSG strategy."
layout: manual
---
Try the fast but simple Basic strategy, and if that fails, try the slow and complex CSG strategy.
```kcl
cutStrategy::automatic: string = "automatic"
```