0penBrain
66c513c698
[Core] Fix Quantity construction with value as double + unit as string
2022-01-21 14:56:11 +01:00
Uwe
4038c6487b
[Part] add missing include
...
needed since PR #5382
- also transfer another include
2022-01-21 01:07:38 +01:00
0penBrain
2a1f2588ec
[Sketcher] set debug as cross platform
2022-01-20 13:03:16 +01:00
marioalexis
83b55e577b
Part: Use Tools::getNormal to compute normal to surface
2022-01-20 13:01:27 +01:00
marioalexis
ba711886e1
Part: Implement Tools::getNormal function
2022-01-20 13:01:27 +01:00
wmayer
7db7552af7
Test: add unit test for face and surface normals
2022-01-20 11:15:37 +01:00
Uwe
9c828d6efd
[Part] Extrusion: just style fixes
...
to keep following PR diffs small
all changes were automatically done by MSVC
2022-01-20 01:08:35 +01:00
0penBrain
0019726cd8
[GUI] Allow origin plane/axis selection with entire label bounding box
2022-01-20 00:32:24 +01:00
Ajinkya Dahale
94a71f67aa
[FEM] Add reference highlighting for FEM constraints
...
Following constraints affected:
`ViewProviderFemConstraint`
`ViewProviderFemConstraintDisplacement`
`ViewProviderFemConstraintFixed`
`ViewProviderFemConstraintFluidBoundary`
`ViewProviderFemConstraintForce`
`ViewProviderFemConstraintHeatflux`
`ViewProviderFemConstraintPressure`
`ViewProviderFemConstraintSpring`
`ViewProviderFemConstraintTemperature`
2022-01-19 22:22:42 +01:00
sliptonic
ac80b42737
Merge pull request #4425 from sliptonic/feature/discreteArcs
...
[PATH] Add property to split arcs into G1/G0 segments
2022-01-19 14:04:14 -06:00
sliptonic
dc1a491473
Add property to split arcs into G1/G0 segements
2022-01-19 14:00:55 -06:00
sliptonic
249363bb43
Merge pull request #5390 from sliptonic/feature/helix-generator
...
[Path] Feature/helix generator
2022-01-19 13:55:12 -06:00
sliptonic
d53bb5ebca
fix missing test import
2022-01-19 13:50:54 -06:00
sliptonic
2640fea282
basic retraction handling
2022-01-19 13:19:10 -06:00
sliptonic
a13c003e66
cleanup for readability. More forgiving of input.
...
Move to center if possible before retract
2022-01-19 13:19:10 -06:00
sliptonic
60f304bf15
Added another test to drill generator and corresponding test case
2022-01-19 13:19:10 -06:00
sliptonic
199e5264cd
helix generator shouldn't assume flip.
...
shortend test case
2022-01-19 13:18:15 -06:00
Russell Johnson
e6631679cc
Path: Append unit tests for helix generator
2022-01-19 13:18:15 -06:00
sliptonic
7e1b4cb291
Helix Generator and Testing
2022-01-19 13:18:15 -06:00
sliptonic
c81ece8a6d
Merge pull request #5397 from luzpaz/typo/Path
...
Path: fix minor typo [skip ci]
2022-01-19 13:05:25 -06:00
luz paz
a78ecef545
Path: fix minor typo [skip ci]
2022-01-19 13:39:58 -05:00
sliptonic
8e6e67cef7
Merge pull request #5229 from sliptonic/feature/drill-refactor
...
[PATH] Refactoring drilling op to use generators
2022-01-19 11:25:41 -06:00
wmayer
659a55ffb9
Base: Exception handling:
...
* Harmonize FreeCAD with Python exception types
* Implement AbortException::getPyExceptionType() to avoid handling it in client code
* Remove catch block for plain C strings
2022-01-19 18:00:04 +01:00
wmayer
2a3991d799
App: do not hide actual exception type in DocumentObjectPy::addProperty/DocumentObjectPy::removeProperty
...
and throw TypeError in DynamicProperty::addDynamicProperty() if the based type id is invalid
2022-01-19 10:48:00 +01:00
wmayer
80492d0b2a
Test: add unit tests to test with wrong types
2022-01-19 10:19:00 +01:00
marioalexis
950a859842
App: Prevent crash when trying to delete pointer to BaseClass
2022-01-19 08:14:41 +01:00
marioalexis
33b2c7d353
Base: Add 'getTypeIfDerivedFrom' member function to Type class
2022-01-19 08:14:41 +01:00
Aapo Lankinen
82b97374fd
[App] DocumentObject.cpp: Add more information to the error message ... ( #5394 )
...
* [App] DocumentObject.cpp: Add more information to the error message printed to the console when links go out of allowed scope, namely linked object name(s), allowed scope name, invalid scope name(s).
2022-01-19 01:14:13 +01:00
wmayer
d530992689
Part: support of vertexes in ReferenceHighlighter
2022-01-18 19:47:06 +01:00
wmayer
8db8126dd5
PD: move ReferenceHighlighter to Part module
2022-01-18 18:24:02 +01:00
wmayer
09e14f8488
PD: add PD test modules to __init__.py
2022-01-18 18:02:10 +01:00
Jonas Bähr
75d7feaa33
PD: Add tests for InvoluteGear
...
There are some basic tests to cover the gear profile and its parameters
and some integration tests for the interaction with PD Pad and Pocket.
I followed the same pattern as the other PartDesign tests, e.g. not using
PEP8 style method names. Eventually some helper methods could be
extracted and moved to the common base framework in Mod/Test, but that's
another step.
2022-01-18 17:43:52 +01:00
mdkus
8047723cde
Update CreatePyModule.py
2022-01-18 15:53:25 +01:00
wmayer
c9007693cf
Part: in function to create a part handle meshes with defects
2022-01-18 15:20:55 +01:00
wmayer
25748e1505
Gui: [skip ci] improve comment
2022-01-18 10:55:34 +01:00
wmayer
b4f2d3a61c
Gui: fix handling of dimensionless expressions
2022-01-18 10:52:45 +01:00
Ajinkya Dahale
faa6cfa402
[PD] Correct include guard name
...
Correction in `PartDesignGui::ReferenceHighllighter`
2022-01-18 03:01:20 +01:00
Uwe
0066d6d80d
[Part] Extrude: avoid code duplication
...
more code that is used twice into a subroutine
2022-01-17 16:58:03 +01:00
wmayer
5ea6961715
PD: [skip ci] make uniform the license text of test modules
2022-01-17 16:38:10 +01:00
wmayer
aada04fe72
Part: expose Precision to Python
2022-01-17 12:30:45 +01:00
Uwe
e6d63cecd9
[Part] just style fixes
...
to keep following PR diffs small
all changes automatically done by MSVC
2022-01-17 01:08:48 +01:00
sliptonic
e0a59129cf
cleanup imports
...
Remove py2 test for Queue.
2022-01-16 13:16:23 -06:00
sliptonic
d21b1921aa
Remove deprecated code
2022-01-16 13:06:33 -06:00
sliptonic
d121e27694
rename function.
...
'job' has a meaning in Path. sort_jobs doesn't sort jobs, it sorts hole locations.
2022-01-16 12:57:49 -06:00
sliptonic
ad296ee060
Refactor filter arcs.
...
Slightly more readable. Avoids error with missing variable.
2022-01-16 12:39:39 -06:00
sliptonic
f737930d2f
Test case for filterArcs
2022-01-16 12:37:14 -06:00
wmayer
be020c8d9d
PD: fix crash in thickness dialog when clicking 'Add Face' button
2022-01-16 18:59:26 +01:00
sliptonic
97e9438960
Removed F words.
...
Various fixes from code review
2022-01-16 09:50:06 -06:00
mwganson
1f6daebdbf
TopoShape::analyze() SetRunParallel(true) to do the bopcheck in parallel mode
2022-01-16 16:30:08 +01:00
mwganson
a4582d8d61
Sketcher: prevent crash when accessing null pointer
2022-01-16 15:14:05 +01:00