mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-17 01:49:48 +00:00
Typo fixes for torus() docs.
This commit is contained in:
parent
1b39015d05
commit
bc54fbccc3
2 changed files with 5 additions and 5 deletions
|
@ -1214,12 +1214,12 @@ module tube(
|
||||||
// }
|
// }
|
||||||
//
|
//
|
||||||
// Arguments:
|
// Arguments:
|
||||||
// r_maj = major radius of torus ring. (use with of 'r_min', or 'd_min')
|
// r_maj = major radius of torus ring. (use with 'r_min', or 'd_min')
|
||||||
// r_min = minor radius of torus ring. (use with of 'r_maj', or 'd_maj')
|
// r_min = minor radius of torus ring. (use with 'r_maj', or 'd_maj')
|
||||||
// center = If given, overrides `anchor`. A true value sets `anchor=CENTER`, false sets `anchor=DOWN`.
|
// center = If given, overrides `anchor`. A true value sets `anchor=CENTER`, false sets `anchor=DOWN`.
|
||||||
// ---
|
// ---
|
||||||
// d_maj = major diameter of torus ring. (use with of 'r_min', or 'd_min')
|
// d_maj = major diameter of torus ring. (use with 'r_min', or 'd_min')
|
||||||
// d_min = minor diameter of torus ring. (use with of 'r_maj', or 'd_maj')
|
// d_min = minor diameter of torus ring. (use with 'r_maj', or 'd_maj')
|
||||||
// or = outer radius of the torus. (use with 'ir', or 'id')
|
// or = outer radius of the torus. (use with 'ir', or 'id')
|
||||||
// ir = inside radius of the torus. (use with 'or', or 'od')
|
// ir = inside radius of the torus. (use with 'or', or 'od')
|
||||||
// od = outer diameter of the torus. (use with 'ir' or 'id')
|
// od = outer diameter of the torus. (use with 'ir' or 'id')
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
//////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
BOSL_VERSION = [2,0,557];
|
BOSL_VERSION = [2,0,558];
|
||||||
|
|
||||||
|
|
||||||
// Section: BOSL Library Version Functions
|
// Section: BOSL Library Version Functions
|
||||||
|
|
Loading…
Reference in a new issue