mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-07 08:16:55 +02:00
Tweak to force example regen.
This commit is contained in:
@@ -751,7 +751,8 @@ function _find_one_tangent(curve, edge, curve_offset=[0,0,0], closed=true) =
|
||||
// pent = pentagon(side=2);
|
||||
// hex = hexagon(side=2);
|
||||
// sep = regular_ngon(7,side=2);
|
||||
// skin(associate_vertices([sq,pent,hex,sep], [1,3,4]) ,slices=10, refine=10, method="distance", z=[0,2,4,6]);
|
||||
// profiles = associate_vertices([sq,pent,hex,sep], [1,3,4]);
|
||||
// skin(profiles ,slices=10, refine=10, method="distance", z=[0,2,4,6]);
|
||||
// Example: The polygons cannot shrink, so if you want to have decreasing polygons you'll need to concatenate multiple results. Note that it is perfectly ok to duplicate a profile as shown here, where the pentagon is duplicated:
|
||||
// sq = regular_ngon(4,side=2);
|
||||
// pent = pentagon(side=2);
|
||||
|
@@ -8,7 +8,7 @@
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
BOSL_VERSION = [2,0,161];
|
||||
BOSL_VERSION = [2,0,162];
|
||||
|
||||
|
||||
// Section: BOSL Library Version Functions
|
||||
|
Reference in New Issue
Block a user