Commit Graph

11654 Commits

Author SHA1 Message Date
luzpaz
81bdb1f276 Sketcher: typo fix 2017-07-24 18:21:17 -03:00
Yorik van Havre
54a8b922b7 Arch: Added Centerline display mode to rebars 2017-07-24 17:54:21 -03:00
Yorik van Havre
b26a943c8f Arch: Fixed Space Area errors and added boundaries edition in task panel - fixes #3112 2017-07-24 17:53:59 -03:00
wmayer
e20975c2ef add attribute to control format of a quantity via Python 2017-07-24 22:47:10 +02:00
wmayer
7ab8a9996d fixes #0003137: Unit UserString wrong 2017-07-24 16:52:03 +02:00
Yorik van Havre
80ad5737f0 Fixed typo - crowdin issue 2017-07-24 11:02:52 -03:00
wmayer
9ff76fc813 try to fix tolerance if shape is broken after fillet/chamfer operation 2017-07-24 12:29:46 +02:00
Eivind Kvedalen
55e0e6c00d Part::Mirroring: This fixes issue #2671 by changing the type of Base and Normal to PropertyPosition and PropertyDirection. These two classes handles units better. 2017-07-23 22:14:05 +02:00
Eivind Kvedalen
054a3da107 Part::Thickness: This fixes issue #2876 by changing property type for value to include a unit. 2017-07-23 22:14:05 +02:00
wmayer
20503f3d80 rename handleMissingProperty to handleChangedPropertyName 2017-07-23 22:14:05 +02:00
Eivind Kvedalen
a2cdd52019 Added PropertyContainer::handleMissingProperty(...) and PropertyContainer::handleChangedPropertyType(...).
These are helper functions to simplify migrating older files.
2017-07-23 22:14:05 +02:00
Eivind Kvedalen
f8a76066da Added PropertyPosition and PropertyDirection classes. Basically PropertyVector classes with units. 2017-07-23 22:14:05 +02:00
Eivind Kvedalen
b6d733d37b Added PropertyVectorDistance::getPathValue() to return vector elements with correct unit. 2017-07-23 22:14:05 +02:00
Eivind Kvedalen
dbce627cc8 Added getPaths(...) to PropertyVector class. 2017-07-23 22:14:05 +02:00
wmayer
79e87e22c1 add missing header file 2017-07-23 20:57:32 +02:00
looooo
360c07c33c Path: add option to use pybind11 instead of boost-python for libarea 2017-07-23 16:30:44 +02:00
wmayer
488c1a1fdf handle exception thrown by BRepBuilderAPI_RefineModel 2017-07-23 15:46:57 +02:00
wmayer
7c1e689217 make link clickable as suggested in PR 892 2017-07-22 16:50:19 +02:00
luzpaz
c243046c86 misc. typos in Assembly and Path WB
[skip ci]
2017-07-22 15:41:02 +02:00
Bernd Hahnebach
ebbe1fa903 FEM: unit tests, code formating, flake8 2017-07-21 17:35:43 +02:00
Bernd Hahnebach
261ab99cc7 FEM: unit tests: case frd file mflow and networkpressure reading, adapt to the slightly changed frd result file 2017-07-21 17:35:43 +02:00
Bernd Hahnebach
d2db47b049 FEM: unit tests, use 1DFlow results of unit test python code analysis 2017-07-21 17:35:43 +02:00
Bernd Hahnebach
efc9b4471c FEM: unit tests, add test case for reading frd file with mflow and npressure 2017-07-21 17:35:43 +02:00
Bernd Hahnebach
cdb48197b9 FEM: unit tests, adapte 1DFlow example and extend stats comparing to mflow and networkpressure in conjunction with inout nodes file 2017-07-21 17:35:43 +02:00
Bernd Hahnebach
71a283f8fa FEM: move 1DFlow inout nodes file into analysis directory and do not delete it 2017-07-21 17:35:43 +02:00
Bernd Hahnebach
3d55e7d78a FEM: frd reading, 1DFlow frd reading, add nodes key vector 2017-07-21 17:35:43 +02:00
Bernd Hahnebach
a8f7b351fe FEM: unit tests, code formating, delete some empty lines 2017-07-21 17:35:43 +02:00
Bernd Hahnebach
1a05e6755a FEM: load stats, give error message if more than one results object in the analysis and no result object was geven 2017-07-21 17:35:43 +02:00
Bernd Hahnebach
d37189fb60 FEM: working dir, check if it has a slash at the end, if not add one 2017-07-21 17:35:43 +02:00
Bernd Hahnebach
0b05377063 FEM: fix defs in fem tools module if run in cmd (non gui) mode 2017-07-21 17:35:43 +02:00
luzpaz
b25eb4854a misc. typo fixes
in FEM and Path WBs
misc. typo fixes
2017-07-21 12:17:35 -03:00
Yorik van Havre
ebb8fc5364 Arch: Store rebar base wires 2017-07-21 10:56:55 -03:00
imarin2
5ffe17153d FABlin post-processor for the Path WB 2017-07-20 16:21:12 -03:00
Amritpal Singh
4e145b23b9 FIXES: minor bug in custom spacing of rebar object 2017-07-20 16:19:56 -03:00
Eivind Kvedalen
2e96d9bf95 Fixed issue #2877: Added hypot() and catet() functions to expression framework. 2017-07-20 18:57:31 +02:00
Yorik van Havre
1519ca0c50 Arch: looo's fix in nester 2017-07-20 10:29:15 -03:00
Yorik van Havre
97eaad7e04 Merge pull request #885 from mlampert/bugfix/svg-import-rounded-corners
Draft: Fixed SVG import of rectangles with rounded corners.
2017-07-19 12:10:59 -03:00
Markus Lampert
c2f5b0ad5f Fixed SVG import of rectangles with rounded corners. 2017-07-18 22:07:37 -07:00
Yorik van Havre
aba4338808 Arch: Nester optimizations 2017-07-18 17:55:44 -03:00
Yorik van Havre
a3d7881746 Arch: Initial Nest command 2017-07-18 17:55:44 -03:00
Itai Nahshon
a8faef009b Do not use C++11 utf8 strings - not supported by VC2013. 2017-07-18 17:43:09 +02:00
Itai Nahshon
29ff650f65 Spelling 2017-07-18 17:41:51 +02:00
Itai Nahshon
a91c5bbae7 Add UnitsSchemaMmMin - izes are only in mm, speed in mm/munute. 2017-07-18 17:41:36 +02:00
Yorik van Havre
7bcb99dd09 Arch: remove buggy recompute inside onChanged 2017-07-18 10:52:06 -03:00
Yorik van Havre
382ad283f7 Merge pull request #884 from eivindkv/Fix_issue_3128
Expressions: Fixed issue #3128; mod(x;y) should support arbitrary uni…
2017-07-18 10:41:42 -03:00
Yorik van Havre
67060d6229 Arch: Add standard Arch component task panel to window task panel 2017-07-17 20:42:14 -03:00
Janus Troelsen
1fa40d9345 Allow first HDF5, MPI checks to fail (not REQUIRED) 2017-07-17 19:55:07 -03:00
Janus Troelsen
3e017cedaa Do not error when MPI is missing 2017-07-17 19:55:07 -03:00
Janus Troelsen
b76519333f try to use pkg-config to find libhdf5 and openmpi 2017-07-17 19:55:07 -03:00
Bernd Hahnebach
77734de367 FEM: update examples result objects 2017-07-17 19:53:32 -03:00