Commit graph

993 commits

Author SHA1 Message Date
jdegenstein
296eebcf31
clarifying words about underlying CAD core 2023-04-20 12:47:58 -05:00
jdegenstein
c427d0c66c
[docs] tips on 2D vs 3D fillets/chamfers 2023-04-20 11:16:15 -05:00
Roger Maitland
a267b359aa Adding missing tips.rst file 2023-04-20 11:50:47 -04:00
Roger Maitland
9c093f569c Docs reorganization & new Tips section 2023-04-20 11:41:09 -04:00
Roger Maitland
ef35afa085 Changed Location compare to use quaternions 2023-04-19 14:15:42 -04:00
gumyr
f8ad67cd5c
Merge pull request #186 from snoyer/relocate-shape
add `Shape.relocate`
2023-04-19 14:04:19 -04:00
Roger Maitland
a9067d1cc4 Fixed typo 2023-04-19 14:02:02 -04:00
gumyr
068e18da05
Merge pull request #216 from fnordpig/patch-1
Apple silicon conda instructions
2023-04-19 13:59:57 -04:00
Roger Maitland
b282ea0065 Fixing Base object cross references 2023-04-19 11:57:57 -04:00
Roger Maitland
de8b29e9b8 Adding custom objects to docs 2023-04-19 11:47:50 -04:00
WMR
89aadb233b
Apple silicon conda instructions 2023-04-19 08:11:19 -07:00
snoyer
f9da6924e6
Merge branch 'gumyr:dev' into relocate-shape 2023-04-19 19:00:07 +04:00
Roger Maitland
74549f1d8d Adding BuildPart docs 2023-04-19 10:35:22 -04:00
Roger Maitland
3a8120c843 Adding BuildSketch docs 2023-04-18 14:50:38 -04:00
gumyr
e225c51301
Merge pull request #177 from snoyer/callable-predicates
callable predicates for `filter_by` and `group_by`
2023-04-18 10:50:43 -04:00
gumyr
ee85858126
Merge branch 'dev' into callable-predicates 2023-04-18 10:50:24 -04:00
gumyr
a8eb78ecaf
Merge pull request #170 from snoyer/Vector-monkey-patching
improve `Vector.add/sub` monkey-patching
2023-04-18 10:42:49 -04:00
Roger Maitland
506456e7f2 Fixed broken link to file 2023-04-17 14:48:58 -04:00
Roger Maitland
c44455c095 Restructured docs to separate objects and opertions from builder api 2023-04-17 14:40:04 -04:00
snoyer
faa12eb777 minor rename 2023-04-17 06:57:47 +04:00
snoyer
686e469206
Merge branch 'dev' into Vector-monkey-patching 2023-04-17 06:54:00 +04:00
Roger Maitland
632bba2753 Added error message for empty builder - Issue #71 2023-04-16 13:46:20 -04:00
Roger Maitland
668491514c Removing relocation feature from operations Issue #215 2023-04-16 13:08:54 -04:00
Roger Maitland
9f342c307d Fixed center point in CenterArc Issue #214 2023-04-16 11:06:07 -04:00
Roger Maitland
d342072952 Fixed extrude with taper and holes Issue #184 2023-04-12 14:05:12 -04:00
Roger Maitland
135d019024 Allow JernArc to create complete circle Issue #192 2023-04-12 10:47:11 -04:00
Roger Maitland
56e551aa02 Fixed CenterArc localization bug Issue #212 2023-04-12 10:08:23 -04:00
Roger Maitland
e4bf52f623 Catching fillet and chamfer exceptions Issue #208 2023-04-11 16:20:33 -04:00
gumyr
c99999a1dd
Create FUNDING.yml 2023-04-11 11:07:59 -04:00
gumyr
c5edfea8e7
Merge pull request #211 from gumyr/workplanes
Remove Workplanes
2023-04-10 14:57:48 -04:00
Roger Maitland
343fe612b5 Merge branch 'dev' into workplanes 2023-04-10 14:50:04 -04:00
Roger Maitland
46d87eafa7 Fixed do_children_intersect return code Issue #200 2023-04-10 14:48:50 -04:00
Roger Maitland
0916510086 Minor improvement 2023-04-10 14:30:34 -04:00
gumyr
5c91d2a451
Merge pull request #210 from jdegenstein/patch-1
match target types for extrude with extrude-until
2023-04-10 14:27:36 -04:00
Roger Maitland
c52ccd9174 Removed Workplanes 2023-04-10 11:17:23 -04:00
jdegenstein
6edac85b12
match target types for extrude with extrude-until 2023-04-09 13:21:21 -05:00
Roger Maitland
205a7b2aea Moved add to operations 2023-04-08 15:44:17 -04:00
Roger Maitland
f925617a0c Moved chamfer and fillet to the appropriate builders 2023-04-08 15:43:00 -04:00
Roger Maitland
4fa08cf107 Minor improvements to operations 2023-04-08 15:13:17 -04:00
Roger Maitland
ddb296d372 Adding copy and deepcopy to Color Issue #179 2023-04-08 13:55:40 -04:00
Roger Maitland
d3d05e6917 Fixed x_dir when realign sketch faces 2023-04-08 13:36:33 -04:00
Roger Maitland
3d6414d06b Realign faces added to sketch to Plane.XY 2023-04-08 12:07:57 -04:00
gumyr
6f4891acf3
Merge pull request #206 from elliejs/dev
Fixing links in documentation to work with the new algebra big rename
2023-04-08 09:55:37 -04:00
gumyr
f8f62893e5
Merge pull request #205 from jdegenstein/patch-14
[docs] Intro Ex10 improved and minor doc fixes
2023-04-08 09:50:05 -04:00
gumyr
51f8ccaf71
Merge pull request #203 from jdegenstein/patch-13
[docstring] fix sort_by defaults to Axis.Z not SortBy.Z
2023-04-08 09:47:39 -04:00
jdegenstein
b7800e8769
correct docstring mode for split/scale 2023-04-07 19:37:13 -05:00
elliejs
0d4d0bd8f1 realigning the table that got skewed 2023-04-07 20:01:34 -04:00
jdegenstein
e9d244fc3a
intro ex24 remove unnecessary parens 2023-04-07 16:50:29 -05:00
jdegenstein
a2624e9497
correct offset docstring to Mode.REPLACE instead of Mode.ADD 2023-04-07 16:38:19 -05:00
elliejs
85a6b89120 update broken links to reflect naming changes
respect tildes
2023-04-07 17:18:28 -04:00