Update docs
This commit is contained in:
16
docs/kcl-std/consts/std-cutStrategy-basic.md
Normal file
16
docs/kcl-std/consts/std-cutStrategy-basic.md
Normal file
@ -0,0 +1,16 @@
|
||||
---
|
||||
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"
|
||||
```
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user