Daniel Wood
2ae9967b0f
Extract the shape of the tool from the solid shape
2020-05-04 20:53:35 +01:00
Daniel Wood
b2c2cad07d
use the tool resolution to determin face position
2020-05-04 20:52:40 +01:00
Daniel Wood
a6563c1170
Remove and silence some debug prints
2020-05-04 20:52:40 +01:00
Daniel Wood
19f3f9ebdd
Extract the shape of the tool from the solid shape
2020-05-04 20:52:40 +01:00
Daniel Wood
9fa1a3e8ce
Allow passing the tool shape from python
2020-05-04 20:52:40 +01:00
Daniel Wood
0d3d7157f8
pass the tool shape to the CSimTool and handle the shape internally
2020-05-04 20:52:40 +01:00
Daniel Wood
f3789ebfad
Handle Legacy and Toolbits in simulation fixes #4326
...
pass the tool or toolbit shape into the simulation
2020-05-04 20:52:40 +01:00
wmayer
3618919eb1
improve cylinder fit [skip ci]
2020-05-04 19:51:19 +02:00
Syres916
d572a3934b
[AddonManager] Added reconstruction Wb to PY2ONLY
2020-05-04 11:54:55 +02:00
Syres916
0603310fa9
[AddonManager] Added flamingo Wb to PY2ONLY
2020-05-04 11:54:55 +02:00
Syres916
4ed00a1464
[AddonManager] Removed two unnecessary import re..
...
..statementts
2020-05-04 11:54:55 +02:00
Syres916
a05ae30a2a
[AddonManager] Add Python 2 Awareness..
...
...and improve Git binary version handling.
2020-05-04 11:54:55 +02:00
Syres916
82093a4f28
[AddonManager] Utilities add Check Git Binary
2020-05-04 11:54:55 +02:00
Bernd Hahnebach
1e9b91206d
Arch: pipe, fix ifc type for ifc 2x3
2020-05-04 11:12:26 +02:00
vocx-fc
32cf582e08
Arch: fix wall's addDefault call
...
A previous fix was in 8e458abf53, but some calls to `addDefault`
were not changed.
2020-05-04 10:55:56 +02:00
vocx-fc
efcbbce28c
Draft: small improvements to the todo module
...
Small ammeds to the docstrings and the use of `App` and `Gui`
namespaces, and the explicit use of the `ToDo` class
in `PascalCase`.
2020-05-04 10:55:18 +02:00
vocx-fc
bc44324be0
Draft: show the error message of the ToDo class in the terminal
...
The error is both sent to the log file and to the console
instead of only the log.
This is helpful to troubleshoot problems with the delayed
execution of commands, such as when testing a relatively
broken version like 1827eb17ae.
2020-05-04 10:55:18 +02:00
carlopav
c1696f20dc
Draft: fixed edit for dimension objects
2020-05-04 10:53:54 +02:00
carlopav
81e5a3487b
Draft: fix ScaleMultiplier on annotation objects
...
Object auto create the property when opening an old Draft annotation
.
2020-05-04 10:53:54 +02:00
carlopav
f27f038da4
Draft: split extrude from Draft.py
2020-05-04 10:51:08 +02:00
carlopav
40e8eb7b84
Draft: split downgrade from Draft.py
2020-05-04 10:51:08 +02:00
carlopav
f0136fd27d
Draft: split cut from Draft.py
2020-05-04 10:51:08 +02:00
carlopav
08448d198e
Draft: split upgrade from Draft.py
...
.
2020-05-04 10:51:08 +02:00
carlopav
c9ce87b5fb
Draft: split draftify from Draft.py
2020-05-04 10:51:08 +02:00
carlopav
c567ce10a1
Draft: split fuse from Draft.py
...
.
2020-05-04 10:51:08 +02:00
carlopav
3c6bc25667
Draft: split heal from Draft.py
2020-05-04 10:51:08 +02:00
carlopav
2d6b7479f0
Draft: split mirror from Draft.py
...
.
2020-05-04 10:51:08 +02:00
carlopav
9eb59414c1
Draft: split offset from Draft.py
...
.
2020-05-04 10:51:08 +02:00
carlopav
ff1d0587ff
Draft split Split from Draft.py
2020-05-04 10:51:08 +02:00
carlopav
af31394e21
Draft: split scale related functions from Draft.py
...
.
2020-05-04 10:51:08 +02:00
carlopav
964d8a9851
Draft: split join functions from Draft.py
2020-05-04 10:51:08 +02:00
carlopav
e14d632f02
Draft: split isClosedEdge form Draft.py
...
.
2020-05-04 10:51:08 +02:00
carlopav
e94be2e542
Draft: split rotate from Draft.py
2020-05-04 10:51:08 +02:00
carlopav
66031c8dbe
Draft: split Move from Draft.py
2020-05-04 10:51:08 +02:00
carlopav
3351cde462
Draft: split FilterObjectsForModifiers from Draft.py
2020-05-04 10:51:08 +02:00
carlopav
7bdf54e933
Draft: delete makeWire from Draft.py
2020-05-04 10:51:08 +02:00
carlopav
1f0e6e2855
Draft: split makeCopy from Draft.py
...
.
2020-05-04 10:51:08 +02:00
lorenz
cbea54d00c
partdesign: fix failing tapered hole test
...
The given parameters return an invalid shape. This fails with occt7.4 but doesn't with occt7.3. If the angle is 45 degree the cone is self-intersecting as Hole.Depth > Hole.Diameter/2. Changing the Hole.TaperedAngle to 60 degree solves this issue.
2020-05-03 17:49:13 +02:00
sliptonic
74b32ff0c6
Merge pull request #3422 from sliptonic/bug/fstring
...
Path: remove fstrings to maintain xenial compatibility
2020-05-03 09:29:08 -05:00
sliptonic
5f30c339e5
Merge pull request #3401 from etrombly/startPoint
...
[PATH] change intra-operation travels back to clearance height
2020-05-03 09:28:45 -05:00
wmayer
7a2e16ac9b
Mesh: [skip ci] allow to pass target number to Python function Mesh.decimate()
2020-05-03 15:25:48 +02:00
wmayer
3bef7ba7c9
Mesh: add GUI to perform mesh decimation
2020-05-03 15:06:03 +02:00
wmayer
a759c7ecd6
Mesh: add overloaded mesh decimation to set target number of triangles
2020-05-03 15:04:50 +02:00
0penBrain
23bf4e745d
[Sketcher] Ensure datum edit dialog is fully shown over the main window
2020-05-03 11:11:47 +02:00
0penBrain
47c0edfc04
[Sketcher] Harmonize points selection order for symmetry constraint ; fixes #3746
2020-05-03 08:11:47 +02:00
sliptonic
2ce2949bb6
Merge pull request #3418 from dubstar-04/fixes/toolbits
...
[Path] Set Toolbit Origin at 0,0,0
2020-05-02 13:44:04 -05:00
sliptonic
22f4f2ba2f
Path: remove fstrings to maintain xenial compatibility
2020-05-02 13:42:22 -05:00
sliptonic
80e8bb4086
Merge pull request #3411 from mlampert/master
...
Path: Bugfix/tc unit test with toolbit
2020-05-02 13:39:42 -05:00
wandererfan
a77c4b7b2e
[Draft]PathArray TangentVector & gimbal lock
...
- allows user to specify orientation of copies
- prevents gimbal lock by using Base.Rotation instead of
YRP transforms
2020-05-01 11:34:33 -04:00
wandererfan
f8722c1bb2
[TD]crash loading old development models
...
- LeaderLine behaviour changed during development
2020-04-30 15:57:35 -04:00