17 lines
360 B
Markdown
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"
|
|
```
|
|
|
|
|
|
|
|
|