Abdullah Tahiri
aa901520b5
Sketcher: DSH Framework fix lints
2023-12-20 06:59:47 +01:00
Paddle
d66151a2aa
Sketcher : Tool parameter : Fix U / J keys when widget spinboxes has focus.
2023-12-20 06:59:47 +01:00
Paddle
f877de3015
GeometryFacade : Add static getInternalType and setInternalType
2023-12-20 06:59:47 +01:00
Paddle
cda68e913c
Sketcher: Add support for adding internal alignment constraints independently
2023-12-20 06:59:47 +01:00
Paddle
8cf4aacfb6
Remove the use of BRepOffsetAPI_MakeOffsetFix and use OCC BRepOffsetAPI_MakeOffset directly.
...
Fixing one line offset.
2023-12-20 06:17:16 +01:00
mos
243acce4e6
Removed redundant float casts
...
fix cast promotions
2023-12-19 14:26:05 +01:00
bgbsww
a8c7373323
Don't override child visibility in Arch BuildingPart or GroupExtensions
2023-12-19 11:17:53 +01:00
Abdullah Tahiri
c92dcea0eb
Sketcher: Move lint comment to right position
2023-12-18 10:55:16 -06:00
Kacper Donat
34c85e26da
Gui: Allow ActionGroups to not remember choice
...
This is fix to issue mentioned in the #11717 , on discord and forum that
for smart dimension tool the chosen tool should not be remembered. This
will ensure that the "smart" tool is always visible on the toolbar and
other tools are accessible in case that such explicit choice is needed.
2023-12-18 17:51:48 +01:00
FEA-eng
1455382651
Support for stress tensor components in FEM stress linearization ( #11724 )
...
* Stress components in linearization
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-12-18 10:42:04 -06:00
luzpaz
20fe2f1508
Docs: minor tweek to GeometryDoubleExtensionPy.xml
...
Follow-up to #11709
2023-12-18 07:42:10 -06:00
luzpaz
86b6132243
Docs: minor tweek to GeometryBoolExtensionPy.xml
...
Capitalize first letter.
2023-12-18 07:41:53 -06:00
WandererFan
57bfe26acf
Merge pull request #11751 from WandererFan/TemplateFieldUnderline
...
[TD]Template field underline
2023-12-17 14:43:02 -05:00
Florian Foinant-Willig
d4e5c7e966
Fix isCircleOrArc usage
2023-12-17 16:01:29 +01:00
Florian Foinant-Willig
b40c2f2491
Fix Sketcher::getRadiusCenterCircleArc(circle)
2023-12-17 16:01:29 +01:00
Abdullah Tahiri
f06e805d8a
Refactor ViewProvider move constraint code
2023-12-17 16:01:29 +01:00
Abdullah Tahiri
8d00b00c9b
Sketcher: Utils/CommandConstraints/EditModeConstraintCoinManager - refactor duplicated code
2023-12-17 16:01:29 +01:00
Abdullah Tahiri
d28fe43565
Sketcher: Redraft circle/arc to circle/arc constraint command
2023-12-17 16:01:29 +01:00
Abdullah Tahiri
ed14b2c845
Sketch: Distance - fix uninit pointers and scope
2023-12-17 16:01:29 +01:00
Florian Foinant-Willig
7343bf940b
Sketcher: Extend distance constraint to arcs
2023-12-17 16:01:29 +01:00
Florian Foinant-Willig
838802e28d
Sketcher: Arc to arc or circle distance constraint
2023-12-17 16:01:29 +01:00
wandererfan
90b0c15cbf
[TD]add properties for detail highlight and matting
2023-12-17 08:37:19 -05:00
wandererfan
37c54b6708
[TD]template green squares to underline
2023-12-17 08:37:19 -05:00
Zheng, Lei
057e3b55d2
PD: fix creating new body in active part
...
Add to active App::Part before setting active body in order to obtain
correct object path when setting active body
Fixes #10371
2023-12-17 21:28:37 +08:00
Syres916
5ae3a5da9d
[TechDraw] Correct typo in folder name
2023-12-16 23:01:55 -03:00
Roy-043
06a321eb80
Draft: intermediate fix for get_normal: check if 3D view exists
...
This avoids issues with TechDraw views of Arch models if there is no active 3D view.
2023-12-16 20:30:45 +01:00
Roy-043
0845671608
Draft: implement new get_param functions (step 6)
...
See #11677
Added a parameter to the dictionary. The get_parameter and set_parameter functions now print a warning if a parameter is not found.
2023-12-15 14:59:59 +01:00
Roy-043
20f32c4bf1
Draft: implement new get_param functions (step 5)
...
See #11677
Last bits...
2023-12-14 15:53:45 +01:00
pre-commit-ci[bot]
bd2c77f797
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2023-12-14 15:47:56 +01:00
Yorik van Havre
2c4c9ac520
Fix DXF importer wrongly prioritizes the MEASUREMENT variable
2023-12-14 15:47:56 +01:00
Kevin Martin
fc08e0a6f0
Add color on DXF import, refactor code
...
Colors as assigned to imported drawing entities if they are not merged
with other entities.
The code has been refactored to remove much duplication in reading of
attributes.
The code gives brief messages on the Python console about unsupported
DXF festures and also issues some new errors.
There is no support yet for making colors 1-9 and 250-255 contrast with
the creeen background color. Colors are generated by code rather than a
lookup table; this code can eventually modify the colors it generates to
contrast with a specific background color.
2023-12-14 10:15:17 +01:00
Kevin Martin
00cbc6bab1
Remove the "legacy only" from the import colors option
2023-12-14 10:15:17 +01:00
Kevin Martin
37e6c19a4b
Add hooks so Gui classes can be seen by DXF importer
2023-12-14 10:15:17 +01:00
Roy-043
16e5835aa6
Draft: implement new get_param functions (step 4)
...
See #11677
2023-12-13 19:39:35 +01:00
Roy-043
14482b1f8e
Moved another import
2023-12-13 16:32:15 +01:00
Roy-043
bd19d331f5
Moved an import to avoid circular import
2023-12-13 09:59:08 +01:00
Roy-043
822f2111e3
Draft: implement new get_param functions (step 3)
...
See #11677
2023-12-12 20:20:03 +01:00
Roy-043
b0aa33f92a
Draft: implement new get_param functions (step 2)
...
See #11677
2023-12-12 14:48:09 +01:00
Roy-043
2b9fb51067
Merge pull request #11703 from Roy-043/Draft-implement-new-get_param-functions-step-1
...
Draft: implement new get_param functions (step 1)
2023-12-12 14:28:29 +01:00
pavltom
103f37eee1
[TechDraw] Fix scrubEdges() OCC error with single input edge
2023-12-11 23:40:33 +01:00
Roy-043
59753260c9
Draft: implement new get_param functions (step 1)
...
See #11677
2023-12-11 19:31:34 +01:00
sliptonic
6d0db27bd9
Merge pull request #11693 from RohanMishra315/patch-6
...
Update ShapeFix_FixSmallFacePy.xml
2023-12-11 11:23:59 -06:00
sliptonic
fc1c3e005e
Merge pull request #11683 from chennes/fixTDMissingBOPAlgoBuilder
...
Part: Add BOPAlgo_Builder.hxx to OpenCascadeAll.h
2023-12-11 11:22:17 -06:00
sliptonic
2dbf73989a
Merge pull request #11673 from bgbsww/bgbsww-patch-20
...
Tweak section tolerance to make base layer of paths work again
2023-12-11 11:12:31 -06:00
bgbsww
8cd29179f8
Add missing initialization of MirrorPlane on non sketch objects ( #11638 )
2023-12-11 11:07:03 -06:00
sliptonic
6af7c25117
Merge pull request #11633 from mwganson/partmirroring
...
[Part::Mirror] fix bug where selection gate was not getting removed o…
2023-12-11 11:05:56 -06:00
Rohan Mishra
cf3f2dcda0
Update ShapeFix_WirePy.xml
...
Fix the issue and Update ShapeFix_WirePy.xml.
2023-12-11 17:43:46 +01:00
Rohan Mishra
94b7c48dbe
Update ShapeFix_WirePy.xml
...
Issues #11184
Updated the docs of ShapeFix_WirePy.xml
2023-12-11 17:43:46 +01:00
André Caldas
89dbab9b0e
Avoids using getNameInDocument() to test if DocumentObject is attached to a Document.
...
This patch substitutes by isAttachedToDocument() (almost) everywhere where
getNameInDocument() is used for this purpose.
The very few places not touched by this patch demand a (just a little) less trivial change.
When we change the returning type of getNameInDocument() to std::string,
those places will be easily found, because they shall generate a compiler error
(converting std::string to bool).
Rationale:
The fact that getNameInDocument() return nullptr to indicate
that the object is not attached to a document is responsible for lots of bugs
where the developer does not check for "nullptr".
The idea is to eliminate all those uses of getNameInDocument() and, in the near future,
make getNameInDocument() return always a valid std::string.
2023-12-11 17:37:58 +01:00
Roy-043
ea59cce36e
Draft: increase DXF Python library version to 1.42
...
See: https://github.com/yorikvanhavre/Draft-dxf-importer/pull/28
2023-12-11 12:40:47 +01:00