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

17 lines
348 B
Markdown
Raw Normal View History

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