mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-05 21:58:17 +02:00
docfix
This commit is contained in:
2
vnf.scad
2
vnf.scad
@@ -1638,7 +1638,7 @@ function _sort_pairs0(arr) =
|
|||||||
// Usage:
|
// Usage:
|
||||||
// boundary = vnf_boundary(vnf, [merge=], [idx=]);
|
// boundary = vnf_boundary(vnf, [merge=], [idx=]);
|
||||||
// Description:
|
// 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
|
// 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
|
// 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.
|
// be incorrect or invalid; it may produce obscure errors.
|
||||||
|
Reference in New Issue
Block a user