Bernd Hahnebach
|
894d79a57c
|
FEM: FemMeshTools, add new methods to make a faster search for pressure faces:
- get_femnodes_ele_table()
- get_copy_of_empty_femelement_table()
- get_bit_pattern_dict()
- get_ccxelement_faces_from_binary_search()
- thanks to Ulrich Brammer for implementing the methods
|
2016-11-22 19:50:49 +01:00 |
|
wwmayer
|
3e06d0a090
|
Merge pull request #346 from wwmayer/geom2dpy
add Python wrappers for Geom2d classes
|
2016-11-22 17:43:50 +01:00 |
|
wmayer
|
03ab1a4a4d
|
fix build problems on Linux/OSX
|
2016-11-22 16:16:48 +01:00 |
|
wmayer
|
9bdad96a69
|
add Python wrappers for Geom2d classes
|
2016-11-22 14:09:19 +01:00 |
|
Markus Lampert
|
3ce5ea6b35
|
Tests and fixes for triangular shaped tags.
|
2016-11-21 21:53:35 -08:00 |
|
Markus Lampert
|
1fd4c49fca
|
Test cases for basic path generation for tags.
|
2016-11-21 19:51:54 -08:00 |
|
wmayer
|
14594dde32
|
add simple Python wrapper for Vector2d class
|
2016-11-21 22:01:34 +01:00 |
|
wwmayer
|
d63d7aebb9
|
Merge pull request #345 from wwmayer/geom2d_wrapper
wrapper for Geom2d package
|
2016-11-21 19:02:48 +01:00 |
|
wmayer
|
689d2e42a9
|
wrapper for Geom2d package
|
2016-11-21 18:17:10 +01:00 |
|
wmayer
|
e54e9515fc
|
rename 2d tool classes to be consistent with 3d classes
|
2016-11-21 14:29:51 +01:00 |
|
wwmayer
|
31d43b4a12
|
Merge pull request #344 from mlampert/FileExportPath
Path: fix File menu g-code export, tracker #2789
|
2016-11-21 10:20:11 +01:00 |
|
ml
|
f0f39f9c53
|
Added arguments to dialog and script call.
|
2016-11-20 20:07:44 -08:00 |
|
Markus Lampert
|
8ce9c0c305
|
Straight line intersection with square Tag.
|
2016-11-20 14:53:03 -08:00 |
|
wmayer
|
e008ca6f87
|
fix coverity issues
|
2016-11-20 17:47:53 +01:00 |
|
wmayer
|
5d27a49d87
|
fix coverity issues
|
2016-11-20 17:16:33 +01:00 |
|
wmayer
|
463106cb59
|
fix coverity issues
|
2016-11-20 17:11:32 +01:00 |
|
Johannes Obermayr
|
af62262021
|
Link just against required VTK modules on Linux.
Note:
If VTK is installed below /opt or anywhere else just add a path to GLOB_RECURSE.
|
2016-11-20 10:18:32 +01:00 |
|
WandererFan
|
cf22852ee3
|
Fix handling of BezierCurves
Replace custom bbox code with OCC/Base code
Refactor duplicate code Geometry/DrawProjectSplit
|
2016-11-20 10:06:00 +01:00 |
|
wmayer
|
cfa2187415
|
fixes #0002778: Error when building the project.
|
2016-11-19 18:14:44 +01:00 |
|
wmayer
|
2a145a12e1
|
expose recompute() of document object to Python
|
2016-11-19 16:24:11 +01:00 |
|
wmayer
|
a16b143664
|
fixes #0002782: Build error message
|
2016-11-19 14:27:55 +01:00 |
|
wmayer
|
5e3381be25
|
fixes #0002781: Build error message
|
2016-11-19 13:47:37 +01:00 |
|
wmayer
|
a4d33ec8ab
|
fixes #0002779: The message of the project build error
|
2016-11-19 13:32:07 +01:00 |
|
Markus Lampert
|
74ac78276b
|
Tests for all different shapes of Tags.
|
2016-11-18 17:52:29 -08:00 |
|
Markus Lampert
|
ca1fb1238e
|
First Tag unit tests, including a fix for an encountered issue.
|
2016-11-18 17:07:20 -08:00 |
|
Markus Lampert
|
f4480765de
|
Fixed linuxcnc unit test
|
2016-11-18 16:14:32 -08:00 |
|
ml
|
2aa2560529
|
Basic unit test for linuxcnc output.
|
2016-11-18 15:43:20 -08:00 |
|
ml
|
dce16252dc
|
First pointless path unit test
|
2016-11-18 15:41:04 -08:00 |
|
Markus Lampert
|
a9f246b466
|
Moving tag processing into Tag itself.
|
2016-11-18 15:35:30 -08:00 |
|
Yorik van Havre
|
950207134f
|
Draft: Fixed text orientation bug in SVG projections
|
2016-11-18 19:11:31 -02:00 |
|
Yorik van Havre
|
ebe6e9adfa
|
Arch: Sites can now display a sun path diagram
|
2016-11-18 16:10:12 -02:00 |
|
wmayer
|
c99943f822
|
support creating Face from support face or surface and outer wire
|
2016-11-18 15:25:15 +01:00 |
|
Yorik van Havre
|
29d49cd612
|
Doc: Further improvements to doxygen web output
|
2016-11-18 11:44:03 -02:00 |
|
WandererFan
|
804dc1cd85
|
Fix error handling
|
2016-11-18 10:14:59 +01:00 |
|
WandererFan
|
6f424c1467
|
Fix missing line in TaskViewSection
|
2016-11-18 10:14:42 +01:00 |
|
WandererFan
|
1f0899ef3d
|
Improve handling of duplicate edges in projection
|
2016-11-18 10:14:29 +01:00 |
|
WandererFan
|
3797f7ebc3
|
Fix segfault on bad input
|
2016-11-18 10:14:10 +01:00 |
|
WandererFan
|
657264ad49
|
Add bavariaSHAPE's tolerance symbols
|
2016-11-18 10:13:55 +01:00 |
|
WandererFan
|
503d718520
|
Add planar embedding to EdgeWalker
|
2016-11-18 10:13:41 +01:00 |
|
WandererFan
|
eb2490bb33
|
Add editable text ability to DrawSymbol
|
2016-11-18 10:13:23 +01:00 |
|
wwmayer
|
140a14c58c
|
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 |
|
ml
|
fc55d7ae23
|
Fixed angle calculation and deal with round contours properly.
|
2016-11-17 11:43:00 -08:00 |
|
ml
|
344250b5c2
|
Renamed tabs to tags.
|
2016-11-17 11:43:00 -08:00 |
|
ml
|
79935ee025
|
Changed tabs to be editable.
|
2016-11-17 11:37:52 -08:00 |
|
ml
|
730e2c523e
|
First shot at base algorithm for inserting holding tabs.
|
2016-11-17 11:37:52 -08:00 |
|
Yorik van Havre
|
af97583026
|
Doc: Fixes in doxygen docs for Draft,Arch, FEM
|
2016-11-17 17:04:09 -02:00 |
|
wmayer
|
aba8006b95
|
Add cmake switch to choose between official OpenCascade version and community edition
|
2016-11-17 17:46:42 +01:00 |
|
wmayer
|
8724eaed36
|
use indexed map to avoid iterating a face twice in case of a compsolid
|
2016-11-17 15:40:22 +01:00 |
|
wwmayer
|
83444cc414
|
Merge pull request #340 from WandererFan/PathArray17
Fix #2771 handling of PropertyLinkSubList in Draft.PathArray
|
2016-11-17 11:02:04 +01:00 |
|
WandererFan
|
3ce0de62f1
|
Fix #2771 handling of PropertyLinkSubList in Draft.PathArray
|
2016-11-16 20:59:33 -05:00 |
|