Commit Graph

347 Commits

Author SHA1 Message Date
Zheng, Lei
fa8a0e00d0 mover: fix QuickMover undo 2019-05-29 13:14:41 +08:00
Zheng, Lei
cc91aa105f utils: use surface/curve Location/Position when available
OCCT shape's visual location is affect by both the shape's placement
and the shape's underlying surface/curve placement. So we can't just
use shape's placement alone. When getting surface/curve
location/position, the BRep_Adaptor will return a surface/curve with
accumulated transformation.
2019-05-29 13:04:32 +08:00
Zheng, Lei
253b67fb83 utils: add missing 'Origin' for App::Placement 2019-05-29 13:03:57 +08:00
Zheng, Lei
43dd351c83 Fix system slvs module search 2019-05-25 13:29:25 +08:00
Zheng, Lei
32c602dc94 Update slvs submodule 2019-05-25 13:29:14 +08:00
Zheng, Lei
bc9f4e3cae update slvs submodule 2019-05-25 07:43:11 +08:00
Zheng, Lei
380c95ad1f Update slvs submodule 2019-05-24 08:22:31 +00:00
Zheng, Lei
dcef039b6f Add slvs prebuilt for Python3 2019-05-24 07:43:17 +00:00
Zheng, Lei
c23ebe2bbd assembly: minor change of error message 2019-05-20 08:30:05 +08:00
Zheng, Lei
ce3193946a assembly: improve constraint mutliplication
It can now auto change any part into link array if necessary.
2019-05-19 11:40:44 +08:00
Zheng, Lei
049eca5bdb assembly: do not show axis cross for multipled elements 2019-05-19 11:40:19 +08:00
Zheng, Lei
a8e32a0ed9 assembly: use signalBeforeCloseTransaction for auto solving 2019-05-19 11:36:26 +08:00
Zheng, Lei
6f17a7083f gui: fix group command menu text 2019-05-19 11:31:42 +08:00
Zheng, Lei
0748352f4a constraint: add Attachment constraint 2019-05-19 11:30:32 +08:00
Zheng, Lei
c21b69901c Add some icon 2019-05-19 11:26:38 +08:00
Zheng, Lei
d687c8e15a utils: change logger hierarchy 2019-05-19 11:26:13 +08:00
Zheng, Lei
8620c99456 assembly: fix compatibility issue
Fixes #244
2019-05-12 16:35:15 +08:00
Zheng, Lei
dcef517f04 utils: fix isInfinite() 2019-05-12 16:30:09 +08:00
Zheng, Lei
4ba221c5bb gui: add command for adding App::Placement 2019-05-09 20:12:56 +08:00
Zheng, Lei
d23f34247d assembly: use AxisOrigin for axis rendering and picking 2019-05-09 20:12:20 +08:00
Zheng, Lei
e4a8423fa1 utils: improve handling of App::Placement 2019-05-09 20:11:21 +08:00
Zheng, Lei
134889c69c assembly: show axis for element with infinite shape 2019-05-09 20:09:20 +08:00
Zheng, Lei
c99784e225 Add icon 2019-05-09 20:04:43 +08:00
Zheng, Lei
76ef4515e1 assembly: allow showing coordinate system in AsmElement 2019-05-08 19:56:36 +08:00
Zheng, Lei
f60914035a Add icon 2019-05-08 19:56:30 +08:00
Zheng, Lei
28fb7a8b0c utils: handle infinite face 2019-05-08 19:56:06 +08:00
Zheng, Lei
17a26e52f0 gui: add STEP import command 2019-05-07 16:16:05 +08:00
Zheng, Lei
d716d9208b Add icons 2019-05-07 16:15:58 +08:00
Zheng, Lei
9f933de595 assembly: fix AsmWorkPlane.make() 2019-05-03 11:55:39 +08:00
Zheng, Lei
06a73f83ef assembly: touch constraint group on child order change 2019-05-03 11:54:48 +08:00
Zheng, Lei
f7041b1625 gui: support moving item inside plain group 2019-05-03 09:03:08 +08:00
Zheng, Lei
383163d163 assembly: improve drag and drop of plain group 2019-05-03 08:54:28 +08:00
Zheng, Lei
381e970ac9 assembly: fix GotoRelation on grouped objects
Fixes realthunder/FreeCAD_Assembly3#234
2019-04-30 21:25:22 +08:00
Zheng, Lei
279f5cd0bd assembly: disable auto resolve while grouping 2019-04-30 21:25:12 +08:00
Zheng, Lei
cb3e5f4259 gui: fix GotoLinked command 2019-04-30 21:23:43 +08:00
Zheng, Lei
7f72f93d4e assembly: change GoToRelation behavior on constraint and element 2019-04-30 12:08:47 +08:00
Zheng, Lei
ddd3250fdd assembly: fix gotToRelation on grouped parts
Fixes #234
2019-04-29 10:02:07 +08:00
Zheng, Lei
a3acabbdc4 gui: reorder toolbar buttons 2019-04-29 10:00:55 +08:00
Zheng, Lei
15dc5abd5d assembly: fix AsmPlainGroup.make() 2019-04-27 20:25:48 +08:00
Zheng, Lei
49812ba3b5 assembly: fix AsmElement.make()
Fixes #230
2019-04-13 08:13:33 +08:00
Zheng, Lei
cad2e8f86a utils: fix getElementPos() one line edge
Fixes #229
Related #225
2019-04-12 21:39:17 +08:00
Zheng, Lei
5b2583cddc assembly: fix handling of undo/redo 2019-04-12 12:48:24 +08:00
Zheng, Lei
1a96bb2805 Fix handling of infinite line
Fixes #222
2019-04-09 13:00:16 +08:00
Zheng, Lei
e73ad4cc87 assembly: support plain group
Related #206
2019-04-08 07:48:30 +08:00
Zheng, Lei
a7887bd177 Add icon 2019-04-07 20:25:31 +08:00
Zheng, Lei
3b7f8dfccd constraint: fix PointDistance
Fixes #195
2019-02-14 07:33:34 +08:00
Zheng, Lei
4664316963 constraint: fix point position calculation
in PointsDistance, PointLineDistance, and PointsPlaneDistance

Fixes #188
2019-01-29 21:08:03 +08:00
Zheng, Lei
dab0eb5428 constraint: fix error message
Fixes #187
2019-01-29 21:07:52 +08:00
Zheng, Lei
81c380d551 assembly: remove recompute on restoring constraint 2019-01-29 21:04:44 +08:00
Zheng, Lei
e15a96bf81 gui: remove unnecessary Visibility change in AsmCmdAutoElementVis 2019-01-18 12:05:27 +08:00