wmayer
5a2acd5645
avoid that transform children of a multi-transform stay touched after recompute
2017-10-06 14:56:18 +02:00
wmayer
16d4105a05
automatically set the tip after creating transform features to avoid messing up the history
2017-10-06 10:20:26 +02:00
luzpaz
ab8f8919b6
Misc. typos
...
+ some are doxy others are just comment code.
+ some minor whitespace and grammatical tweaks.
+ app/SCL/* typos have also been submitted upstream (https://github.com/stepcode/stepcode/pull/366 ). So it's ok to merge them in to master.
2017-10-04 17:59:11 +02:00
wmayer
8a17c4e079
fixes #0002862 : Check for shape type before using selection as base feature
2017-10-02 00:56:47 +02:00
wmayer
397d7b74c0
handle editing of view provider of base feature
2017-10-01 19:32:11 +02:00
wmayer
98c6e0e2b0
implement clone command for part design
2017-10-01 18:25:55 +02:00
wmayer
5a1a88568a
harmonize creation of linear pattern inside a multi transform to direction creation of linear pattern
2017-09-29 23:57:31 +02:00
wmayer
2244292552
fix crashes when aborting linear pattern panel due access of null pointers
2017-09-29 21:22:48 +02:00
wmayer
7ae850d756
fixes #0003179 : PDN + AdditiveBox + MultiTransform (with LinearPattern)
2017-09-29 19:55:42 +02:00
wmayer
3769d38e89
fix dangling pointer when cancelling multi-transform task panel
2017-09-29 19:18:34 +02:00
Peter Lama
2b750c2acf
Enable creating PD Sweep along closed path
2017-09-29 00:41:59 +02:00
wmayer
14985a8b0b
fix typos
2017-09-25 22:36:31 +02:00
wmayer
47cd41f25c
fixes #0003146 : Crash in PartDesign Sweep
2017-09-25 15:13:58 +02:00
wmayer
2611f072b7
allow to attach a sketch to any kind of planar surfaces, not only planes
2017-09-23 22:46:54 +02:00
wmayer
f228c37676
when inside the body has been created then hide the linked base feature
2017-09-22 17:57:37 +02:00
wmayer
9cc8c722cb
implement drag and drop for body view provider
2017-09-22 13:12:20 +02:00
wmayer
75b2e858a2
add warning when compound with multiple solids/shells is selected
2017-09-22 12:16:21 +02:00
wmayer
c1ac53b61f
fix cyclic dependency if body is selected when creating a datum entity
2017-09-22 11:21:20 +02:00
wmayer
7d4eafbab0
if an Undo/Redo is performed then do nothing inside the body feature
2017-09-21 19:00:26 +02:00
wmayer
499cb18a00
add transform command to body
2017-09-21 17:32:22 +02:00
wmayer
957bab1e29
do not auto activate single body in document when opening context-menu
2017-09-21 15:59:32 +02:00
Stefan Tröger
14a2b0c6c3
PartDesign: Test shall not find buttons by text, as text gets translated. fixes #0003187
2017-09-21 13:03:22 +02:00
Stefan Tröger
94248a6c42
Improve GeoFeatureGroup claim children algorithm and remove special Body impelmentation
2017-09-21 13:02:16 +02:00
Stefan Tröger
de31528dda
PartDesign: Make Base Feature compatible with GeoFeatureGroup. fixes #0003080
...
The Original BaseFeature implementation had some serious issues with scoped links. It failed completely for e.g. sketches on the BaseFeature as it made a local link to refere to a out of body object. The only solution to make this work correctly is to add a proxy object into the body which is alloed to exactly that, to link outside oof the body. Something like shapebinder.
2017-09-21 11:40:14 +02:00
Stefan Tröger
30f930404c
PartDesign: Allow boolean Fuse/Common without base feature
2017-09-21 11:26:47 +02:00
Stefan Tröger
f1c307dc28
PartDesign: Boolean must show the operation result, not the children. fixes #0003184
2017-09-21 10:48:38 +02:00
wmayer
3058b0c713
fixes #0003161 : Shape Binder not at expected place
2017-09-19 15:01:13 +02:00
Itai Nahshon
2e2c041885
PartDesign: Multi Transform Linear Pattern fix.
2017-09-16 01:25:14 +03:00
wmayer
76e8d81ae2
fix override warnings
2017-09-15 21:55:30 +02:00
wmayer
770c9ce095
fix various coverity issues
2017-09-15 11:48:38 +02:00
wmayer
9d21da205f
expose FeatureAddSub to Python, fixes #0000955
2017-09-14 15:09:53 +02:00
wmayer
09737f2db3
rename method from remObject to removeObject to be more readable
2017-09-13 18:57:38 +02:00
wmayer
f663a754c8
fix cyclic dependency if body is created when creating a shape binder
2017-09-13 12:20:16 +02:00
wmayer
dc13d85d37
fix inconsistency between context-menu and default edit mode PD primitives
2017-09-12 19:49:07 +02:00
Peter Lama
756ed3381e
Fix Shape Binder crash when nothing selected first
...
Partially resolves issue #2517
2017-09-10 14:08:39 +02:00
wmayer
832e18689b
check for null shapes before performing boolean operation
2017-09-10 12:41:46 +02:00
wmayer
dcd7da480a
support of loading old projects with shape binder or PartDesign boolean
2017-09-09 22:47:28 +02:00
Pablo Gil
a1d1a4cb4b
updating Body, Part and Assembly icons
2017-09-09 18:29:53 +02:00
wmayer
e260f9dabd
improve whitespaces
2017-09-09 18:07:46 +02:00
Stefan Tröger
034219771f
PartDesign: Prevent problems with link scopes during feature creation
2017-09-09 16:55:55 +02:00
Stefan Tröger
d92b631dad
Make Origins work well with scoped links
2017-09-09 16:55:55 +02:00
Stefan Tröger
5b58fc77a7
PartDesign: Fix multi pattern test
2017-09-09 16:55:55 +02:00
Stefan Tröger
972b89d0a0
Make PartDesign::Boolean work with new Link structure
...
This is the first feature that used GeoFeatureGroupExtension and required links to the groups inside as well as to things on the same level. Hence a few modifications to link scopes have been nesseccary.
2017-09-09 16:55:55 +02:00
Stefan Tröger
dd87094672
Move App::Part to a separate global toolbar
2017-09-09 16:47:07 +02:00
Stefan Tröger
67734d161b
PartDesign: ShapeBinder can link globally
2017-09-09 16:47:07 +02:00
Stefan Tröger
d0954e6e42
Allow interchangable use of link properties and their derivatives
2017-09-09 16:47:07 +02:00
wmayer
949c86d364
Port to occ7.2:
...
+ Standard_Failure::Caught() is now marked as deprecated and should be replaced with standard C++ exception handling
2017-09-01 16:27:46 +02:00
Yorik van Havre
fe3f671b81
Updated translation strings (and sent to crowdin)
2017-08-31 10:46:55 -03:00
Kurt Kremitzki
6e7952ec67
PDN: Add several Hole tests
2017-08-30 10:41:55 -03:00
Kurt Kremitzki
44f163178a
PDN: Add simple hole test
2017-08-30 10:41:55 -03:00