mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-04 03:09:45 +00:00
added spaces in offset docs
This commit is contained in:
parent
a89c324b4c
commit
e9ae6355e5
1 changed files with 2 additions and 3 deletions
|
@ -828,7 +828,6 @@ function _offset_region(
|
||||||
// starting at `firstface_index` and the offset path vertices appearing afterwords. The direction
|
// starting at `firstface_index` and the offset path vertices appearing afterwords. The direction
|
||||||
// of the faces can be flipped using `flip_faces`. When you request faces the return value
|
// of the faces can be flipped using `flip_faces`. When you request faces the return value
|
||||||
// is a list: [offset_path, face_list].
|
// is a list: [offset_path, face_list].
|
||||||
//
|
|
||||||
// Arguments:
|
// Arguments:
|
||||||
// path = the path to process. A list of 2d points.
|
// path = the path to process. A list of 2d points.
|
||||||
// r = offset radius. Distance to offset. Will round over corners.
|
// r = offset radius. Distance to offset. Will round over corners.
|
||||||
|
|
Loading…
Reference in a new issue