Commit graph

2753 commits

Author SHA1 Message Date
gumyr
2949370cf4
Merge pull request #59 from jdegenstein/patch-2
Obsolete "XY" to Plane.XY and other minor doc fixes
2022-11-29 09:45:24 -05:00
jdegenstein
f2e350803e
Obsolete "XY" to Plane.XY and other minor doc fixes 2022-11-28 16:00:25 -06:00
Roger Maitland
0e1b58eda7 Fixed Issue #28 2022-11-28 14:13:20 -05:00
Roger Maitland
8525ca6e7e Fixed Face.to_pln normals Issue #58 2022-11-28 14:02:01 -05:00
Roger Maitland
dc63ce9927 Fixed text on path bug (radians/degrees) 2022-11-27 10:33:51 -05:00
Roger Maitland
c7232fc230 Fixed Add Part rotation bug 2022-11-25 13:38:50 -05:00
Roger Maitland
d87092690c Adding offsets to Grid/HexLocations 2022-11-25 10:24:37 -05:00
gumyr
206cb5ae19
Merge pull request #57 from bernhard-42/part_fixes
Part fixes
2022-11-25 09:41:19 -05:00
Bernhard
d9c9c4c89b rename the angles properly with minor and major prefix 2022-11-24 21:26:26 +01:00
Bernhard
78b15155fd added major_angle to torus 2022-11-24 21:16:09 +01:00
Bernhard
8fa6e24b7f use center_offset in Cone 2022-11-24 21:15:10 +01:00
Bernhard
cb665377d6 added minor_radius to toruse center for the first 2 dimensions 2022-11-24 21:14:43 +01:00
Roger Maitland
7d9285db24 Added SVG.import_svg - update docs 2022-11-22 10:53:50 -05:00
Roger Maitland
ef78dcbf4e Adding missing svgpathtools to install_requires 2022-11-22 09:12:25 -05:00
Roger Maitland
c53ee3e54c Added Bezier & EllipticalCenterArc to create translate_to_buildline_code 2022-11-21 15:01:28 -05:00
gumyr
438041f4dc
Merge pull request #53 from bernhard-42/plane_from_loc
Fix x_dir in Workplanes for Face and Location inputs
2022-11-20 11:06:31 -05:00
Bernhard
020d2da51e Fix x_dir in Workplanes for Face and Location inputs 2022-11-20 17:02:36 +01:00
gumyr
471fdbff2c
Merge pull request #52 from bernhard-42/new_validate
New validate
2022-11-20 09:29:22 -05:00
Bernhard
398d598a27 forgotten _applies_to 2022-11-19 21:36:16 +01:00
Bernhard
80f80611d3 Modified _get_context to get a caller to improve error message 2022-11-19 21:35:54 +01:00
Bernhard
83886caa7f changed validate_inputs to use _tag and _applies_to 2022-11-19 21:31:03 +01:00
gumyr
ee8ed88cd9
Merge pull request #50 from bernhard-42/location_changes
Location changes
2022-11-19 13:07:58 -05:00
Bernhard
74e7d5a3c6 fixed repr and str to not apply rad to deg again 2022-11-19 18:31:35 +01:00
Bernhard
3884727cd0 remove keyword args from tests 2022-11-19 18:23:10 +01:00
Bernhard
bc28a2e451 removed keywords and made it completely position args only 2022-11-19 18:19:40 +01:00
Bernhard
cb9a0b36d8 removed unused parameter and changed doc string 2022-11-19 18:01:15 +01:00
Bernhard
95ebcfeee1 to_tuple to return degrees 2022-11-19 17:54:17 +01:00
Bernhard
fa19def9f5 fix angle and rotation variant and add tests 2022-11-19 17:53:21 +01:00
Bernhard
8e050fb104 added mode initializers 2022-11-19 17:06:13 +01:00
Bernhard
5dd39fad3a switched to intrinsic_XYZ Euler angles 2022-11-19 14:34:24 +01:00
Roger Maitland
328ab92340 Removed TangentLine - redundant to PolarLine 2022-11-18 14:32:06 -05:00
gumyr
5f08c3a098
Merge pull request #49 from jdegenstein/patch-1
Create pegboard_j_hook.py example
2022-11-18 10:10:03 -05:00
jdegenstein
10db2fcfdb
Remove rand_color
remove reference to rand_color since it is not part of mainline CQ-editor (yet)
2022-11-17 16:38:16 -06:00
jdegenstein
52834e805b
Create pegboard_j_hook.py example
Initial proposal to add a new example.
2022-11-17 16:33:58 -06:00
Roger Maitland
bb90e64c14 Added TangentLine to BuildLine 2022-11-17 10:32:08 -05:00
Roger Maitland
0caebd5b3d Changed Axis.reversed to reverse to match Vector 2022-11-16 14:31:57 -05:00
Roger Maitland
e04a1d3893 Adding numpy to dependencies 2022-11-16 14:08:21 -05:00
Roger Maitland
7b9ae9e979 Add sphinx inheritance-diagram to direct_api docs 2022-11-16 13:45:21 -05:00
Roger Maitland
1cff4f50dd Minor re-organization 2022-11-16 13:26:36 -05:00
Roger Maitland
de59d6ca78 Changed Matrix rotate_x/y/z to rotate(Axis,angle) 2022-11-16 13:15:08 -05:00
Roger Maitland
039841f9f3 Replaced Vector.rotate_x/y/z with rotate(Axis) 2022-11-16 11:45:12 -05:00
Roger Maitland
0bbc5efde6 Changed Vector.opposite to Vector.reverse 2022-11-14 16:52:33 -05:00
Roger Maitland
78b1bb054d Updating JernArc docs 2022-11-14 16:10:43 -05:00
Roger Maitland
b8001fcec5 Added Vector.rotate, JernArc on any plane 2022-11-14 15:59:15 -05:00
Roger Maitland
9f83e72da9 Adding JernArc & general docs improvements 2022-11-14 13:34:09 -05:00
Roger Maitland
a5ee9073d7 Added JernArc to BuildLine 2022-11-14 12:48:31 -05:00
Roger Maitland
6b322533b5 Refactored export_svg 2022-11-12 16:10:00 -05:00
Roger Maitland
b0cf34afcc Added VectorLike to distance_to 2022-11-08 11:47:51 -05:00
Roger Maitland
4b62f52065 Added Shape distance_to, closet_points, ShapeList.sort_by_distance 2022-11-07 10:27:36 -05:00
Roger Maitland
37803a6d67 Minor pylint changes direct_api @ 9.88 2022-11-04 17:54:46 -04:00