Files
modeling-app/docs/kcl-std/consts/std-cutStrategy-automatic.md

17 lines
360 B
Markdown
Raw Normal View History

2025-05-07 13:36:42 -05:00
---
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"
```