What is the macro command of "Modify Corners" and how to use it?
User LayoutEditorFull Thursday 16th May 2019
Please let me know. Thanks!
Jürgen LayoutEditorFull Thursday 16th May 2019
There is no single macro command for that, the command will depend in the modification method:
```
layout->drawing->currentCell->addCornerAreaSelect(...);
layout->drawing->currentCell->chamferSelect(...);
layout->drawing->currentCell->filletRoundSelect(...);
layout->drawing->currentCell->filletBezierSelect(...);
```
The exact parameters and its meaning you will find in the description of the class cell:
[documentation of the cell class](https://layouteditor.org/layoutscript/api/cell)