Commit Graph

1629 Commits

Author SHA1 Message Date
aba24c0ed5 Added docs for new extrude capabilities (#894)
* Added docs for new extrude capabilities

Added examples for extrude and cutblind until extrusion parameter

Updated weird leftover text in Example page

* added note on relative axis coords for Workplane.revolve

* added mixed extrude cutblind example
2021-10-31 09:54:52 +10:30
b4d638aecc Support pyparsing version 3 (#907)
* * Change pyparsing usage to be compatible with version 3

    upcaseTokens -> pyparsing_common.upcaseTokens

* Spec minimum pyparsing in the conda package

* syntax fix

Co-authored-by: AU <adam-urbanczyk@users.noreply.github.com>
2021-10-30 21:03:12 +02:00
20097a90df Merge pull request #901 from lorenzncode/edge-positionAt
paramAt - handle trimmed curves (#686)
2021-10-19 20:33:35 -04:00
AU
7413044ab1 Pin HDF5 for now 2021-10-19 19:07:53 +10:30
AU
9c8240f3db Pin HDF5 for now 2021-10-19 18:59:02 +10:30
7331d68153 paramAt - handle trimmed curves (#686) 2021-10-17 18:59:34 -04:00
a1df268eb2 Perpendicular is not the same as not parallel (#882) 2021-10-02 23:30:38 +02:00
f19c35c83c until extrude/cutblind (#875)
* Move dprism to Mixin3D

Co-authored-by: AU <adam-urbanczyk@users.noreply.github.com>
Co-authored-by: Marcus Boyd <mwb@geosol.com.au>
2021-09-26 20:05:56 +09:30
04e3dd9175 Merge pull request #887 from Jojain/patch-1
Update README.txt
2021-09-17 10:11:48 -04:00
97421a5219 Update README.txt 2021-09-17 15:19:01 +02:00
ba1dfe448f Merge pull request #835 from A-G-D/master
Implemented cq.Vector.projectToLine() method
2021-09-08 06:54:29 -04:00
AU
1508f15d03 Merge branch 'master' into master 2021-09-08 08:17:06 +02:00
94030ad5e4 Merge pull request #865 from martinbudden/gitignore_tests
Added tests/test.brep to .gitignore.
2021-09-02 14:04:51 -04:00
d8ba84e43c Added test output to .gitignore. 2021-09-02 09:53:26 +01:00
a439cb1a18 Added tests/test.brep to .gitignore. 2021-09-02 09:53:25 +01:00
0b2a075b8c doc/assy: add constraints (#850)
* doc/assy: add constraints

* doc/gen_colors.py: add script for generating color list

* doc/assy: initial locations
2021-09-02 11:25:03 +09:30
75ea7788e0 Merge pull request #858 from martinbudden/cylinder
Added cylinder 3D primitive to Workplane.
2021-09-01 11:08:24 -04:00
fe81d33b62 Merge pull request #872 from CadQuery/ezdxf-spline-fix
DXF spline export fix
2021-08-31 17:26:08 -04:00
00083ed334 Improved cylinder docstring. 2021-08-31 17:59:05 +01:00
71e3e40793 Update as per suggestions in review. 2021-08-31 17:52:00 +01:00
6f52d88cfa More tests + fixes 2021-08-31 18:35:01 +02:00
9fc403ef5c Transfrom and crash fix 2021-08-31 18:34:49 +02:00
3337b81ff9 Add tests 2021-08-31 08:58:51 +02:00
fe0a449993 Handle periodic splines properly 2021-08-31 08:46:52 +02:00
6a94606b7f Merge pull request #871 from revolter/patch-1
Fix typo in close error message
2021-08-30 21:23:23 -04:00
6afb2df3a6 Fix typo in close error message 2021-08-30 23:46:39 +03:00
9cef5558cf Merge pull request #863 from martinbudden/spelling_corrections
Fix spelling mistakes and typos.
2021-08-27 13:17:52 -04:00
e77d5c6438 Changed back seealso documentation directive. 2021-08-27 18:05:29 +01:00
37b4e235fe Merge pull request #839 from CadQuery/marcus7070/introspective-example-note
doc/primer.rst: introspective example additional note
2021-08-27 10:37:37 -04:00
032aaea36e Merge pull request #866 from martinbudden/readme_links
Added links to README.md.
2021-08-27 09:44:59 -04:00
9328364418 Merge pull request #852 from revolter/fix/inconsistent-documentation
Fix inconsistent 2D and 3D spellings
2021-08-27 09:31:45 -04:00
ac4840acc4 Merge pull request #867 from revolter/patch-1
Fix typo in method documentation
2021-08-27 09:01:22 -04:00
2e415b7313 Fix typo in method documentation 2021-08-26 23:11:13 +03:00
7e95e76392 Added links to README.md. 2021-08-26 09:11:38 +01:00
015d8b33ae Fix spelling mistakes and typos. 2021-08-25 23:38:52 +01:00
727ab27c72 Swapped cylinder height and radius parameters to match cone. 2021-08-25 20:24:50 +01:00
498f5d78d6 Changed to use Solid.makeCylinder. 2021-08-25 17:52:47 +01:00
2efa1f0b00 Code reformat. 2021-08-25 17:30:24 +01:00
4110dd0b83 Added cylinder 3D primitive. 2021-08-25 17:01:52 +01:00
e623d063af Fix inconsistent 2D and 3D spellings 2021-08-20 15:50:27 +03:00
247f0e6f3c Edit doc referring to old centerOption behaviour (#847)
This part of the doc was referring to the centerOption being the centerOfMass of a face by default. I changed it to refer to the new behaviour

Co-authored-by: Marcus Boyd <mwb@geosol.com.au>
2021-08-19 16:54:01 +09:30
7bcd80ecf2 Fix documentation wording 2021-08-19 16:46:12 +09:30
5bbadad5b1 Fix incorrect link formatting (#843)
* Fix incorrect link formatting

* Remove superfluous space

* Fix incorrect JavaScript casing
2021-08-19 16:37:03 +09:30
bf5d57bf2a Merge pull request #846 from revolter/patch-4
Fix inconsistent examples code style
2021-08-17 13:38:54 -04:00
7b5dc6ba0d Merge pull request #848 from revolter/patch-5
Fix incorrect ParallelDirSelector documentation
2021-08-17 13:30:50 -04:00
c0efdc0c50 Fix incorrect ParallelDirSelector documentation 2021-08-16 17:49:26 +03:00
baaa8d0f91 Fix inconsistent examples code style 2021-08-15 22:59:38 +03:00
550f77461c Fix inconsistent examples code style 2021-08-15 10:33:09 +03:00
b018d54bb2 Fix inconsistent examples code style 2021-08-15 10:10:44 +03:00
93623fa9bd #788 Add __repr__ and __str__ methods to Matrix (#791)
* #788 Add __repr__ and __str__ methods to Matrix

* Shortened code with join & improved test

* Renamed variable and fixed use of join

* Replaced __getitem__ with transposed_list

* Optimized repr and removed str methods

* Cleanup comment

* Increased geom.py code coverage to near 100%

* Reformatted with black 19.10b0 defaults

* Remove the typing import
2021-08-12 20:38:06 +02:00