Adrian Mariano
935a113fcf
Examples fix
...
merge primitives stuff into shapes*.scad
move text commands to shapes3d.scad
rename common.scad
2021-09-16 21:50:12 -04:00
Adrian Mariano
e6a2ee2084
Fix Examples: -> Example: when there's no render
2021-09-16 19:33:55 -04:00
Adrian Mariano
bad60db600
Doc error in common.scad for no_module
...
Added no_module and no_function to turtle and stroke respectively
2021-09-06 19:46:18 -04:00
Garth Minette
86fc7dc143
Improved regressions error reporting.
2021-06-30 19:56:17 -07:00
Garth Minette
c98a3dfe9a
Add all_integer() and group_data().
2021-06-30 17:05:44 -07:00
Garth Minette
5a355434ce
Tweaks for docs usage lines.
2021-06-26 20:59:33 -07:00
Garth Minette
8fd4073d44
Merge branch 'master' into revarbat_dev
2021-04-20 18:58:37 -07:00
Garth Minette
858f152657
Made get_radius() compatible with vectors.
2021-04-20 18:52:45 -07:00
Adrian Mariano
94abf65857
rewrite vnf_halfspace and fix bugs in half_of functions.
...
remove get_named_args
2021-04-19 16:58:17 -04:00
Revar Desmera
5ed3602391
Merge pull request #500 from adrianVmariano/master
...
Fix face orientation bugs
2021-04-14 15:13:32 -07:00
Adrian Mariano
75b974906d
_UNDEF definition didn't work; moving to constants.scad fixed this.
...
Fixed vnf.scad so that "convex" is efficient and handles degenerate
case in vnf_vertex_array
Fixed skin to correctly handle multi-section "distance" skins.
2021-04-14 16:32:47 -04:00
RonaldoCMP
376609d52f
Cosmetics
2021-04-11 12:34:59 +01:00
RonaldoCMP
cdb68ad977
Revert "Review of geometry.scad for speed"
...
This reverts commit 49a3a166eb
.
2021-04-10 20:14:40 +01:00
RonaldoCMP
49a3a166eb
Review of geometry.scad for speed
2021-04-10 20:09:03 +01:00
Garth Minette
698268c8c7
Resolved conflicts with master.
2021-04-06 19:18:57 -07:00
Garth Minette
bda2661855
Merge branch 'master' into pr/483
2021-04-06 18:22:39 -07:00
Garth Minette
a05af703f9
Added is_func()
2021-04-06 16:57:26 -07:00
RonaldoCMP
d92bb933f0
Revert "Revert "teste edicao em common""
...
This reverts commit 10a3705470
.
2021-03-29 11:33:37 +01:00
RonaldoCMP
10a3705470
Revert "teste edicao em common"
...
This reverts commit 685e727d8d
.
2021-03-28 17:09:24 +01:00
RonaldoCMP
11cb12b0d6
Revert "teste2"
...
This reverts commit 46b0f03af3
.
2021-03-28 17:09:07 +01:00
RonaldoCMP
46b0f03af3
teste2
2021-03-28 17:06:00 +01:00
RonaldoCMP
685e727d8d
teste edicao em common
...
marcado 217 - 224
2021-03-28 16:59:35 +01:00
Adrian Mariano
737baed34c
further type checking fixes
2021-03-14 12:08:20 -04:00
Adrian Mariano
f736ef98f7
same_shape bugfix (fails if b==undef)
...
check for collinear points in round_corners plus other fixes
fix path_cut to work correctly when closed==true, and change it to
fail with error when cut is too long instead of returning undef.
Add path_cut_segs.
2021-03-05 16:35:41 -05:00
Garth Minette
f4cfd67d94
Fix link to is_homogeneous()
2021-03-01 23:20:53 -08:00
Garth Minette
a346a0cbf0
Added Topics/SeeAlso to affine, arrays, attachments, beziers, common, constants, gears
2021-03-01 22:44:00 -08:00
Adrian Mariano
592fd34986
Doc tweak for modular hose. Add is_bool_list to common.scad. Add
...
line circle intersection and line bezier intersection.
2021-02-02 17:49:44 -05:00
Garth Minette
2317ca9f4e
_undef -> _UNDEF
2021-01-28 18:54:34 -08:00
Garth Minette
a71278af3d
Removed echo.
2021-01-28 17:29:35 -08:00
Garth Minette
762eb88d3d
Fix for no_module() example.
2021-01-28 17:26:46 -08:00
Garth Minette
12cc40a56f
Corrected no_children() example.
2021-01-28 17:13:35 -08:00
Garth Minette
a13a09db8d
Docs cleanup for common.scad
2021-01-28 16:59:46 -08:00
Garth Minette
8fb9ef222a
Removed slot(), arced_slot(). Fixed positional args ordering and docs.
2021-01-17 01:38:10 -08:00
Revar Desmera
2860de17cc
Merge pull request #364 from revarbat/revarbat_dev
...
Improved docs gen script
2021-01-05 02:37:53 -08:00
Garth Minette
f9aa81e178
Improved docs gen script for Returns:, Custom:, Includes:, Topics:, and positional/named args spits.
2021-01-05 01:20:01 -08:00
Adrian Mariano
1ce198bcff
Added no_function and no_module
2021-01-02 23:28:11 -05:00
Garth Minette
44fcd46b47
Fix for ycyl error when using d1/d2.
2020-12-12 20:28:33 -08:00
Jerome Plut
8b22f3da08
Wrote better documentation for get_named_args()
2020-12-04 00:10:23 +01:00
Jerome Plut
abc8881b00
Fixed indentation issues in docs
2020-12-03 21:48:43 +01:00
Jerome Plut
e983f6599d
fixed indentation
2020-12-03 21:40:32 +01:00
Jerome Plut
8ab4b7c538
fixed indentation
2020-12-03 21:40:32 +01:00
Jerome Plut
1d324128e4
Added more flexibility to get_named_args(), and all the left_half(), etc. as functions
2020-12-03 21:40:32 +01:00
Jerome Plut
16204c6724
Allowed half_of() to work on paths, regions and surfaces.
2020-12-03 21:40:32 +01:00
Garth Minette
b22c5a0cfe
Bugfixes for looping helpers.
2020-10-06 18:48:39 -07:00
Garth Minette
8b922f7a15
Fixed Looping Helpers docs formatting.
2020-10-06 13:48:14 -07:00
Garth Minette
0cd34406a3
Documented looping helpers.
2020-10-06 01:41:39 -07:00
Garth Minette
16ee49e8b2
Fixed a bunch of undef math warnings with dev snapshot OpenSCAD builds.
2020-10-03 19:50:29 -07:00
Adrian Mariano
c1782f1113
added no_children checks, and attachable to vnf_polyhedron
2020-08-27 19:25:41 -04:00
RonaldoCMP
da5546cbc2
In observance of owner's last review
...
Eliminate double definitions.
Eliminate unneeded comments.
In common.scad redefine num_defined(), all_defined() and get_radius().
In geometry.scad:
- change name _dist to _dist2line
- simplify _point_above_below_segment() and triangle_area()
- change some arg names for uniformity (path>>poly)
- change point_in_polygon() to accept the Even-odd rule as alternative
- and other minor edits
Update tests_geometry to the new funcionalities.
2020-08-20 22:42:24 +01:00
RonaldoCMP
5462616e1e
Revert "In observance of owner's last review"
...
This reverts commit 99e815f077
.
2020-08-20 22:36:50 +01:00