mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-29 16:29:40 +00:00
docfix
This commit is contained in:
parent
cff856362b
commit
88e11dfcaf
1 changed files with 1 additions and 1 deletions
2
vnf.scad
2
vnf.scad
|
@ -1638,7 +1638,7 @@ function _sort_pairs0(arr) =
|
|||
// Usage:
|
||||
// boundary = vnf_boundary(vnf, [merge=], [idx=]);
|
||||
// Description:
|
||||
// Returns the boundary of a VNF as a list of paths. **The input VNF must not contain duplicate points.** By default, vnf_boundary() calls {{vnf_point_merge()}}
|
||||
// Returns the boundary of a VNF as a list of paths. **The input VNF must not contain duplicate points.** By default, vnf_boundary() calls {{vnf_merge_points()}}
|
||||
// to remove duplicate points. Note, however, that this operation can be slow. If you are **certain** there are no duplicate points you can
|
||||
// set `merge=false` to disable the automatic point merge and save time. The result of running on a VNF with duplicate points is likely to
|
||||
// be incorrect or invalid; it may produce obscure errors.
|
||||
|
|
Loading…
Reference in a new issue