|
26de7bc9c2
|
Update test_cadquery.py
Changed directory to point to test data.
|
2020-09-24 13:29:59 -04:00 |
|
|
62c287a62e
|
Add files via upload
Add font for testing makeText
|
2020-09-24 13:27:13 -04:00 |
|
|
00a1329c2e
|
Update test_cadquery.py
Perhaps the call to os.path.join will allow the tests to run.
|
2020-09-22 21:48:26 -04:00 |
|
|
8dd1038226
|
Update test_cadquery.py
Try pulling a valid path from elsewhere in the file.
|
2020-09-22 17:25:20 -04:00 |
|
|
31d4a4f79a
|
Update test_cadquery.py
Try just the current directory.
|
2020-09-22 17:08:16 -04:00 |
|
|
f934f45bf7
|
Update test_cadquery.py
Trying Unix style path.
|
2020-09-22 16:49:21 -04:00 |
|
|
6b2df42ed6
|
Update test_cadquery.py
Add test for "text" using fontPath keyword argument.
|
2020-09-22 16:36:58 -04:00 |
|
|
bf01b6a552
|
Update shapes.py
Adding a space between comment and function call :/
|
2020-09-22 15:16:34 -04:00 |
|
|
904095998f
|
Update shapes.py
Change whitespace to try and pass automated checks.
|
2020-09-22 15:00:05 -04:00 |
|
|
6bb90245b1
|
Update shapes.py
Fix inconsistent tabs and spaces
|
2020-09-22 13:10:00 -04:00 |
|
|
da07216688
|
Fix a typo. (#452)
* Fix a typo.
* Pin black version in travis
Co-authored-by: Adam Urbańczyk <adam-urbanczyk@users.noreply.github.com>
|
2020-09-22 08:11:36 +02:00 |
|
|
fac2a94059
|
Update shapes.py
Fixed argument name mismatch.
|
2020-09-21 12:49:28 -04:00 |
|
|
7ede22146e
|
Update cq.py
Add the option to specify a path to the font.
|
2020-09-21 12:40:36 -04:00 |
|
|
1e16111056
|
Update shapes.py
Add the option to specify a path to the font.
|
2020-09-21 12:16:23 -04:00 |
|
|
e01b241521
|
Another solver tweak
|
2020-09-21 08:16:46 +02:00 |
|
|
17c8f1de4f
|
Simplified the solver and switched to BFGS
|
2020-09-16 22:25:13 +02:00 |
|
|
824a635fe5
|
Different subloc handling
|
2020-09-16 22:24:25 +02:00 |
|
|
2cad05215b
|
Reworked the solver
|
2020-09-15 17:57:15 +02:00 |
|
|
9c29c32c8e
|
Fixed solve issues
|
2020-09-13 20:38:26 +02:00 |
|
|
577139b9ed
|
Fixed failures for constrain
|
2020-09-13 20:38:19 +02:00 |
|
|
c3432b6131
|
Added tests for constrain and solve
|
2020-09-13 20:38:01 +02:00 |
|
|
4029701ffa
|
Merge branch 'assembly' of https://github.com/CadQuery/cadquery into assembly
|
2020-09-13 17:22:29 +02:00 |
|
|
c5676b619a
|
First pass on solve()
|
2020-09-13 17:21:40 +02:00 |
|
|
f914815019
|
Fixed normal test
|
2020-09-11 23:54:23 +02:00 |
|
|
dd863bdbc5
|
Added test for normal
|
2020-09-11 20:25:48 +02:00 |
|
|
e8cba7d05c
|
Add scipy to the specs
|
2020-09-09 15:45:33 +02:00 |
|
|
146bbe5770
|
Add nptyping to req
|
2020-09-09 15:29:39 +02:00 |
|
|
46dd8206ae
|
Added mising property
|
2020-09-09 14:26:46 +02:00 |
|
|
c15c364da6
|
Implemented constraint translation to the POD format
|
2020-09-09 14:26:09 +02:00 |
|
|
1963a65972
|
Implemented init
|
2020-09-09 14:24:05 +02:00 |
|
|
c8c21d7d11
|
Black fix
|
2020-09-09 11:48:08 +02:00 |
|
|
f53bd441aa
|
Working colors in STEP export
|
2020-09-09 11:36:12 +02:00 |
|
|
8fc43ca536
|
Pin black version for now
|
2020-09-09 10:59:15 +02:00 |
|
|
3e57e3a32a
|
Constraint refactoring
Store sublocation in the case of of a nested object being referred to
|
2020-09-08 21:57:52 +02:00 |
|
|
ef9f5af164
|
Doc tweaks
|
2020-09-07 15:37:13 +02:00 |
|
|
39c7640a41
|
Added optional constraint param
|
2020-09-07 15:36:55 +02:00 |
|
|
cbe5a74332
|
Import Constraint in the main namespace
|
2020-09-07 15:36:28 +02:00 |
|
|
d185e0374a
|
Minor docstring fix
|
2020-09-07 14:34:04 +02:00 |
|
|
e437f97e36
|
Initial implementation of constraint adding
|
2020-09-07 14:33:45 +02:00 |
|
|
7ab3d10d3e
|
Merge branch 'master' into assembly
|
2020-09-07 12:27:50 +02:00 |
|
|
3dc54d69e2
|
Use sphinx_autodoc_typehints
|
2020-09-07 12:25:30 +02:00 |
|
|
e3caf7b931
|
Make cq_directive sphinx 3 compatibile
|
2020-09-07 11:54:52 +02:00 |
|
|
7e645650de
|
Dummy docstring to trigger sphinx inclusion
|
2020-09-07 11:54:22 +02:00 |
|
|
e1bedca8fc
|
fixed exportCAF file overwriting
NB: app/doc API of OCCT is rather non-intuitive
|
2020-09-07 10:22:31 +02:00 |
|
|
10b885cbb5
|
Additional docstrings
|
2020-09-07 10:21:13 +02:00 |
|
|
f71f7c5173
|
docstring for Color
|
2020-09-06 19:50:21 +02:00 |
|
|
60a664874f
|
Color implementation for Assembly
|
2020-09-06 17:45:32 +02:00 |
|
|
fe850502f4
|
Change add interface to be more generic
|
2020-09-04 16:43:06 +02:00 |
|
|
4c9ed42ffd
|
Added docstrings
|
2020-09-04 16:21:00 +02:00 |
|
|
726616b582
|
Added basic docs
|
2020-09-04 13:11:16 +02:00 |
|