Commit Graph

221 Commits

Author SHA1 Message Date
Zheng, Lei
c67bf962de assembly: obsolete sechdule delete 2018-08-18 09:11:28 +08:00
Zheng, Lei
e16f2ad36d constraint: fix constraint multiplication 2018-08-18 09:11:04 +08:00
Zheng, Lei
7d4b184394 constraint: optimize constraint multiplication 2018-08-17 19:10:03 +08:00
Zheng, Lei
677ba607f1 assembly: move implementation of setPlacement() 2018-08-17 19:07:54 +08:00
Zheng, Lei
13d6f1e651 assembly: fix AsmElement.getElementSubName() 2018-08-17 19:07:22 +08:00
Zheng, Lei
46165f73d4 utils: use new 'Rotation' attribute of geometry 2018-08-17 11:59:18 +08:00
Zheng, Lei
f881db0229 system: fix plane alignment redundancy handling 2018-08-16 17:22:06 +08:00
Zheng, Lei
a27d387e34 solver: fix reporting of failed constraint 2018-08-16 17:20:33 +08:00
Zheng, Lei
46783ce484 assembly: silence exception when deleting 2018-08-15 18:25:34 +08:00
Zheng, Lei
c6fa2c0931 assembly: reduce auto recompute transaction 2018-08-15 10:58:30 +08:00
Zheng, Lei
c1be4f263c assembly: fix getElementInfo() 2018-08-15 10:58:15 +08:00
Zheng, Lei
8f3fdf13fd assembly: fix AsmElement link behavior 2018-08-15 10:54:55 +08:00
Zheng, Lei
b686415516 constraint: change Angle property type to enable expression 2018-08-15 10:54:11 +08:00
Zheng, Lei
9011ed7dea proxy: handle property type change 2018-08-15 10:52:27 +08:00
Zheng, Lei
a2a5d69836 Update py_slvs_mac submodule 2018-08-11 11:09:41 +08:00
Zheng, Lei
4c6f1e2eb3 Update py_slvs submodule 2018-08-11 09:45:16 +08:00
Zheng, Lei
4cec53f55b Update slvs submodule 2018-08-11 09:09:48 +08:00
Zheng, Lei
ff41f32bd8 solver: default to not report failed constraint 2018-08-11 08:39:55 +08:00
Zheng, Lei
b678c360cf assembly: auto reload partial document on unfreeze 2018-08-06 00:39:00 +08:00
Zheng, Lei
1e5679fcf6 gui: report error on makeMultiply() 2018-08-06 00:38:14 +08:00
Zheng, Lei
bbab50a66b assembly: fix auto recompute transaction name 2018-08-03 19:09:01 +08:00
Zheng, Lei
a1506a1d67 assembly: fix element group drag and drop 2018-08-03 19:08:57 +08:00
Zheng, Lei
58a6ad6752 Copy constraint properties when multiply and expand 2018-08-02 21:05:18 +08:00
Zheng, Lei
234df236b4 Icon modification 2018-08-02 18:57:52 +08:00
Zheng, Lei
81df569c4d Fix solver fixed part finding 2018-08-02 18:57:52 +08:00
Zheng, Lei
f84f5b47d2 assembly: fix handling of link array placement 2018-08-02 18:57:48 +08:00
Zheng, Lei
2121abacfe constraint: fix program typo 2018-08-02 17:44:06 +08:00
Zheng, Lei
49625d3b0c assembly: fix element link offset 2018-08-02 17:43:05 +08:00
Zheng, Lei
5d6f36c21a constraint: extend PointLineDistance to accept plane normal 2018-08-01 17:55:07 +08:00
Zheng, Lei
03d9121351 assembly: fix drag and drop of AsmElementLink 2018-08-01 17:54:47 +08:00
Zheng, Lei
530eff0475 constraint: hide More from constraint type list 2018-08-01 17:54:25 +08:00
Zheng, Lei
79c9d52e89 gui: move AsmCmdGotoRelation to navigation toolbar 2018-07-30 13:04:33 +08:00
Zheng, Lei
03a336480f assembly: improve selection of collpased link array 2018-07-30 13:03:55 +08:00
Zheng, Lei
d3c8ab7ed1 assembly: fix assembly freezing function 2018-07-30 13:03:55 +08:00
Zheng, Lei
33629eecff assembly: add Offset property to AsmElementLink 2018-07-30 13:03:55 +08:00
Zheng, Lei
fb707d7185 constraint: fix auto labeling 2018-07-30 13:03:55 +08:00
Zheng, Lei
05f476c9e4 assembly: fix object deletion 2018-07-30 13:03:55 +08:00
Zheng, Lei
e0939d1ec2 assembly: support for derived assembly
Deriving assembly directly contains all parts from derived assembly.
And all derived parts are added as fixed part. The intention is mostly
for user to customize visibilities of the derived parts as a way of
controling the level of details.
2018-07-30 13:03:55 +08:00
Zheng, Lei
b30e63594c Add navigation toolbar 2018-07-30 13:03:55 +08:00
Zheng, Lei
91cc933ec9 assembly: fix ViewProviderAsmElement default color 2018-07-30 13:03:55 +08:00
Zheng, Lei
1e4db01ff5 assembly: auto solve on constraint group change 2018-07-30 13:03:54 +08:00
Zheng, Lei
9a3fdec662 constraint: add support for edge/face symmetric constraint 2018-07-30 13:03:54 +08:00
Zheng, Lei
819dee3381 constraint: reorganise constraints
Extended some constraint to support BaseMulti.
2018-07-30 13:03:54 +08:00
Zheng, Lei
731bdb071c Changed some icons 2018-07-30 13:03:54 +08:00
Zheng, Lei
a9dc71978b utils: handle exception in objName() 2018-07-30 13:03:54 +08:00
Zheng, Lei
1b43f4f701 gui: improve selection handling 2018-07-30 13:03:54 +08:00
Zheng, Lei
957e5a19c0 Cancel auto solving on transaction abort 2018-07-30 13:03:54 +08:00
Zheng, Lei
ad35683c87 Add support for constraint multiplication 2018-07-30 13:03:54 +08:00
Zheng, Lei
4c9cc3033e assembly: add icon for constraint multiply 2018-07-30 13:03:54 +08:00
Zheng, Lei
a6251981f4 assembly: make relation group optional 2018-07-30 13:03:54 +08:00