mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-29 16:29:40 +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:
|
||||
// r_maj = major radius of torus ring. (use with of 'r_min', or 'd_min')
|
||||
// r_min = minor radius of torus ring. (use with of 'r_maj', or 'd_maj')
|
||||
// r_maj = major radius of torus ring. (use with 'r_min', or 'd_min')
|
||||
// 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`.
|
||||
// ---
|
||||
// d_maj = major diameter of torus ring. (use with of 'r_min', or 'd_min')
|
||||
// d_min = minor diameter of torus ring. (use with of 'r_maj', or 'd_maj')
|
||||
// d_maj = major diameter of torus ring. (use with 'r_min', or 'd_min')
|
||||
// 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')
|
||||
// ir = inside radius of the torus. (use with 'or', or 'od')
|
||||
// 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
|
||||
|
|
Loading…
Reference in a new issue