Commit Graph

8961 Commits

Author SHA1 Message Date
wmayer
2dfd521c87 fixes #0002778: Error when building the project. 2016-11-19 18:14:44 +01:00
wmayer
01065b76d5 expose recompute() of document object to Python 2016-11-19 16:24:11 +01:00
wmayer
acec8d0385 fixes #0002782: Build error message 2016-11-19 14:27:55 +01:00
wmayer
7472b05b16 fixes #0002781: Build error message 2016-11-19 13:47:37 +01:00
wmayer
7ff5e7e2d5 fixes #0002779: The message of the project build error 2016-11-19 13:32:07 +01:00
Yorik van Havre
b2c8554b52 Draft: Fixed text orientation bug in SVG projections 2016-11-18 19:11:31 -02:00
Yorik van Havre
69873511d4 Arch: Sites can now display a sun path diagram 2016-11-18 16:10:12 -02:00
wmayer
7b05dddf40 support creating Face from support face or surface and outer wire 2016-11-18 15:25:15 +01:00
Yorik van Havre
50882f9332 Doc: Further improvements to doxygen web output 2016-11-18 11:44:03 -02:00
WandererFan
8abda88d4a Fix error handling 2016-11-18 10:14:59 +01:00
WandererFan
554cc46bd8 Fix missing line in TaskViewSection 2016-11-18 10:14:42 +01:00
WandererFan
5295f1e2e2 Improve handling of duplicate edges in projection 2016-11-18 10:14:29 +01:00
WandererFan
5ae22d507d Fix segfault on bad input 2016-11-18 10:14:10 +01:00
WandererFan
1f8b1adad8 Add bavariaSHAPE's tolerance symbols 2016-11-18 10:13:55 +01:00
WandererFan
78de266aa3 Add planar embedding to EdgeWalker 2016-11-18 10:13:41 +01:00
WandererFan
b6448d26d0 Add editable text ability to DrawSymbol 2016-11-18 10:13:23 +01:00
wwmayer
93fd19ada8 Merge pull request #341 from wwmayer/occ_switch
Add cmake switch to choose between official OpenCascade version and c…
2016-11-17 21:10:51 +01:00
Yorik van Havre
bf0d37bf28 Doc: Fixes in doxygen docs for Draft,Arch, FEM 2016-11-17 17:04:09 -02:00
wmayer
b68734efe0 Add cmake switch to choose between official OpenCascade version and community edition 2016-11-17 17:46:42 +01:00
wmayer
e85aa31d76 use indexed map to avoid iterating a face twice in case of a compsolid 2016-11-17 15:40:22 +01:00
wwmayer
f7b47e4b25 Merge pull request #340 from WandererFan/PathArray17
Fix #2771 handling of PropertyLinkSubList in Draft.PathArray
2016-11-17 11:02:04 +01:00
WandererFan
65200a2c0c Fix #2771 handling of PropertyLinkSubList in Draft.PathArray 2016-11-16 20:59:33 -05:00
wwmayer
c11152a77f Merge pull request #337 from mlampert/tracker-2773
Path: tracker #2773
2016-11-16 10:34:16 +01:00
ml
b417ac153b Fix for 2773 and two other minor fixes. 2016-11-15 22:19:57 -08:00
Yorik van Havre
6a2eed229d Doc: small adjustments to doxygen docs 2016-11-15 16:17:58 -02:00
Yorik van Havre
a372e58c0a Techdraw: better icon for image 2016-11-14 21:14:06 -02:00
wmayer
365a50603b improve unicode support for enumeration properties 2016-11-14 15:22:21 +01:00
Yorik van Havre
cd6e96b588 Merge pull request #336 from sliptonic/feature/MillFacing
Feature/mill facing
2016-11-14 11:54:34 -02:00
sliptonic
1b7d929f9e Holding tag bugs
Removed OCC from profile
Add option to suppress profile of perim.
2016-11-13 14:51:36 -06:00
sliptonic
cdfd09a7cb incorporating TechDraw findShapeOutline 2016-11-13 14:51:36 -06:00
sliptonic
978d3c133d icons 2016-11-13 14:51:36 -06:00
sliptonic
bbac77955f fix for drilling in Compound objects.
Better check of hole face ordering.
2016-11-13 14:51:36 -06:00
sliptonic
4d0e4edefc Toolchange output fixed 2016-11-13 14:51:36 -06:00
sliptonic
9a3e8fb698 PathJob chooser needs to use dialog in resource file 2016-11-13 14:51:36 -06:00
sliptonic
102f281ba1 Initial commit of facing op 2016-11-13 14:51:36 -06:00
sliptonic
d30a5c59a6 remove unneeded base geometry tab 2016-11-13 14:51:36 -06:00
Yorik van Havre
e162166f5d Fixed last commit a bit better this time... 2016-11-13 18:11:43 -02:00
Yorik van Havre
ad8ace8134 Fixed leftover from previous commit 2016-11-13 17:50:33 -02:00
Yorik van Havre
28a7f966b9 Doc: Added a new WebDoc cmake target 2016-11-13 17:45:59 -02:00
wmayer
cc27b24da7 implement ExtensionContainerPy::getCustomAttributes to return a PyCFunction bound to the correct object 2016-11-13 17:49:10 +01:00
Yorik van Havre
bbd82ee895 Fixed setting an empty value to PropertyLinkSubList 2016-11-13 12:13:31 -02:00
Yorik van Havre
ad79a9d28d Merge pull request #335 from mlampert/Dogbone
Dogbone
2016-11-13 11:58:56 -02:00
ml
86e9d5462a Fixed obj reference in custom length path. 2016-11-12 16:34:49 -08:00
ml
2ce5da42a7 Removal of extra path segments due to bone smoothing. 2016-11-12 16:34:49 -08:00
ml
730e86b03e First cut at removing bone path crossings in tight alleys. 2016-11-12 16:34:49 -08:00
ml
6be2d29c92 Created class for Bone to carry it's attributes through the call chain. 2016-11-12 16:34:49 -08:00
ml
7c48086f75 Path calculation through intersections - enhanced robustness. 2016-11-12 16:34:49 -08:00
ml
88c33087a5 Calculation of intersections and arcs. 2016-11-12 16:34:49 -08:00
ml
a660829d37 Calculation of pivot points. 2016-11-12 16:34:49 -08:00
ml
c57f941f19 Fixed adaptive length calculation. 2016-11-12 16:34:49 -08:00