Wolfgang E. Sanyer
|
7f4a437cc2
|
This commit adds getShape and setShape to TopoShape
|
2016-08-06 23:42:55 +02:00 |
|
wmayer
|
0ea6a2ed0d
|
+ removed unneeded pure virtual method getFaces from PropertyComplexGeoData
+ extend interface of ComplexGeoData::getPoints to also return normals if available
|
2016-03-04 17:16:57 +01:00 |
|
wmayer
|
ad96714fe8
|
+ issue #0002245: BRep File cannot be written
|
2015-10-17 17:13:27 +02:00 |
|
Mateusz Skowroński
|
43a4a5938c
|
Fix files encoding. Go from ISO8859-1 to UTF-8.
|
2015-09-21 19:50:49 -03:00 |
|
Eivind Kvedalen
|
3f0fc98d72
|
Part: Added getPaths(...) method to PropertyPartShape.
|
2015-09-21 14:51:04 +02:00 |
|
wmayer
|
7d09444dd9
|
+ fixes #0001237: the project file is not saved when the /tmp directory is full, but the user is not aware of it
|
2015-09-19 18:59:22 +02:00 |
|
wmayer
|
2991bbf033
|
+ fixes #0001238: Preferences: set temp files directory
|
2015-09-19 16:07:33 +02:00 |
|
wmayer
|
32367b1744
|
+ save Brep in binary format for recovery files
|
2015-09-16 22:58:47 +02:00 |
|
wmayer
|
4686118f2a
|
+ Make Python API more pythonic
|
2013-10-11 13:57:05 +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
|
68078487c7
|
Add SchemaVersion to RestoreDocFile to distinquish double from float binary
|
2013-09-24 11:01:09 +02:00 |
|
wmayer
|
6fde5d764b
|
+ in setPyObject() only use classes derived from Base::Exception
|
2013-07-05 15:29:04 +02:00 |
|
wmayer
|
b24f0efbc1
|
Remove FileVersion from RestoreDocFile, convert point data back to floats
|
2013-03-29 15:23:51 +01:00 |
|
jrheinlaender
|
fdc3e50811
|
Added FileVersion attribute to XML format to distinguish legacy float binary files from new double binary files
|
2013-03-27 11:47:18 +04:30 |
|
wmayer
|
96f5e18b61
|
Add missing break statement in switch block
|
2012-11-23 12:29:54 +01:00 |
|
wmayer
|
9e872e4987
|
Keep faces colors on boolean operations
|
2012-06-01 13:07:29 +02:00 |
|
wmayer
|
d3af186c1c
|
+ make try/catch block around sortEdges
+ set shape immutable when getting from feature
+ no use of tuples in removeShape
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5402 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
|
2012-01-12 14:04:19 +00:00 |
|
wmayer
|
e741f3a2d4
|
+ make copy of shape and remove triangulation before exporting
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5205 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
|
2011-12-02 11:10:23 +00:00 |
|
wmayer
|
120ca87015
|
+ unify DLL export defines to namespace names
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5000 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
|
2011-10-10 13:44:52 +00:00 |
|