mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-01 03:20:38 +02:00
bugfix
This commit is contained in:
@@ -1452,7 +1452,7 @@ module trace_bezier(bezpath, width=1, N=3) {
|
|||||||
if ($idx % N !=0) circle(d=width/2);
|
if ($idx % N !=0) circle(d=width/2);
|
||||||
}
|
}
|
||||||
|
|
||||||
h
|
|
||||||
// Module: trace_bezier_patches()
|
// Module: trace_bezier_patches()
|
||||||
// Usage:
|
// Usage:
|
||||||
// trace_bezier_patches(patches, [size=], [splinesteps=], [showcps=], [showdots=], [showpatch=], [convexity=], [style=]);
|
// trace_bezier_patches(patches, [size=], [splinesteps=], [showcps=], [showdots=], [showpatch=], [convexity=], [style=]);
|
||||||
|
Reference in New Issue
Block a user