mdinger
337f05d56e
Move python module prefix
and suffix
properties into macro to be set together
2014-05-03 16:00:30 +02:00
wmayer
1a7cea9b59
+ Fix prefix of Python extensions built with MinGW
2014-04-30 18:22:52 +02:00
mdinger
5fbc308ce4
Comment to document why this module alone is installed differently
2014-04-30 13:41:17 +02:00
mdinger
88a3e5bf0e
Add 4th optional parameter to set linux install path
2014-04-30 13:41:17 +02:00
mdinger
a17cce3559
Remove unnecessary quotes.
2014-04-30 13:41:16 +02:00
mdinger
1942bb7906
Apply SET_BIN_DIR macro to Mod
2014-04-30 13:41:13 +02:00
wmayer
e47b85994c
+ fix possible crashes in mirror and polar pattern feature
2014-03-31 16:35:22 +02:00
wmayer
aaeba38e78
+ Fix crash when editing the linear pattern feature, suppress some warnings in release mode
2014-03-31 14:42:55 +02:00
wmayer
225184270a
+ set correct group information to pad and pocket properties
2014-03-21 15:18:26 +01:00
jriegel
6d1d55dc15
Implement the python gear feature
2014-02-16 22:19:59 +01:00
wmayer
893a5d3a86
+ PropertyLength inherits PropertyQuantity
2014-02-13 17:03:48 +01:00
wmayer
e9b275c7e6
+ support loading projects with old pad features, fix critical bug where the unit gets replaced
2014-02-12 15:14:02 +01:00
jriegel
a97f53a5e7
Fully implement Units in PartDesign Pad
2014-02-09 16:23:06 +01:00
Yorik van Havre
782cae1d22
Updated forum links to the new subdomain
2013-11-11 11:42:34 -02:00
Yorik van Havre
355942355f
Updated links to the new forum
2013-11-06 19:32:45 -02:00
jriegel
30b189c1da
Merge branch 'refs/heads/double-precision-werner'
...
Conflicts:
src/App/Document.cpp
src/App/PropertyGeo.cpp
src/App/PropertyStandard.cpp
src/Base/Reader.cpp
src/Base/Reader.h
src/Gui/propertyeditor/PropertyItem.cpp
src/Mod/Fem/Gui/ViewProviderFemMesh.cpp
src/Mod/Inspection/Gui/ViewProviderInspection.cpp
src/Mod/Mesh/App/MeshProperties.cpp
src/Mod/Part/App/TopoShapeFacePyImp.cpp
src/Mod/PartDesign/App/FeatureRevolution.cpp
2013-09-26 00:05:05 +02:00
jriegel
44c07da571
integrate Quantities into PropertyView and activate preferences again
2013-09-25 21:59:24 +02:00
jriegel
664c1d4862
Integrate Werners & Jans double branch
...
Move from float to double
Further suggestions for float -> double move
Moved Tools2D from float to double
More suggestions for float->double move from Gui subdirectory
Changes to FEM constraint visuals for float->double move
Suggested changes for float -> double move
Suggestions for Part module moving float -> double
2013-09-24 11:00:57 +02:00
wmayer
3cc032c11e
+ Add option to refine solid on sketch-based features
2013-09-21 09:16:44 +02:00
wmayer
bebd37a39a
0000459: Revolving a single line sketch fails
2013-07-10 15:26:31 +02:00
wmayer
f86c65644c
Try alternative sort method
2013-07-09 10:40:37 +02:00
wmayer
14ced6b202
0001133: crash at padding a sketch with 42 holes
2013-07-03 07:56:36 +02:00
jriegel
60c4b3ecc4
Treat OCE in LibPack8.x with respect to debug/release
2013-03-31 00:16:17 +01:00
wmayer
f69b57459b
Support to write vector list and float lists in old format, fix issues in property editor, move back to float for curvature type
2013-03-30 12:32:53 +01:00
jrheinlaender
8df84e76c4
PartDesign module moving float -> double
2013-03-25 17:42:29 +04:30
wmayer
efc29e4422
Move from float to double
2013-03-23 15:12:04 +01:00
wmayer
ce0e6e5cef
Make FeaturePython Python binding a template class to avoid code duplication
2013-03-22 00:34:18 +01:00
jrheinlaender
8235008ae7
PartDesign: Show overlapping transformations as rejected
2013-02-26 11:29:03 +01:00
wmayer
3b80f64e6c
0001013: 0.13 program crash
2013-02-17 08:43:21 +01:00
logari81
046504234f
PartDesign: Intelligent defaults for the Reversed flag of Revolution/Groove features
2013-02-14 16:06:23 +01:00
logari81
ccf15f968c
PartDesign: Add method suggesting Revolution Reversed property so that material is always added to the support
2013-02-14 00:39:10 +01:00
jrheinlaender
8eef02111d
PartDesign: Add method suggesting Groove Reversed property so that material is always removed from the support
2013-02-14 00:32:02 +01:00
jrheinlaender
18da371546
Re-worked Part::checkIntersection to give less false positives for pattern features
2013-02-08 14:32:00 +01:00
logari81
39792f0773
PartDesign: Fix mirrored feature with respect to custom sketch axis
2013-01-18 09:51:50 +01:00
logari81
525cddaaf3
PartDesign: Refactor pattern features and gui
...
- remove StdDirection,StdAxis and StdMirrorPlane properties
- support sketch H_Axis, V_Axis, N_axis as valid references in patterns
- polish reference selection gui (unified for standard axes and custom references)
2013-01-09 23:18:38 +01:00
logari81
afb3355193
Make Multitransform children inherit its Placement
2013-01-06 23:33:00 +01:00
wmayer
8b006b27dd
Disable Placement editing for part design transformation features
2012-12-18 10:35:30 +01:00
wmayer
9cbb88941f
Improve algorithm to check intersection of axis and sketch
2012-12-16 16:32:17 +01:00
wmayer
043dc60403
Do some error checking for sketch based features
2012-12-13 20:59:53 +01:00
wmayer
0a6979e0b9
Improve algorithm to check intersection of axis and sketch
2012-12-13 19:11:37 +01:00
wmayer
22cfda67de
Fix bug in check for intersection of axis with sketch
2012-12-11 20:06:56 +01:00
logari81
85585cf49e
PartDesign: Enable manual alignment tool for PartDesign features
2012-12-10 13:58:44 +01:00
wmayer
515f30c1a0
0000906: Segmentation Fault when try to use linear pattern on Part, fix some issues with selection gate
2012-12-07 14:01:49 +01:00
wmayer
64e1c3635d
Fix build failures with automake
2012-12-06 20:13:24 +01:00
wmayer
f9cff4c8a2
Improved algorithm to detect intersections of rotation axis and sketch
2012-12-06 13:21:10 +01:00
wmayer
1b957e98bc
Fixes for OCC 6.3
2012-12-04 11:32:30 +01:00
jrheinlaender
40e3fa7a21
FeatureDraft: Omitted use of Remove() because of OCC bug
2012-12-04 10:59:46 +01:00
jrheinlaender
8371982dfc
Added check to Revolution and Groove for sketch axis intersecting the sketch face
2012-12-04 10:59:44 +01:00
jrheinlaender
d763053925
Fixed two bugs, thanks to wmayer
2012-12-04 10:59:42 +01:00
jrheinlaender
ac6f7a434b
Removed unnecessary boundary check for FloatConstraint property
2012-12-04 10:59:42 +01:00