Commit Graph

10267 Commits

Author SHA1 Message Date
wmayer
5d21eb614b fix crash in ViewProviderGeoFeatureGroupExtension::getLinkedObjects 2017-02-01 12:04:41 +01:00
Zheng, Lei
14c98d252e Path.Area: added python static method setDefaultParams()
set/getDefaultParams controls the default parameters used when
creating Path.Area object. It also has extra parameter to control
Path.Area log level.
2017-02-01 12:02:01 +08:00
Ajinkya Dahale
7a9fecbbf0 Minor bug in PartDesignGui::ViewProviderPipe
Assert excludes any "Edge1"
2017-02-01 09:08:05 +05:30
Jean-Marie Verdun
7b5707b1c6 Add an update timer to the progress bar set to 500ms instead of
nothing. STEP Reader is updating the progress bar every time a new
Shape is decoded/transferred and loaded, which is a huge amount
of "interrupt" and slow down drastically the global performance
2017-01-31 23:02:40 +01:00
Yorik van Havre
2780edd903 Arch: fixed import of IFC Site geometry 2017-01-31 18:58:02 -02:00
Zheng, Lei
fa6c31aaee Merge remote-tracking branch 'upstream/master' into PathArea 2017-02-01 02:48:45 +08:00
Zheng, Lei
e66f4c5d6f Path.Area: added python abort() to abort lengthy operation 2017-02-01 02:45:13 +08:00
Zheng, Lei
6f862fe4a1 Part.Area: fixed sortWires3D 2017-02-01 02:02:07 +08:00
Zheng, Lei
a6380f64a5 Path: fixed fromShapes and sortWires parameter parsing 2017-02-01 02:01:33 +08:00
AjinkyaDahale
e8c822c93e Changes based on wwmayer's comments 2017-01-31 17:07:45 +01:00
AjinkyaDahale
fb2cd4d7b3 Moved Perpendicular to constraint mode framework
A couple of combinations, endpoint-endpoint and endpoint-curve, do not
work, and the latter probably should not work ever since endpoint-curve-
curve exists.
2017-01-31 17:07:45 +01:00
AjinkyaDahale
5e997fed02 Brought back select then constraint for all constraint tools yet converted 2017-01-31 17:07:45 +01:00
AjinkyaDahale
a881d30a70 Miscellaneous changes to constraint creation modes
Parallel constraints can also be made by select-then-constraint way.
Preliminary preparations for perpendicular constraint making mode.
Selection actually works when for constraints involving multiple
elements few of them are selected (thanks abdullah).
etc.
2017-01-31 17:07:45 +01:00
Abdullah Tahiri
9ec7bd4650 Sketcher: Fixing Green selection on new style constraints 2017-01-31 17:07:45 +01:00
AjinkyaDahale
a39d2545a6 Moved point on object to general constraint mode framework 2017-01-31 17:07:45 +01:00
AjinkyaDahale
643e61ccf6 Moved parallel to general constraint mode framework 2017-01-31 17:07:45 +01:00
AjinkyaDahale
180772b7ee Moved coincident and vertical to general constraint mode framework 2017-01-31 17:07:45 +01:00
AjinkyaDahale
dad03ca347 Moved CmdSketcherConstrainLock to general constraint mode framework 2017-01-31 17:07:45 +01:00
AjinkyaDahale
4ad41e1ad1 Generalize DrawSketchHandlerGenConstraint::releaseButton
The select-then-constrain method has been temporarily sacrificed
2017-01-31 17:07:45 +01:00
AjinkyaDahale
99f93f357b CmdSketcherConstraint::applyConstraint() is now used in DrawSketchHandlerGenConstraint 2017-01-31 17:07:45 +01:00
AjinkyaDahale
61324d8887 Initial commit with DrawSketchHandlerGenConstraint
Plus made CmdSketcherConstrainHorizontal subclass of
CmdSketcherConstraint, and made it use DrawSketchHandlerGenConstraint.
2017-01-31 17:07:45 +01:00
AjinkyaDahale
583bb48ad4 Replace All SelectionFilterGates in Constraint Modes by GenericConstraintSelection 2017-01-31 17:07:45 +01:00
AjinkyaDahale
b2c5e84e5d Addition to CmdSketcherConstraint and GenericConstraintSelection
Also making CmdSketcherConstrainLock a subclass of CmdSketcherConstraint
2017-01-31 17:07:45 +01:00
AjinkyaDahale
93cb552d2f Coincident constraint mode works on root (origin) too 2017-01-31 17:07:45 +01:00
AjinkyaDahale
3f02c72f85 Skeleton of general CmdSketcherConstraint Class 2017-01-31 17:07:45 +01:00
wwmayer
9f68469d89 Merge pull request #486 from agryson/icon-sizes
Icon sizes Preferences update
2017-01-31 16:51:38 +01:00
wwmayer
bcc2e45195 Merge pull request #487 from berndhahnebach/bhbdev066
Bhbdev066
2017-01-31 12:30:09 +01:00
wwmayer
0b4374e184 Merge pull request #488 from mlampert/QtGui-import-fix
Path: Fixed QtGui import.
2017-01-31 12:24:45 +01:00
Zheng, Lei
f834206ba7 Path.Area: added segmentation and 3D wire support 2017-01-31 19:09:33 +08:00
Zheng, Lei
c3293f00be libarea: make ChangeStartToNearest path breaking optinoal 2017-01-31 19:08:39 +08:00
Markus Lampert
c4a552e958 Fixed QtGui import. 2017-01-30 21:21:04 -08:00
wmayer
2d84615219 include required header under Linux 2017-01-30 23:13:05 +01:00
wmayer
321ca984c9 use names directly from document to set them in scene inspector 2017-01-30 22:29:26 +01:00
Bernd Hahnebach
71fe91189b FEM: Z88 result reader, fix open Z88 results files directly 2017-01-30 18:22:38 +01:00
Bernd Hahnebach
3f08dd5739 FEM: import Z88 results, change module name to import... 2017-01-30 18:22:28 +01:00
Bernd Hahnebach
469e391f66 FEM: import VTK results, change module name to import... 2017-01-30 18:22:23 +01:00
Bernd Hahnebach
df66ce0bc3 FEM: export results to vtk, code formating and documatation information 2017-01-30 18:22:18 +01:00
qingfengxia
9ce1662ae1 Fem: add FemResult export to VTK files for visualization externally 2017-01-30 18:22:11 +01:00
Alexander Gryson
1b44eff87c Show current icon size if not in list 2017-01-30 18:19:13 +01:00
Alexander Gryson
ce416f2a18 Show icon units 2017-01-30 18:19:12 +01:00
Alexander Gryson
616f45f151 Remove reliance on PM_ToolBarIconSize 2017-01-30 18:19:12 +01:00
Jean-Marie Verdun
fc4a1c6081 Activate only UI tree leaf as to display properly colors when browsing a STEP (there is currently a limitation within the reader which creates compound which are totally grey) and accelerate browsing by de-activating Compound rendering 2017-01-30 17:59:07 +01:00
wmayer
bcea759287 fix crash with null pointer links
in PropertyLinkList handle case with null pointers as value
in STEP reader avoid to create coumpound objects with null pointer links
2017-01-30 16:47:31 +01:00
Yorik van Havre
3a3fa30595 Arch: fixed small bug in Site area calculation 2017-01-30 13:13:13 -02:00
wmayer
64d0eb95f3 can't assign nullptr to a QPixmap 2017-01-30 14:13:57 +01:00
wmayer
303f0886df fix linking error in TechDraw 2017-01-30 14:07:42 +01:00
wwmayer
2a1d02e491 Merge pull request #485 from WandererFan/January
TechDraw January Upgrade
2017-01-30 13:58:43 +01:00
wwmayer
c63627840d Merge pull request #483 from looooo/python3-path
Python3 path
2017-01-30 13:54:05 +01:00
Kurt Kremitzki
541ff3726e Fix tuple unpacking issue 2017-01-30 10:21:33 +01:00
Kurt Kremitzki
06a5bfb0de Remove py3-incompatible tuple argument from Path 2017-01-30 10:21:28 +01:00