17 lines
348 B
Markdown
17 lines
348 B
Markdown
![]() |
---
|
||
|
title: "cutStrategy::csg"
|
||
|
subtitle: "Constant in cutStrategy"
|
||
|
excerpt: "The CSG strategy is slowest, but it can handle complex cases (like chamfering two edges that touch)."
|
||
|
layout: manual
|
||
|
---
|
||
|
|
||
|
The CSG strategy is slowest, but it can handle complex cases (like chamfering two edges that touch).
|
||
|
|
||
|
```kcl
|
||
|
cutStrategy::csg: string = "csg"
|
||
|
```
|
||
|
|
||
|
|
||
|
|
||
|
|