Commit Graph

16574 Commits

Author SHA1 Message Date
Markus Reitboeck
cd41b482f3 Readme: align screenshot horizontally in center 2019-04-30 10:09:07 -03:00
Markus Reitboeck
3b3327df26 Readme: add gitter, build and translation badges on top 2019-04-30 10:09:07 -03:00
Markus Reitboeck
4e14bfb4c6 Readme: add links to website, docs, forum, bug tracker on top of README 2019-04-30 10:09:07 -03:00
Markus Reitboeck
a2e4050d07 Readme: add logo and description one-liner from website 2019-04-30 10:09:07 -03:00
Markus Reitboeck
5e8c4f6be8 Readme: upgrade build badge
latest release is v0.18
2019-04-30 10:09:07 -03:00
Bernd Hahnebach
3650b3e59d Units: add AngleOfFriction as another parameter with Angle unit 2019-04-30 07:41:56 +02:00
Bernd Hahnebach
650a181ae7 Arch: ifc export, ifc roof does not have a predefined type in IFC 2x3 2019-04-30 07:41:47 +02:00
wandererfan
b09ab03724 Fix handling of Visibility property on Restore 2019-04-29 14:19:41 -04:00
Bernd Hahnebach
65f0f5e086 Merge pull request #2102 from berndhahnebach/bhbdev211
Material: editor improvements
2019-04-29 18:57:16 +02:00
Yorik van Havre
6cc17a4aa6 Arch: Allow to make a rebar without host object from the GUI 2019-04-29 13:08:01 -03:00
Yorik van Havre
f5cfaf26cf Arch: fixed error when opening 0.14 files 2019-04-29 12:41:01 -03:00
furti
acebbf7c2d Scale the compass based on the site area
When the compass has a fixed size, it is either too big for small sites,
or too small for big sites, when using fit view. So the compass adapts
to the ProjectedArea of the Site now.
2019-04-29 12:38:00 -03:00
furti
95a286df15 Arch: Add property to switch to true north
When enabled, the whole coin scene graph is rotated by the declination
property of the site. So one can see the whole geometry oriented like in
real life.
2019-04-29 12:38:00 -03:00
furti
792e4a6c6c Add property to calculate declination
When enabled, the declination will be calculated based on the compass
and site rotation.
2019-04-29 12:38:00 -03:00
furti
58cbb2381b Add compass to Arch Site
The compass helps you to locate north in your drawings.

It has the following features:
 - Can be hidden independently from the site. So you can still have the
   site without the compass.
 - Can be rotated relative to the site.
 - Also rotates with the site
 - Always sits 1 meter above the site geometry

https://forum.freecadweb.org/viewtopic.php?f=23&t=34669
2019-04-29 12:38:00 -03:00
tomate44
4e827194ef add a python method to cut holes in a Part.Face, from a list of wires 2019-04-29 12:33:43 -03:00
Bernd Hahnebach
377efe8d6a Arch: rebar, make it possible to create a rebar without existence of a Structure 2019-04-29 12:13:00 -03:00
Bernd Hahnebach
3f2562669f CMake: add new line before summary report 2019-04-29 12:13:00 -03:00
Bernd Hahnebach
2efe7b1cba Arch: ifc export, fix export to 2x3 schema 2019-04-29 11:50:00 -03:00
Yorik van Havre
fc17fee860 Arch: Added 'Clip' property to section planes to clip the rendered contents to the plane limits 2019-04-28 17:29:19 -03:00
wmayer
c0ca04adf9 activate pCH on Part module 2019-04-28 15:33:25 +02:00
wandererfan
bfc7a76e70 Add SVG Patterns from NCCALCADA 2019-04-26 06:37:29 -04:00
wandererfan
c4f63ec976 Fix handling of orphan objects during Page delete 2019-04-26 06:36:56 -04:00
wandererfan
c5ca7ad05e Fix Error messages for bad references 2019-04-26 06:36:56 -04:00
wandererfan
42316a91ef Fix Error handling Measurement module 2019-04-26 06:36:56 -04:00
Yorik van Havre
dc64cdb18d Draft: Fixed DXF import with sketch mode on 2019-04-25 18:17:57 -03:00
Yorik van Havre
418fe7beff Arch: Fixed wrong wall blocks when wall has an offset 2019-04-25 18:00:36 -03:00
Yorik van Havre
6ba161120e Arch: Fixed issue with empty properties in IFC import 2019-04-25 17:07:26 -03:00
Bernd Hahnebach
57fc1d0cc2 Material: card utils and import, add some code examples 2019-04-25 20:43:07 +02:00
Bernd Hahnebach
e0b08e74f3 Material: card utils, data model comments and a few more 2019-04-25 20:43:07 +02:00
Bernd Hahnebach
f98fd36788 FEM and Material: move FEM task panel to material card utils 2019-04-25 20:43:07 +02:00
Bernd Hahnebach
1e0ee41e7e FEM: material task panel, use card path to start material editor 2019-04-25 20:43:07 +02:00
Bernd Hahnebach
8827187935 Material: editor, allow duplicate card names and other improvements 2019-04-25 20:43:07 +02:00
Bernd Hahnebach
e4f29ffe92 Material: material main module, move card related defs into mat utils module 2019-04-25 20:43:07 +02:00
Bernd Hahnebach
f9c873531e Material: card utils modul, add some defs:
- def to write template mat file
- def to write card tools headers file
- def to get the FreeCAD source directory out of Makefile in build
- the data will be taken from the material editor template
- means we gone have an overall template to generate all others material related templates now
- output reistered, non registered, used and not used material keys (very useful for debuging)
2019-04-25 20:43:07 +02:00
Bernd Hahnebach
f69537ed30 Material: mat card template for material editor, move to a much more pythonic one 2019-04-25 20:43:07 +02:00
Bernd Hahnebach
eb21144c4b Material: card utils, move card methods from material editor to card utils module
- isolate card tools for further use in other modules
- possible use of card tools in cmd mode
- add some methods for better card handling
- add some output methods for better card debuging
- editor, better names for methods
- add preference to sort cards and add duplicate cards too
- use icon in mat editor card combo box
2019-04-25 20:43:06 +02:00
Bernd Hahnebach
4f3bcf05b9 Material: card utils, add new module 2019-04-25 20:43:06 +02:00
Bernd Hahnebach
d0bee305e9 Material: editor, add author 2019-04-25 20:43:06 +02:00
Bernd Hahnebach
72a15c0de5 FEM: material task panel, code formating and prints 2019-04-25 20:43:06 +02:00
Bernd Hahnebach
b11755f088 FEM: selection widget class, comment debug print 2019-04-25 20:43:06 +02:00
wandererfan
57d35a392c Fix Error when OCC projection returns nothing 2019-04-25 08:02:28 -04:00
wandererfan
40c0347b25 Fix crash on Dimension with corrupted References 2019-04-24 19:52:39 -04:00
Abdullah Tahiri
b406677cc0 MSVC2013 constexpr to const 2019-04-24 17:56:37 +02:00
Abdullah Tahiri
2c6f941644 GCS: Partial refactoring of diagnose() and debug improvements 2019-04-24 17:56:37 +02:00
Abdullah Tahiri
c5ff5d9d48 Sketch: Verbose to console output malformed constraints that are ignored by the solver 2019-04-24 17:56:37 +02:00
Abdullah Tahiri
23f0be2129 Sketcher: Comment out very specific debug code 2019-04-24 17:56:37 +02:00
Abdullah Tahiri
6e1d6505cc Sketcher: Make PointPos modifiable from Python 2019-04-24 17:56:37 +02:00
Abdullah Tahiri
2eb5c70147 Base::Console avoid magic numbers and enable external string size checks 2019-04-24 17:56:37 +02:00
Abdullah Tahiri
8b93107202 GCS: use at for map reading 2019-04-24 17:56:37 +02:00