Roy-043
98cb407ff5
Arch: Improve selection of cutting object for Arch_CutPlane
...
This PR makes the selection of the cutting object more flexible. It can be a face, an edge or an object with a single subelement of that type. Any planar object can also be selected. This PR makes the Arch_CutLine command superfluous. It was therefore removed.
2024-01-08 10:58:30 +01:00
Roy-043
b3a06b746b
Arch: make Arch_CutPlane nesting and link aware
...
Forum topic:
https://forum.freecad.org/viewtopic.php?t=82340
2023-11-10 11:04:27 +01:00
DeflateAwning
1e3179e9bc
Find and replace http://freecad.org to https://freecad.org
...
Find and replace:
http:\/\/(.{0,10})freecad
https://$1freecad
Done in all remaining files (after doing it in SVGs in the last commit)
2023-10-29 22:39:22 -06:00
Roy-043
76bdb13f1d
Arch: Updates related to the PlaneGui class ( #11153 )
...
Related issue:
#5603 .
2023-10-23 18:42:20 +02:00
luzpaz
38a01939e0
Migrate domain name from freecadweb to freecad ( #9352 )
...
* Migrate domain name from freecadweb to freecad
* Migrate src/Mod/Material files
* Migrate Stylesheet related files
* Migrate *.svg files
* Migrate miscellaneous files
* Migrate some build files
* Migrate recently added TD AR_IRAM template files
Closes #6415
2023-04-24 15:19:20 -05:00
luzpaz
e7ced1f7cb
Arch: linting multiple imports on one line ( #9281 )
2023-04-18 16:23:44 +02:00
Roy-043
e55ffe8d15
Arch: fix cutplane color ( #7859 )
...
* Arch: fix cutplane color
* Update ArchCutPlane.py
2022-11-28 12:29:13 +01:00
Roy-043
7e0550a7c8
Arch: Housekeeping: import translate from correct file
2022-07-21 10:17:03 +02:00
Roy-043
370236e9ac
Update ArchCutPlane.py
...
Double quotes... Another pep8 thing...
2022-01-28 11:17:37 +01:00
Roy-043
9c67b247e3
Arch: Fix ArchCutPlane translation issue
...
Fixed wrong context for the Arch_CutLine command.
2022-01-26 11:32:30 +01:00
Chris Hennes
2a7df72d27
[Arch] Separate out return of None for clarity
2021-10-11 22:40:20 -05:00
Chris Hennes
6391bebeb8
[Arch] Fix LGTM warnings
2021-09-28 10:29:45 -05:00
Alex Young
80dbfd5814
Arch: removes unused imports
...
Removes unused imports as reported by LGTM.
There are exceptions: `import Arch_rc` is shown as an alert, but has side effects. It's not clear what the best thing to do in those cases is, so I've left them for now.
2021-02-14 16:27:06 +00:00
luz.paz
8af8689d73
Arch: [skip ci] fix header uniformity
...
This PR fixes header uniformity across all Arch files
2019-12-26 18:24:06 +01:00
Yorik van Havre
ce4ab3eafe
Update ArchCutPlane.py
2019-12-09 15:25:22 -03:00
JeromeL63
61de21bfbb
Added Linecut function
2019-12-09 15:25:22 -03:00
kazan417
6a9fbb1d1a
Fix cut an object with a plane feature translation
...
Fix not worked translation for cut an object with a plane feature in arch module.
Without this fix cut an object with a plane does not work in languages different to English.
Similar bugs was fixed earlier, but this was harder to find because of initially grayed out feature.
2019-02-28 14:43:08 -03:00
Yorik van Havre
c8db8c5ba7
Arch: Fixed cutplane bug - fixes #3082
2017-08-16 18:31:17 -03:00
Yorik van Havre
a2f15dd96a
Arch: Safeguards in Arch cutplane command - fixes #3023
2017-06-05 12:57:36 -03:00
Kunda
de2392eb18
source typo fixes pt5
...
+ cleaning up some more non-short-URLs
Issue #2914
2017-03-04 13:07:13 -03:00
wmayer
50dc459d42
remove UnicodeUTF8
2016-12-27 19:31:25 +01:00
Yorik van Havre
bf0d37bf28
Doc: Fixes in doxygen docs for Draft,Arch, FEM
2016-11-17 17:04:09 -02:00
Yorik van Havre
a0be92bd70
Arch: Corrected some texts
2015-01-23 12:45:11 -02:00
wood-galaxy
8d00c6063f
Arch CutPlane : Fix some strings to be translatable
2015-01-15 10:27:49 -02:00
wood galaxy
021e7f3ec4
add preview CutVolume in Arch CutPlane
2014-11-21 23:03:53 -02:00
wood galaxy
74b7f44587
make compatible with Part typed object
...
tool make a Part Cut object when object are not Arch typed.
the cutVolume is now Red and 75 transparence
2014-11-21 23:03:53 -02:00
wood galaxy
0ab65bd6a4
improvement to Cut Plane
...
Move cut plane on itw own.
Add ArchCutPlan to CmakeList
Add task panel
Add choice between side of the face
2014-11-17 15:44:11 +01:00