Commit Graph

16591 Commits

Author SHA1 Message Date
Abdullah Tahiri
a56658489b Part: Make 3rd party libraries into PCH 2019-05-02 07:09:22 +02:00
wmayer
43bdef67d6 continue PCH on Part module 2019-05-01 16:10:38 +02:00
wmayer
bf06b51e77 add comment 2019-05-01 13:54:06 +02:00
Abdullah Tahiri
e80af8b4f2 PCH for Sketcher/PartDesign 2019-05-01 09:05:55 +02:00
Bernd Hahnebach
a733dc6ddd Arch: ifc properties, Py3 fix 2019-04-30 18:01:43 +02:00
Abdullah Tahiri
3f42ee7664 Part: Missing PCH header 2019-04-30 15:35:25 +02:00
luz.paz
0238906d38 Misc. typo and whitespace fixes
Found via `codespell`
2019-04-30 10:15:59 -03:00
carlopav
33861e075e Update DraftTools.py
Draft Edit, fixed a problem in bezier curve editing.
2019-04-30 10:14:29 -03:00
carlopav
1b421dcd05 Update DraftTools.py
Improved Draft Edit node selection adding tolerance when selectin a node that is coincident to an edge or a face
2019-04-30 10:14:29 -03:00
carlopav
129ed37b0f Update DraftTools.py
cleaned comments
2019-04-30 10:14:29 -03:00
carlopav
350a7a58cb Update DraftTools.py
Fixed selection of editpoint on edge
2019-04-30 10:14:29 -03:00
carlopav
accc8815e6 Improved node selection
Allows to select an edit node also if it doesn't lay on an object.
2019-04-30 10:14:29 -03:00
Yorik van Havre
fa8c7fd48e More fine-tuning in README 2019-04-30 10:13:03 -03:00
Yorik van Havre
5bf83c52d1 Minor fixes to README 2019-04-30 10:11:02 -03:00
Markus Reitboeck
70965a32b9 Readme: remove html content
as requested in pull request:
https://github.com/FreeCAD/FreeCAD/pull/2107

Unfortunately in plain Markdown it is not possible to align
content
2019-04-30 10:09:07 -03:00
Markus Reitboeck
6afe45eac9 Readme: improve overview section with contents from website 2019-04-30 10:09:07 -03:00
Markus Reitboeck
b0ad64e81a Readme: make logo a little bit smaller 2019-04-30 10:09:07 -03:00
Markus Reitboeck
bec97f0aec Readme: align screenshot horizontally in center 2019-04-30 10:09:07 -03:00
Markus Reitboeck
ea3e325339 Readme: add gitter, build and translation badges on top 2019-04-30 10:09:07 -03:00
Markus Reitboeck
0c90349644 Readme: add links to website, docs, forum, bug tracker on top of README 2019-04-30 10:09:07 -03:00
Markus Reitboeck
af4eb01ac9 Readme: add logo and description one-liner from website 2019-04-30 10:09:07 -03:00
Markus Reitboeck
eaf4be7cf1 Readme: upgrade build badge
latest release is v0.18
2019-04-30 10:09:07 -03:00
Bernd Hahnebach
aa67d56361 Units: add AngleOfFriction as another parameter with Angle unit 2019-04-30 07:41:56 +02:00
Bernd Hahnebach
90dadd19c0 Arch: ifc export, ifc roof does not have a predefined type in IFC 2x3 2019-04-30 07:41:47 +02:00
wandererfan
66b091e625 Fix handling of Visibility property on Restore 2019-04-29 14:19:41 -04:00
Bernd Hahnebach
3651b9b8c1 Merge pull request #2102 from berndhahnebach/bhbdev211
Material: editor improvements
2019-04-29 18:57:16 +02:00
Yorik van Havre
7c263899e5 Arch: Allow to make a rebar without host object from the GUI 2019-04-29 13:08:01 -03:00
Yorik van Havre
d5432fcf2a Arch: fixed error when opening 0.14 files 2019-04-29 12:41:01 -03:00
furti
df57424c84 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
9a741c0867 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
f27f27ba48 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
fa99516e6e 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
fe56e51e08 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
962e04b090 Arch: rebar, make it possible to create a rebar without existence of a Structure 2019-04-29 12:13:00 -03:00
Bernd Hahnebach
cb205437fd CMake: add new line before summary report 2019-04-29 12:13:00 -03:00
Bernd Hahnebach
3ffdf3acce Arch: ifc export, fix export to 2x3 schema 2019-04-29 11:50:00 -03:00
Yorik van Havre
9a64f3fad9 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
0ed5b77917 activate pCH on Part module 2019-04-28 15:33:25 +02:00
wandererfan
554985dede Add SVG Patterns from NCCALCADA 2019-04-26 06:37:29 -04:00
wandererfan
408ac94416 Fix handling of orphan objects during Page delete 2019-04-26 06:36:56 -04:00
wandererfan
a0250a7be3 Fix Error messages for bad references 2019-04-26 06:36:56 -04:00
wandererfan
1af80236fc Fix Error handling Measurement module 2019-04-26 06:36:56 -04:00
Yorik van Havre
61f94d4b7c Draft: Fixed DXF import with sketch mode on 2019-04-25 18:17:57 -03:00
Yorik van Havre
bd4f4a5765 Arch: Fixed wrong wall blocks when wall has an offset 2019-04-25 18:00:36 -03:00
Yorik van Havre
e580864410 Arch: Fixed issue with empty properties in IFC import 2019-04-25 17:07:26 -03:00
Bernd Hahnebach
b68ddaafca Material: card utils and import, add some code examples 2019-04-25 20:43:07 +02:00
Bernd Hahnebach
1aa5a7ffbc Material: card utils, data model comments and a few more 2019-04-25 20:43:07 +02:00
Bernd Hahnebach
8544bfd4c6 FEM and Material: move FEM task panel to material card utils 2019-04-25 20:43:07 +02:00
Bernd Hahnebach
1efad46a34 FEM: material task panel, use card path to start material editor 2019-04-25 20:43:07 +02:00
Bernd Hahnebach
84bb893e4b Material: editor, allow duplicate card names and other improvements 2019-04-25 20:43:07 +02:00