Commit graph

159 commits

Author SHA1 Message Date
gumyr
ce20991745 Replaced Axis.as_infinite_edge with Edge __init__ method Issue #648 2024-06-24 13:47:52 -04:00
jdegenstein
d0f4fbfa62
test_direct_api.py -> add test for Plane.isometric 2024-06-24 09:10:06 -05:00
jdegenstein
bab54c7984
test_direct_api.py -> rename vec_dir to is_direction 2024-06-23 13:39:16 -05:00
jdegenstein
f2d4ddaeea
Merge branch 'dev' into jernArcFix1 2024-06-23 13:11:12 -05:00
gumyr
ce72ee2435 Added geometry intersections Issue #327 #328 2024-06-23 13:48:30 -04:00
jdegenstein
644edc99a3
test_direct_api.py -> add vector transform tests 2024-06-21 14:11:47 -05:00
gumyr
35a33f8d3e Added Plane.find_intersection(Plane) Issue #327 2024-06-19 18:43:14 -04:00
gumyr
2c40e19141 Fixed intersections of Axis Issue #615 2024-06-19 11:42:36 -04:00
gumyr
4561105666 Added new Edge.trim_to_length feature 2024-06-14 12:06:36 -04:00
gumyr
56d24c08c0 Fixed Issue #423 2024-06-11 11:40:02 -04:00
gumyr
7a1cfc1f8b import_step supports colors and labels 2024-05-22 10:12:57 -04:00
gumyr
78a30a7676 Face.normal_at takes point or u,v Issue #410 2024-03-23 15:17:40 -04:00
gumyr
34620704ac Color improvements: inheritance & iterable 2024-03-23 13:50:05 -04:00
gumyr
8d46faef41 Fixed Face.center_location Issue #599 2024-03-22 14:22:55 -04:00
gumyr
7bbd9ea2b7 Moved exporters to functions 2024-03-22 11:49:11 -04:00
gumyr
6eb00f1ef9 Improving Color str/repr Issue#596 2024-03-21 10:07:45 -04:00
gumyr
8632e40d18 Fixed hex color values Issue #583 2024-03-04 14:27:01 -05:00
gumyr
d1877e0deb Fixed flipped width/height Issue #565 2024-03-01 09:44:19 -05:00
gumyr
659ce3a0f4 Fixing PR-552 & adding coverage 2024-02-28 10:41:21 -05:00
Roger Maitland
cc26304b4c
Merge pull request #552 from fanf2/dev
Add Face.make_bezier_surface()
2024-02-28 09:56:07 -05:00
Roger Maitland
014c670d2e
Relaxed bbox.max comparison 2024-02-28 09:49:41 -05:00
gumyr
9edf411fbf Added pnt to tangent_at, fixed PositionMode 2024-02-27 11:56:13 -05:00
gumyr
7dbdc88cf4 Added tolerance to intersections Issue #519 2024-02-22 14:20:24 -05:00
gumyr
2e81b9d5df Reformatted with black 24.2.0 2024-02-22 11:27:01 -05:00
Roger Maitland
82d5f7a8c1
Merge pull request #559 from BogdanTheGeek/dev
Return `GeomType` enum, from `Shape.geom_type()`
2024-02-22 11:24:17 -05:00
jdegenstein
1c61a13518
test_direct_api.py -> improve coverage for _repr_pretty with cycles=True 2024-02-21 12:37:06 -06:00
Bogdan Ionescu
99b68f2a05 topology: make geom_type a propperty 2024-02-21 18:12:39 +00:00
jdegenstein
9ed588409c
test_direct_api.py -> remove comma in regex splitter str 2024-02-21 10:53:47 -06:00
jdegenstein
88829baff4
test_direct_api.py -> add missing str() call for tests 2024-02-21 10:22:16 -06:00
jdegenstein
88586e43ba
test_direct_api.py -> add missing self and list commas 2024-02-21 10:18:47 -06:00
jdegenstein
e568d297d8
test_direct_api.py -> add tests/test-methods for str/repr of GroupBy 2024-02-21 10:14:20 -06:00
BogdanTheGeek
355a53f52e topology: operations_generic: tests: geom_type() now returns GeomType enum 2024-02-21 15:14:16 +00:00
jdegenstein
c8d9906bea
test_direct_api.py -> test_groupby_str_repr 2024-02-20 14:19:24 -06:00
Tony Finch
2a401941c7 Add Face.make_bezier_surface() 2024-02-16 13:21:37 +00:00
gumyr
594e5f8a7c Add Plane.reverse() Issue #546 2024-02-10 09:25:09 -05:00
gumyr
f06f4fa805 Allowing Shell to take a single Face Issue #531 2024-02-06 10:33:20 -05:00
gumyr
a8ee1b492d Adding Curve as an input to Wire constructor 2024-02-03 19:03:37 -05:00
gumyr
92d3dc4461 Added Wire as input to Wire constructor 2024-02-03 18:40:35 -05:00
gumyr
e551e468a4 Added Face constructor deprecated make_from_wires Issue #529 2024-02-02 11:29:36 -05:00
gumyr
3c4988cd0f Adding Solid constructor and deprecating make_solid Issue #528 2024-02-02 10:46:01 -05:00
gumyr
242563423e Added Shell constructor and deprecated make_shell Issue #527 2024-02-02 10:06:20 -05:00
gumyr
d520fc40da Added Compound constructor and deprecated make_compound Issue #523 2024-02-02 09:22:52 -05:00
gumyr
304afa96ab Adding constructor to Wire class Issue #521 2024-02-01 15:01:30 -05:00
jdegenstein
5aef7fa2bf
test_direct_api.py -> add missing test cases 2024-01-31 11:41:04 -06:00
jdegenstein
5a7582e33c
test_direct_api.py -> add compound volume test
this would have failed in several ways previously
2024-01-19 14:17:26 -06:00
jdegenstein
a4a59e55c2
test_direct_api.py -> test wire/edge volumes are zero 2024-01-19 13:38:17 -06:00
jdegenstein
93df7a87b7
test_direct_api.py -> add Mixin2D tests 2024-01-19 10:50:35 -06:00
jdegenstein
0b3c04e042 remove one failing test that does not apply to the new Rotation class 2023-12-05 13:38:13 -06:00
jdegenstein
7df69d40fb Merge branch 'RotOrder2' of https://github.com/jdegenstein/build123d into RotOrder2 2023-12-05 13:34:37 -06:00
jdegenstein
e0ad6b8b2a add a few more tests for Rotation parameters 2023-12-05 13:34:02 -06:00