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

17 lines
370 B
Markdown

---
title: "cutStrategy::basic"
subtitle: "Constant in cutStrategy"
excerpt: "The basic strategy is fastest, but it can't handle complicated cases (like chamfering two edges that touch)."
layout: manual
---
The basic strategy is fastest, but it can't handle complicated cases (like chamfering two edges that touch).
```kcl
cutStrategy::basic: string = "basic"
```