81b3f57f8d
Update test_cadquery.py
2019-12-24 11:16:02 +01:00
be3ad421a6
Update test_cadquery.py
2019-12-24 11:14:20 +01:00
38c3d27bb4
Update test_cadquery.py
2019-12-24 11:14:05 +01:00
cdb165807c
Delete TestAssembleEdges.py
2019-12-24 11:12:57 +01:00
10a7299350
Update test_cadquery.py
2019-12-24 10:50:03 +01:00
a1df7a4de9
Merge pull request #2 from CadQuery/master
...
update
2019-12-24 10:45:49 +01:00
e64ac5d1d1
Delete runtests.py
2019-12-24 10:45:32 +01:00
b0c9f1b40d
Add files via upload
2019-12-23 15:26:07 +01:00
84775d4973
Add files via upload
2019-12-23 15:25:42 +01:00
57c4c99248
Update TestAssembleEdges.py
2019-12-23 15:22:07 +01:00
9b2c8da425
Update TestAssembleEdges.py
2019-12-23 15:18:50 +01:00
bb2eb064ef
Add files via upload
2019-12-23 14:24:36 +01:00
f9eeb12877
Delete TestAssembleEdgesWarnings.py
2019-12-23 14:24:05 +01:00
d9893eb7f7
Delete Ex101_InterpPlate.py
2019-12-21 16:33:04 +01:00
ef49b6faad
Delete TestInterpPlate.py
2019-12-21 16:32:40 +01:00
5765e24d95
Add files via upload
2019-12-21 16:29:34 +01:00
fc4e921848
Add files via upload
2019-12-21 16:29:00 +01:00
e69b2f83bd
Use pytest in azure as well ( #239 )
...
* Use pytest in azure as well
* Specify test requirements properly
* Delete circle ci config
2019-12-17 18:28:22 +01:00
80b93dadc5
Update TestAssembleEdgesWarnings.py
2019-12-16 08:45:28 +01:00
fd1e959aa7
Update shapes.py
2019-12-15 18:31:40 +01:00
a7ca48e34e
Add files via upload
2019-12-15 18:30:03 +01:00
e299200479
Merge pull request #235 from Peque/fix-rotate
...
Fix plane rotation method
2019-12-15 11:38:38 -05:00
e9924ba6e4
Fix plane rotation method
...
The vector defining the rotation is expected to be in local coordinates
and therefore needs to be converted to world coordinates before applying
the rotation.
2019-12-15 17:26:40 +01:00
b19b8ff541
Update shapes.py
2019-12-15 09:38:56 +01:00
23f2ba679f
Update shapes.py
2019-12-15 09:26:59 +01:00
46c2375819
Update shapes.py
2019-12-15 09:12:06 +01:00
5c47899c86
Merge pull request #236 from Peque/ci
...
Use pytest to run the test suite
2019-12-13 19:09:22 +01:00
3b210fe294
Merge pull request #1 from bragostin/bragostin-assembledEdges
...
Update assembledEdges in shapes.py
2019-12-13 08:29:06 +01:00
883db3cdf2
Update shapes.py
...
BRepBuilderAPI_MakeWire::Add(const TopTools_ListOfShape & L) offers the option to accept a list of shapes directly as argument:
"Adds the edges of <L> to the current wire. The edges are not to be consecutive. But they are to be all connected geometrically or topologically. If some of them are not connected the Status give DisconnectedWire but the "Maker" is Done() and you can get the partial result. (ie connected to the first edgeof the list <L>)"
Following this I modified the assembledEdges in shapes.py to be able to provide a list of unordered edges to BRepBuilderAPI_MakeWire. This way, when the list of edges is generated by another function, there is not need to make them consecutive.
2019-12-13 08:22:59 +01:00
5069483aef
Use pytest to run the test suite
2019-12-12 20:58:47 +01:00
aadbf26eb1
Remove unused requirements files
2019-12-12 20:58:47 +01:00
acf363d721
Merge pull request #234 from jmwright/master
...
Corrected an error in the Workplane.center docstring example.
2019-12-11 14:01:38 -05:00
2732acf6b8
Corrected an error in the Workplane.center docstring example.
2019-12-11 13:49:16 -05:00
f9d9ae0640
Merge pull request #228 from jmwright/master
...
Fixed Wedge Primtive
2019-12-05 15:18:03 -05:00
03c45c72b2
Simple docstring addition to note acceptance of vector or tuple.
2019-12-02 05:55:37 -05:00
6beb5d5914
Fixed makeWedge function and made wedge primitive handling consistent.
2019-12-01 15:26:17 -05:00
3d91153575
Merge branch 'master' of github.com:CadQuery/cadquery
2019-12-01 08:57:55 -05:00
d4b66a6c5f
Merge pull request #227 from jmwright/master
...
Fixed line continuations in examples per #221
2019-12-01 11:28:34 +01:00
62d58f9a53
Merge branch 'master' of github.com:CadQuery/cadquery
2019-11-30 15:03:11 -05:00
653549dd90
Fixed line continuations in examples per #221
2019-11-30 14:57:29 -05:00
a68ba1db3b
Merge pull request #225 from CadQuery/adam-urbanczyk-scaling
...
Fixing Matrix and Shape to correctly support anisotropic scaling
2019-11-30 17:46:10 +01:00
0d5f092476
Fixing Matrix and Shape to correctly support anisotropic scaling
2019-11-30 17:09:36 +01:00
3d40fd1f31
Merge pull request #215 from Renha/master
...
Documentation corrections, fixed #213
2019-11-21 07:21:20 -05:00
30d6d0b9b3
Documentation corrections, fixed #213
2019-11-21 14:15:45 +03:00
964b20750a
Go back to old recipe
2.0RC1
2019-11-03 00:15:38 +01:00
f3a10cb1fe
Conda recipe fix
2019-11-02 23:55:10 +01:00
c973c3b487
Add python 3.7 build to the azure pipeline
2019-11-02 22:44:16 +01:00
8521dfeceb
Merge pull request #185 from CadQuery/adam-urbanczyk-py3.6+
...
Allow python versions newer than 3.6
2019-11-02 22:41:41 +01:00
835347b4b6
Use conda build 3.18 in the windows azure job
2019-11-02 14:28:41 +01:00
7a994ee064
Do not install lldb using conda
2019-11-01 22:40:09 +01:00