Commit graph

26 commits

Author SHA1 Message Date
gumyr
60b244442d Changing base types Issue #792 2024-11-17 11:41:14 -05:00
jdegenstein
74f5f68bdc
test_build_line.py -> add test for vertex/start position 2024-06-24 10:19:42 -05:00
jdegenstein
99863e8307
Update test_build_line.py -> Fix tests 2024-06-21 15:21:25 -05:00
jdegenstein
23f6fb9618
test_build_line.py -> less trivial JernArc tests 2024-06-21 15:18:45 -05:00
gumyr
18aafed8e6 Add DoubleTangentArc 2024-02-27 16:18:39 -05:00
gumyr
2e81b9d5df Reformatted with black 24.2.0 2024-02-22 11:27:01 -05:00
gumyr
e551e468a4 Added Face constructor deprecated make_from_wires Issue #529 2024-02-02 11:29:36 -05:00
jdegenstein
0676565d1e
test_build_line.py -> update (Fillet)Polyline tests to 2 pt minimum 2024-01-31 14:34:11 -06:00
gumyr
34db0aae78 Added ability to accept iterables to: Builders, Locations, Bezier,
FilletPolyline, Line, Polyline, Spline, TangentArc, ThreePointArc,
Polygon, Issue #269
2023-11-29 13:53:53 -05:00
gumyr
99be3df220 Changing is_closed to a property Issue #357 2023-11-13 19:55:00 -05:00
gumyr
6fda5792b9 Improving unittest coverage 2023-07-31 20:13:59 -04:00
gumyr
20a954167e Revert "Changed is_closed to property, added Wire.is_forward"
This reverts commit f1161598f7.
2023-06-30 10:32:15 -04:00
gumyr
f1161598f7 Changed is_closed to property, added Wire.is_forward 2023-06-30 10:25:36 -04:00
gumyr
83c0a53e92 Adding tests for FilletPolyline 2023-06-28 11:59:20 -04:00
Bernhard
4a47bb0beb introduce short_sagitta parameter to RadiusArc to select between both possible cases 2023-05-21 17:16:24 +02:00
Roger Maitland
9f342c307d Fixed center point in CenterArc Issue #214 2023-04-16 11:06:07 -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
05cf6798e6 Reorder parameters to "what-to-change", "how-to_change" by adding defaults 2023-03-30 14:28:37 -04:00
Roger Maitland
d3dc0e0b15 Removed sequences from operations 2023-03-30 10:33:14 -04:00
Roger Maitland
186ca1f821 Refactored all operations to be functions 2023-03-22 16:34:00 -04:00
Roger Maitland
af52e032be De-emphasizing Workplanes 2023-03-07 10:32:37 -05:00
Roger Maitland
6ce0459d58 Fixed & simplified PolarLine by removing direction parameter 2023-02-21 10:40:58 -05:00
Roger Maitland
4500d333de Changed bounding box to Vectors, Added Joints tests 2023-02-08 13:38:03 -05:00
Roger Maitland
aed219d073 BuildLine @ 100% coverage 2023-02-04 21:20:29 -05:00
Jason S. McMullan
2ab898744f tests/ - Rename file to Python testing standard of 'test_*.py' 2023-01-16 11:17:38 -05:00
Renamed from tests/build_line_tests.py (Browse further)