Sebastian Hoogen
|
9a758221ee
|
add TopoShape::multiFuse method
to fuse multiple shapes at once.
|
2015-02-21 12:35:21 +01:00 |
|
Sebastian Hoogen
|
fcabea8d92
|
meshing was removed from StlTransfer
with OCCT CR0025357 issue #1906
|
2015-02-12 13:46:14 +01:00 |
|
wmayer
|
801bfa8936
|
+ fixes #0001662: IGES does not export correctly
|
2015-01-11 12:14:41 +01:00 |
|
wmayer
|
b76601b068
|
+ fixes #0000763: Bad IGS import
|
2015-01-05 16:28:40 +01:00 |
|
WandererFan
|
b3236dba6c
|
Fix #0001722 Left-handed helix with an angle>0 produces 1 too many turns
|
2014-11-06 10:49:02 -02:00 |
|
wmayer
|
61c92961e3
|
+ customize IGES header
|
2014-10-29 16:39:33 +01:00 |
|
Sebastian Hoogen
|
01cf0f5872
|
issue #1027 use unicode filepaths
|
2014-10-11 13:32:06 +02:00 |
|
Sebastian Hoogen
|
6157cf3c4a
|
fixes #1782 remove unused precsion parameters
from gp_Trsf::SetValues
|
2014-10-11 13:03:02 +02:00 |
|
wmayer
|
696d4a5f4a
|
+ fix warnings with clang
|
2014-09-24 17:46:04 +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
|
04bf07a64f
|
+ fix Part.makeTube
|
2014-07-05 15:48:50 +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 |
|
WandererFan
|
e7a2852437
|
Issue #1508 Solid tickBox for Part.Revolution
Creates Solid for closed Edges & Wires
|
2014-04-25 10:07:21 +02:00 |
|
WandererFan
|
113e6026e4
|
Add function to Close Part.Loft (Gui & scripting)
|
2014-04-14 16:30:56 +02:00 |
|
wmayer
|
fa14dec3fa
|
+ allow to set deflection of a mesh with exportStl
|
2014-03-27 10:41:25 +01:00 |
|
wmayer
|
d4f4c30028
|
+ relates to #0001421
|
2014-03-06 16:35:33 +01:00 |
|
Sebastian Hoogen
|
4a3f1cc33c
|
BrepTools::Dump to string
|
2014-03-02 14:42:41 +01:00 |
|
wmayer
|
59a8e1d181
|
+ fixes #0001429: don't apply booleans on null shapes
|
2014-02-22 13:06:30 +01:00 |
|
wmayer
|
3a8422d01e
|
+ fixes #0001413: Part.Shape.transformGeometry on Null Shape causes SIGSEGV
|
2014-02-14 15:02:26 +01:00 |
|
wmayer
|
f61fa56dd2
|
+ fix minor error
|
2014-01-28 17:19:01 +01:00 |
|
wmayer
|
1b7b6efff1
|
+ fixes: #0001369: Part::TopoShape::getMemSize fails for Bezier Curves
|
2014-01-28 11:29:21 +01:00 |
|
wmayer
|
a9f3b8a09f
|
+ Use long helix function in parametric feature
|
2013-12-29 14:51:25 +01:00 |
|
WandererFan
|
62e82aca90
|
Add Part.makeLongHelix to work around Mantis #0954
|
2013-12-29 13:53:01 +01:00 |
|
wmayer
|
1086dbf389
|
+ fixes #0001247
|
2013-11-07 14:17:41 +01:00 |
|
Yorik van Havre
|
a1084de89c
|
Part: Extended makePipeShell() so it accepts a transformation mode value
|
2013-10-07 15:41:38 -03:00 |
|
wmayer
|
4970c461ac
|
+ Apply patch for helix but deactivate it for the moment
|
2013-09-30 13:18:32 +02:00 |
|
wmayer
|
a5e3020dc9
|
+ Fix TopoShape::fix()
|
2013-09-28 11:02:09 +02:00 |
|
jriegel
|
ec0a5ccb0c
|
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
|
abf1623f07
|
Add SchemaVersion to RestoreDocFile to distinquish double from float binary
|
2013-09-24 11:01:09 +02:00 |
|
wmayer
|
00ba8f2776
|
Remove determinant check in transform* methods
|
2013-09-11 18:48:24 +02:00 |
|
wmayer
|
6257d923ad
|
0001137: Incomplete slices when using Part.slice on a torus
|
2013-08-25 17:31:04 +02:00 |
|
wmayer
|
224d17a984
|
0001221: Add a function that can apply a Placement to a Shape like sh.transformGeometry(sh.Placement.toMatrix())
|
2013-08-25 11:32:03 +02:00 |
|
wmayer
|
d33f2b4565
|
Fix refinement algorithm to avoid the loose the solid
|
2013-08-24 07:26:31 +02:00 |
|
wmayer
|
bed8a97114
|
Replace BRepTools_ReShape with BRepBuilderAPI_MakeSolid in refinement algorithm
|
2013-08-23 15:25:17 +02:00 |
|
wmayer
|
bb63f7a4d5
|
Remove FileVersion from RestoreDocFile, convert point data back to floats
|
2013-03-29 15:23:51 +01:00 |
|
jrheinlaender
|
ad6444053b
|
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
|
16384de1bc
|
Fill&sew shape and its offset
|
2012-11-24 21:24:58 +01:00 |
|
wmayer
|
7ae0bb2f33
|
Make more consistent method names in TopoShape
|
2012-11-24 20:45:47 +01:00 |
|
wmayer
|
3a9920d327
|
Fix crash when accessing non-existent sub-element in TopoShape
|
2012-11-07 11:00:03 +01:00 |
|
wmayer
|
8599c154d4
|
Fix possible crash when exporting STEP files
|
2012-08-15 13:20:28 +02:00 |
|
wmayer
|
53413e8af6
|
0000764: Serialize Shape to python String
|
2012-06-28 18:29:48 +02:00 |
|
wmayer
|
a6261ed84b
|
First draft of makeThread
|
2012-06-15 13:04:07 +02:00 |
|
wmayer
|
84fc5ec87e
|
0000749: PI was not declared in this scope - compile error
|
2012-06-14 13:01:07 +02:00 |
|
wmayer
|
8a94ba885c
|
Fix critical warnings
|
2012-06-13 18:49:10 +02:00 |
|
wmayer
|
dd227d83b9
|
Make a convenient function to convert between gp_Trsf and Base::Matrix4D
|
2012-06-01 16:44:57 +02:00 |
|
wmayer
|
498b4dcf04
|
fix in makeTube
|
2012-05-18 00:12:30 +02:00 |
|
wmayer
|
5b41f0e8a5
|
Replace makeTube algorithm
|
2012-05-14 19:15:11 +02:00 |
|
wmayer
|
2a16c7bd49
|
left hand helix
|
2012-05-01 13:17:10 +02:00 |
|