Commit Graph

509 Commits

Author SHA1 Message Date
wmayer
b26ed2a3a9 + Support Quasi methods in discretize() 2014-08-14 19:11:51 +02:00
wmayer
21ec6f0e6e + Give example for discretize() matching the shape type 2014-08-14 11:38:39 +02:00
wmayer
e4aa0049c1 + support First and Last keywords in discretize 2014-08-14 11:16:54 +02:00
wmayer
1619ff964e + fix and improve discretize() method 2014-08-13 23:33:27 +02:00
wmayer
ad096cbc81 + fix memory leak 2014-08-02 18:26:23 +02:00
wmayer
732c521f39 + Replace InputField with QuantitySpinBox 2014-07-31 15:14:27 +02:00
wmayer
7ac12b111b + Allow to get clean copy of a shape from Python 2014-07-30 12:21:22 +02:00
wmayer
0c9125e27f + remove crude workaround as this seems to work now 2014-07-28 18:43:11 +02:00
wmayer
1ca5955389 + improve the plane fit from REEN module 2014-07-28 16:39:34 +02:00
wmayer
bfa3f8a2b1 + support to create faces from vertices with shape builder 2014-07-25 13:35:10 +02:00
Sebastian Hoogen
f35ee4dd7e recognize OCCT -dev and -beta versions
as such in version string
2014-07-24 10:31:50 +02:00
wmayer
6ee222bc95 + fixes #0001630: IGES-Export in [mm] turns to [Inches] 2014-07-23 13:49:16 +02:00
wmayer
2ecdf001a4 + Replace OCC_HEX_VERSION with OCC_VERSION_HEX 2014-07-18 14:51:54 +02:00
Sebastian Hoogen
29ea3d1a14 remove all references to BRepMesh 2014-07-18 10:43:16 +02:00
wmayer
57d257d87e + include missing header file 2014-07-15 10:27:02 +02:00
wmayer
01a24a57eb + support compounds of wires or faces for extrusion with tapered angle 2014-07-12 17:44:33 +02:00
wmayer
04bf07a64f + fix Part.makeTube 2014-07-05 15:48:50 +02:00
wmayer
f762d7d83d + fixes #0001569: Bounding Box of Mesh::Feature in the Gui does not respect the Placement 2014-06-02 13:06:14 +02:00
Yorik van Havre
867f526d3b Updated translations 2014-05-24 17:35:20 -03:00
wmayer
2683763140 + add missing header 2014-05-24 17:10:17 +02:00
wmayer
5665d3d17c + allow to select whole wire in sweep panel 2014-05-24 15:33:23 +02:00
wmayer
f8f6499f13 + allow to select whole wire in sweep panel 2014-05-23 19:27:14 +02:00
wmayer
ae5ca4e5a3 + replace degree symbol with 'deg' to make sure it works on all systems, force to use right codec to display floating numbers 2014-05-19 20:56:23 +02:00
WandererFan
94a1fe9eb1 Add UNITS to Part Primitive Gui 2014-05-19 20:34:10 +02:00
Johannes Reinhardt
0107e1d4e9 fixed typos in Part module 2014-05-16 19:26:06 +02:00
wmayer
a95408780b + fixes #0001547: add Part Spiral to the selectable list of profiles for a Part Loft 2014-05-15 12:37:39 +02:00
wmayer
f68760fbae + fixes #0001544: Python function to retrive direct children of a shape using TopoDS_Iterator 2014-05-14 18:14:06 +02:00
wmayer
a7d7e674b0 + extend makeFilledFace 2014-05-14 13:18:23 +02:00
jmaustpc
8177461d04 Part primitives dialogue minor typo and tab stops
change the u and v parameter’s label
from "parametric" to "parameter"
also
add tabstops in DlgPrimitives.ui
to correct the order of tab stops
for torus, Helix and spiral
input fields
2014-05-14 15:04:40 +10:00
wmayer
47e00761a2 + fix crash in SoBrepEdgeSet::renderSelection 2014-05-13 19:12:10 +02:00
wmayer
b69b9ad6d9 + allow to always run macros, fix disappearing grid in sketcher 2014-05-13 16:20:51 +02:00
wmayer
dbd8452bc0 + path selection on sweep panel 2014-05-13 14:35:48 +02:00
Yorik van Havre
b56e9a4923 Updated ts files 2014-05-11 14:49:24 -03:00
wmayer
6ac93e9d72 Add initial support for different libdir (jobermayr) 2014-05-10 12:57:38 +02:00
WandererFan
375839eac1 fixes #1319
allow Part.makeHelix to use 'vertical height' parm
correct lefthanded conical helixes in TopoShape::makeHelix
2014-05-10 11:05:52 +02:00
wmayer
f53c22417e + remove unneeded semicolons 2014-05-08 17:32:23 +02:00
wmayer
55984a200f + fix flaws found with code analyzer tool 2014-05-07 13:09:44 +02:00
wmayer
86278597e8 + issue #0001419: FreeCAD crash on Windows 8.1. 2014-05-05 22:24:16 +02:00
wmayer
4b2b243e47 + compile with clang 2014-05-05 16:24:01 +02:00
blobfish
0a13cc016b Part: Check Geometry: Config option for new, additional BOP check 2014-05-03 19:14:55 +02:00
mdinger
1498e99cef Move python module prefix and suffix properties into macro to be set together 2014-05-03 16:00:30 +02:00
wmayer
a22f68c3db + Remove redefinition of /EHa which causes warnings with QtCreator 2014-04-30 19:21:49 +02:00
wmayer
67edfb895b + Fix prefix of Python extensions built with MinGW 2014-04-30 18:22:52 +02:00
mdinger
e2bd648e9a Remove unnecessary quotes. 2014-04-30 13:41:16 +02:00
mdinger
3e3ce381f6 Apply SET_BIN_DIR macro to Mod 2014-04-30 13:41:13 +02:00
wmayer
e4dd8e3f96 + Update check states in fillet dialog 2014-04-25 11:45:39 +02:00
WandererFan
e7a2852437 Issue #1508 Solid tickBox for Part.Revolution
Creates Solid for closed Edges & Wires
2014-04-25 10:07:21 +02:00
wmayer
2d9f6e5a37 + Improve performance when selecting all edges of an edited fillet feature 2014-04-24 22:29:07 +02:00
wmayer
3cb60d5dbd + Improve performance when deselecting all edges of an edited fillet feature 2014-04-24 17:30:58 +02:00
wmayer
a065e35fc1 + improve performance of editing fillet feature (patch from chrisf) 2014-04-24 13:29:25 +02:00