Search found 12668 matches

by bernd
Wed Mar 29, 2023 12:49 pm
Forum: Developers corner
Topic: [MERGED] Pre-commit hooks
Replies: 52
Views: 7720

Re: Pre-commit hooks

... [*] black, configured to run only on directories in a specific list, whose Maintainers have already applied Black on all existing files. Initially that list of directories is AddonManager and FEM. ... In the regard of FEM. Where do you have this from? Here: https://github.com/FreeCAD/FreeCAD/bl...
by bernd
Wed Mar 29, 2023 12:44 pm
Forum: Developers corner
Topic: [MERGED] Pre-commit hooks
Replies: 52
Views: 7720

Re: Pre-commit hooks

As I undterstand it normally on the local machnie of the developer. Yes. At the moment a 'git commit' command is issued. If a developer misses this it takes place on github befor the commit is merged or rebased into master and the changes are inside the commit. Nope. It can't happen on server side....
by bernd
Wed Mar 29, 2023 10:19 am
Forum: Tutorials and videos
Topic: videos from thomas-neemann, arch, BIM, IFC, metal ,steel, wood, mechanical engineering etc
Replies: 57
Views: 41924

Re: videos from thomas-neemann, arch, BIM, IFC, metal ,steel, wood, mechanical engineering etc

bim exercise, ifc export. create bim model https://www.youtube.com/watch?v=7SHQy2N-NZ8 https://www.youtube.com/watch?v=7SHQy2N-NZ8 Ist ein schönes Video für die schnelle Erstellung eines 3D-Modell. Da das Modell keinerlei "I"s (Informatione) hat, würde ich vorsichtig damit sein es als BIM...
by bernd
Wed Mar 29, 2023 10:13 am
Forum: Developers corner
Topic: [MERGED] Pre-commit hooks
Replies: 52
Views: 7720

Re: Pre-commit hooks

Where does the reformatting for example BLAC for python code really takes place? As I undterstand it normally on the local machnie of the developer. If a developer misses this it takes place on github befor the commit is merged or rebased into master and the changes are inside the commit. But what o...
by bernd
Tue Mar 28, 2023 9:00 pm
Forum: IFC
Topic: wrong placement on nested compound objects
Replies: 2
Views: 11601

wrong placement on nested compound objects

Attached simplified file ... IMHO it is a bug and needs to be fixed ... box is on x=3000 in FreeCAD but on x=2000 in IFC ...

Could someone confirm?


1416_wrong_placement.ifc
(4.15 KiB) Downloaded 125 times

1416_wrong_placement.FCStd
(15.66 KiB) Downloaded 122 times


EDIT: splited from this topic viewtopic.php?t=77169
by bernd
Tue Mar 28, 2023 7:43 pm
Forum: IFC
Topic: (WORKAROUND) incomplete ifc export. operating error?
Replies: 27
Views: 21983

Re: (WORKAROUND) incomplete ifc export. operating error?

the face export problem might better go into a separate topic ... In the regard of your compound solid export ... For me all objects are in the ifc. It seams some placement is wrong on export and thus one of the objects moves inside the other and it looks like something is missing ... Attached scree...
by bernd
Tue Mar 28, 2023 4:59 pm
Forum: Draft, Arch & BIM
Topic: Layers/sublayers/groups and draftview questions/suggestions
Replies: 17
Views: 4706

Re: Layers/sublayers/groups and draftview questions/suggestions

How about get rid of the prints for every layer creation. Msy be move to a log?
by bernd
Tue Mar 28, 2023 10:04 am
Forum: IFC
Topic: (WORKAROUND) incomplete ifc export. operating error?
Replies: 27
Views: 21983

Re: (WORKAROUND) incomplete ifc export. operating error?

thomas-neemann wrote: Tue Mar 28, 2023 10:03 am
bernd wrote: Tue Mar 28, 2023 9:59 am ...
wonderful. 1000 thanks. a nice example of how quickly a "problem" can be solved in open source.
It does not solve it ... It just shows where all this is happening in the code ... 8-)
by bernd
Tue Mar 28, 2023 10:03 am
Forum: IFC
Topic: (WORKAROUND) incomplete ifc export. operating error?
Replies: 27
Views: 21983

Re: (WORKAROUND) incomplete ifc export. operating error?

Maybe we need an additional, forceFaces flag? :) good idea we could even export wires like this ... At work ATM I am testing exporting polylines as axes for survey the building site. We are in a real POC where we do build without any drawing only with the BIM model. We would like to even NOT use an...
by bernd
Tue Mar 28, 2023 9:59 am
Forum: IFC
Topic: (WORKAROUND) incomplete ifc export. operating error?
Replies: 27
Views: 21983

Re: (WORKAROUND) incomplete ifc export. operating error?

https://github.com/FreeCAD/FreeCAD/blob ... 2190-L2195

shells or lonley faces not belonging to a solid inside one object will not be taken into account for ifc export. A shell in a own object will be exported.