Commit Graph

9254 Commits

Author SHA1 Message Date
wmayer
3b1c433daa fix crashes when aborting linear pattern panel due access of null pointers 2017-09-29 21:22:48 +02:00
wmayer
9beb6f2029 fixes #0003179: PDN + AdditiveBox + MultiTransform (with LinearPattern) 2017-09-29 19:55:42 +02:00
wmayer
20072a303d fix dangling pointer when cancelling multi-transform task panel 2017-09-29 19:18:34 +02:00
wmayer
025639ca0e inside toBiArcs check if a spline is closed and split it into two parts if necessary 2017-09-29 16:43:01 +02:00
wmayer
bf5960ce7e for circle and arc of circle also store angle to local x-axis 2017-09-29 12:52:10 +02:00
Peter Lama
e972a3c444 Enable creating PD Sweep along closed path 2017-09-29 00:41:59 +02:00
wmayer
846195327a harmonize show() function of Part, Mesh, Fem, Path and Points modules 2017-09-29 00:35:48 +02:00
Markus Lampert
5150737031 Added optional name parameter to Part.show() 2017-09-28 23:22:11 +02:00
Markus Lampert
3d76f01ea3 Disableing bezier unit tests which seem to break depending on the version of occ/oce being used. 2017-09-28 11:27:47 -07:00
Markus Lampert
8786432651 Added support for bezier curves for isHorizontal/isVertical. 2017-09-28 11:27:47 -07:00
Markus Lampert
e03c37ee4b Added support for z-level selecction of circular shapes. 2017-09-28 11:27:47 -07:00
Markus Lampert
4f81e26ac6 Fixed drilling depths and circular hole remove logic. 2017-09-28 11:27:47 -07:00
Markus Lampert
da61e31a8d Fixed refactoring issue. 2017-09-28 11:27:47 -07:00
Markus Lampert
96281ecaf4 Change visibility of base object and stock while an operation is edited - helps a lot in making sense of the generated paths. 2017-09-28 11:27:47 -07:00
Markus Lampert
57b7f6d293 Moved base and stock visibility tracking into ViewProvider. 2017-09-28 11:27:47 -07:00
Markus Lampert
974e706748 Switch out base in case user selects features of the original - fixes op placement. 2017-09-28 11:27:47 -07:00
Markus Lampert
a7feb41f7d Fixed rounding issue for determining attribute changes. 2017-09-28 11:27:47 -07:00
Markus Lampert
7cc04283ee Fixed transitioning error. 2017-09-28 11:27:47 -07:00
Markus Lampert
fbc2401fa8 Renamed 'Surface' to '3D Surface' for consistency. 2017-09-28 11:27:47 -07:00
Markus Lampert
b1c8885463 Renamed 'Pocket' to 'Pocket 3D' to enhance the distinction to 'Pocket Shape'. 2017-09-28 11:27:47 -07:00
Markus Lampert
44348bb37b Fixed segfault on shutdown. 2017-09-28 11:27:47 -07:00
Markus Lampert
a3db2a8c46 Switch preferences to use json files for templates. 2017-09-28 11:27:47 -07:00
Markus Lampert
059b3a4b42 Adapted dogbone unit test to the new depth values. 2017-09-28 11:27:47 -07:00
Markus Lampert
1039af6dcc Fixed final == start depth in combination with manual locking. 2017-09-28 11:27:47 -07:00
Markus Lampert
32908dde6f Fixed startup errors and typo. 2017-09-28 11:27:47 -07:00
Markus Lampert
252cd1e85a changed lock radio buttons into checkboxes. 2017-09-28 11:27:47 -07:00
Markus Lampert
b912b83515 Disable apply button if ui is clean. 2017-09-28 11:27:47 -07:00
Markus Lampert
b035e658e7 Fixed Arch.Panel support. 2017-09-28 11:27:47 -07:00
Markus Lampert
749fe3631a Consolidated all depth calculations. 2017-09-28 11:27:47 -07:00
Markus Lampert
d5f48319a0 Added manual locking of start and final depths - and automatic updated if not. 2017-09-28 11:27:47 -07:00
Markus Lampert
02698d2d67 Dealing with undefined curves - without trampling all other changes. 2017-09-28 11:27:47 -07:00
Markus Lampert
bdcdf0292c Revert "Dealing with undefined curves in drillability checking."
This reverts commit bba1c4871db42bed98992bd1dca764ecd42e98b7.
2017-09-28 11:27:47 -07:00
Markus Lampert
7e16f7fa4a Added automatic depth calculation into PathOp.execute. 2017-09-28 11:27:47 -07:00
Markus Lampert
c2504da3e0 Dealing with undefined curves in drillability checking. 2017-09-28 11:27:46 -07:00
Markus Lampert
dc81bde798 Path selection resiliency against selections without sub features - which seem to have become common place. 2017-09-28 11:27:46 -07:00
Markus Lampert
6fb7669f3d Added editing resiliency to stock from base editor. 2017-09-28 11:27:46 -07:00
Markus Lampert
fc8442d75e Added support for Sphere and SurfaceOfExtrusion to isVertical/isHorizontal. 2017-09-28 11:27:46 -07:00
Markus Lampert
2eb367989a Fixed merge issue 2017-09-28 11:27:46 -07:00
Markus Lampert
a6a572b12c Allow passing in additional face names to horizontalFaceLoop to further constrain the solution. 2017-09-28 11:27:46 -07:00
Markus Lampert
a34b7d4a92 Added support for Part.Ellipse to isHorizontal/isVertical. 2017-09-28 11:27:46 -07:00
Markus Lampert
942faadde6 Ensure all edges of wires for horizontalEdgeLoop are also horizontal - required for rejecting solutions that include part of cylinder walls. 2017-09-28 11:27:46 -07:00
Markus Lampert
0c1f3c1e46 Fixed pocket depth calculation in case no base object is specified. 2017-09-28 11:27:46 -07:00
Markus Lampert
01b0225c4e Added loop detection for vertical faces and enhanced usability of loop select command accordingly. 2017-09-28 11:27:46 -07:00
Markus Lampert
fd3b2220a5 Enhanced isVertical/isHorizontal functions accepting a Vector, and Edge or a Face now. 2017-09-28 11:27:46 -07:00
Markus Lampert
6b0f36f189 Extended edge-loop-selection command become active if there is a single edge selected and that edge is only part of one wire in the horizontal plane. 2017-09-28 11:27:46 -07:00
Markus Lampert
931662b3db Basic support for loop of vertical faces for PathPocketShape. 2017-09-28 11:27:46 -07:00
Markus Lampert
d8ef665eb1 Added support for selecting the wall of a cylinder for pockets. 2017-09-28 11:27:46 -07:00
Markus Lampert
b222c99372 Combine all touching/overlapping faces of a pocket into a single face for machining. 2017-09-28 11:27:46 -07:00
Markus Lampert
969de51e51 Basic pocket generation from horizontal faces. 2017-09-28 11:27:46 -07:00
Markus Lampert
b8030be95f Added copy of pocket op back into the UI. 2017-09-28 11:27:46 -07:00