Bernd Hahnebach
7d260fe1f5
FEM: ccx prefs, use default time steps for all analysis types
2017-06-26 22:36:02 +02:00
Bernd Hahnebach
ee3df52159
FEM: solver calculix, allow user time steps without Parameter DIRECT
2017-06-26 22:36:02 +02:00
Bernd Hahnebach
806c70af8d
FEM: 1DFlow, delete not needed files and code formating
2017-06-26 22:36:02 +02:00
kgoao
394e251362
FEM: FluidSection: Unit test
2017-06-26 22:36:02 +02:00
Bernd Hahnebach
ef4d07d562
FEM: prerequisite checks, extend for 1DFlow
2017-06-26 22:36:02 +02:00
Bernd Hahnebach
df0e8bd57f
FEM: import FRD, fix import of strain vector
2017-06-26 22:36:02 +02:00
Bernd Hahnebach
de3fe945ae
FEM: python task panels, more selection on click of list items in task panel
2017-06-26 22:36:02 +02:00
Bernd Hahnebach
e3c7c34c1c
FEM: gmsh tool, add CoherenceMesh option to remove duplicate vertices, set default to true
2017-06-26 22:36:02 +02:00
looooo
302469ceef
path_script py3-fixes
2017-06-26 22:30:51 +02:00
Zheng, Lei
1162f50544
Path.Area: fix thickening of pocket path
2017-06-26 22:25:00 +02:00
tomate44
ad2aedbfc2
Part GeomBezierCurve implement Save() and Restore()
2017-06-26 22:08:38 +02:00
Yorik van Havre
805ccf8d63
Arch: Added Distance property to Rebars
2017-06-26 15:00:30 -03:00
Yorik van Havre
3522deefc9
Crowdin script - save the downloaded file as freecad.zip
2017-06-26 11:30:05 -03:00
Bernd Hahnebach
e774617db3
FEM: mesh region task panel, highlight elements on click in list issue #0003017
2017-06-26 11:14:50 -03:00
Bernd Hahnebach
f4f2000033
FEM: python task panels, only start SelectionObserver if noone runs already
2017-06-26 11:14:50 -03:00
sadskull
671ec0dae8
Update Assembly_fr.ts
...
Changing ’ by ' in french translations
2017-06-26 11:13:28 -03:00
Markus Lampert
9626ee24f6
Fixed deletion of dressup - clearing child object pointer prevents Tree from moving it to the root of the tree.
2017-06-26 11:10:15 -03:00
Markus Lampert
22fa9a7cc7
Fixed job dialog commit.
2017-06-26 11:10:15 -03:00
Yorik van Havre
3367e0e87e
Merge pull request #836 from WandererFan/SSTrack
...
fix #3094 ShapeString tracking
2017-06-26 11:08:47 -03:00
WandererFan
5d08c560db
fix #3094 ShapeString tracking
2017-06-24 21:12:54 -04:00
Yorik van Havre
b8755e93cc
Draft: Fixed encoding error
2017-06-24 20:55:40 -03:00
WandererFan
61e65d6b31
Coverity fixes
...
CID 156629 - obsolete
CID 156624 - obsolete
CID 163225 - won't fix
CID 163226
CID 163227
CID 163228
CID 163229
CID 163235
2017-06-23 08:14:46 +02:00
WandererFan
04eaca7e20
Add viewPartAsSvg in App
2017-06-23 08:14:46 +02:00
WandererFan
cd79ae2d5e
Add viewPartAsDxf function in App
2017-06-23 08:14:46 +02:00
WandererFan
6ac399e5aa
Handle "floating" straight edges in Svg
...
BRep_Tool::Polygon3D assumes the edge has polygon representation -
ie already been "tesselated". this is not true for all edges,
especially "floating edges".
2017-06-23 08:14:46 +02:00
WandererFan
4c4e1e3210
Replace DPG table lookup logic with calculations
...
DPG used a pair of large tables to determine view
direction and rotation vector when subject was rotated
and spun. There were many errors in the tables that
needed manual checking to correct. The new version
uses calculations on a virtual glass cube to find view
direction and rotation vector.
2017-06-23 08:14:46 +02:00
WandererFan
75900944c9
Add tolerance parm to checkParallel
2017-06-23 08:14:46 +02:00
Yorik van Havre
d5a467706d
Draft: Small optimizing in DraftGeomUtils.findIntersection()
2017-06-22 17:59:54 -03:00
wmayer
b989dafafa
implement object serialization for BSplineCurve class
2017-06-22 22:42:01 +02:00
wmayer
4caf59fd8b
implement object serialization for Vector class
2017-06-22 21:52:53 +02:00
wmayer
d60c49f5f0
try to fix travis build
2017-06-22 13:55:42 +02:00
Yorik van Havre
05c36ea2cb
Arch: Fixed typo
2017-06-21 17:34:31 -03:00
Markus Lampert
d4e4af52e7
Changing c-py interface to use 's' instead of 'S' for py 2/3 compatibility; also makes the code simpler.
2017-06-21 11:41:35 -07:00
Markus Lampert
5e4533c959
Removing dependency on lxml - fixed some bugs on deleting a job and all it's sub components.
2017-06-21 11:41:35 -07:00
Markus Lampert
bd9ae7bc25
Disable exception catching in tests to figure out why TestPathApp cannot be imported on the build system.
2017-06-21 11:41:35 -07:00
Markus Lampert
edd63bec4a
Fixed contour setting the visibility although there is no ViewObject associated with it.
2017-06-21 11:41:35 -07:00
Markus Lampert
c5e91d1df7
Fixed tag unit tests
2017-06-21 11:41:35 -07:00
Markus Lampert
05add01cb4
Disabling tags if the cannot generate commands.
2017-06-21 11:41:35 -07:00
Markus Lampert
659d98eca5
Added wating_effects for holding tag generation - big improvement.
2017-06-21 11:41:35 -07:00
Markus Lampert
074d012ec3
Moved all post/pre processor into their own directory.
2017-06-21 11:41:35 -07:00
Markus Lampert
a0d3d020eb
Proper taskk panel cleanup on escape.
2017-06-21 11:41:35 -07:00
Markus Lampert
25d5c49577
Fixed post processor loading.
2017-06-21 11:41:35 -07:00
Markus Lampert
00ec9b617c
Allow multiple holding tags to be added - until user hits Esc or presses the Done button.
2017-06-21 11:41:35 -07:00
Markus Lampert
c07fe542d7
Forward modifyStandardButtons into python task dialogs.
2017-06-21 11:41:35 -07:00
Markus Lampert
efba956711
Changed marker spheres to have constant size regardless of view scale.
2017-06-21 11:41:35 -07:00
Markus Lampert
25d3c839c1
Made holding tags tolerant to panelsheet base objects.
2017-06-21 11:41:35 -07:00
Markus Lampert
118268bbd1
Add all dressups to the profile and contour context menus.
2017-06-21 11:41:35 -07:00
Markus Lampert
e42c1473a9
Adapted unit tests for the new interface.
2017-06-21 11:41:35 -07:00
Markus Lampert
7a381ed7d0
Switched solid detection to blacklisting instead of whitelisting.
2017-06-21 11:41:35 -07:00
Markus Lampert
40c92e49ee
Removed questionable log message.
2017-06-21 11:41:35 -07:00