mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-29 15:59:36 +00:00
Fixed spelling of Asymmetric
This commit is contained in:
parent
06ca151bc8
commit
f5803a696a
2 changed files with 2 additions and 2 deletions
|
@ -716,7 +716,7 @@ function is_patch(x) = is_tripatch(x) || is_rectpatch(x);
|
|||
// vnf5 = bezier_patch(vnf=vnf4, rot(a=[0,90,0],p=translate(p=patch,[-50,-50,50])));
|
||||
// vnf6 = bezier_patch(vnf=vnf5, rot(a=[0,-90,0],p=translate(p=patch,[-50,-50,50])));
|
||||
// vnf_polyhedron(vnf6);
|
||||
// Example(3D): Chaining Patches with Assymmetric Splinesteps
|
||||
// Example(3D): Chaining Patches with Asymmetric Splinesteps
|
||||
// steps = 8;
|
||||
// edge_patch = [
|
||||
// [[-60, 0,-40], [0, 0,-40], [60, 0,-40]],
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
//////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
BOSL_VERSION = [2,0,113];
|
||||
BOSL_VERSION = [2,0,114];
|
||||
|
||||
|
||||
// Section: BOSL Library Version Functions
|
||||
|
|
Loading…
Reference in a new issue