Search found 12666 matches

by bernd
Fri Apr 07, 2023 2:15 pm
Forum: IFC
Topic: [fixed] IFC export with serializer has wrong placement
Replies: 27
Views: 20338

Re: IFC export with serializer has wrong placement

Ahh great, good idea to test the serializer even with this placement bug.

BTW: it is really great with this serializer ifc supports nurbs 8-)
by bernd
Thu Apr 06, 2023 9:31 pm
Forum: IFC
Topic: [fixed] IFC export with serializer has wrong placement
Replies: 27
Views: 20338

Re: IFC export with serializer has wrong placement

When I am on a computer I will post a example, but I am away on eastern. But it can easily be created on a cylinder or box.
by bernd
Thu Apr 06, 2023 9:30 pm
Forum: IFC
Topic: [fixed] IFC export with serializer has wrong placement
Replies: 27
Views: 20338

[fixed] IFC export with serializer has wrong placement

If IFC4 is used and the serializer is active and a object has a placement different from 0,0,0 the object is placed wrong in ifc. Best seen with objects as big as 1 m and placements greater than 1 m.

somehow the placement is wrongly scaled from mm in FreeCAD to m in IfcOpenShell during export.
by bernd
Wed Mar 29, 2023 4:14 pm
Forum: FEM
Topic: FreeCAD FEM and avian bones: simulating parts with void spaces
Replies: 5
Views: 829

Re: FreeCAD FEM and avian bones: simulating parts with void spaces

for such complicated meshs a standalone meshing tool is highly recommended
by bernd
Wed Mar 29, 2023 4:05 pm
Forum: Developers corner
Topic: [MERGED] Pre-commit hooks
Replies: 52
Views: 7231

Re: Pre-commit hooks

The formatting I introduced in FEM is similar to black but it is not black. Oh, OK, I was just misremembering then. So we start with just the Addon Manager, and grow from there. Sorry! But as it is similar it would be possible to jump in for FEM. But it would need to be done carefully with all acti...
by bernd
Wed Mar 29, 2023 12:58 pm
Forum: Forum in Deutsch
Topic: Kreismittellinien nicht parametrisch (assoziativ)?
Replies: 17
Views: 2024

Re: Kreismittellinien nicht parametrisch (assoziativ)?

Der Begriff "assoziativ" ist nicht nur auf Inventor beschränkt. Hier eine Liste von CAD-Anwendungen, wo der Begriff ebenfalls Verwendung findet. https://www.nc-fertigung.de/warum-sich-parametrisch-assoziative-konstruktion-lohnt https://www.walden-wolfgang.de/2011/09/28/konstruieren-mit-ca...
by bernd
Wed Mar 29, 2023 12:53 pm
Forum: Tutorials and videos
Topic: videos from thomas-neemann, arch, BIM, IFC, metal ,steel, wood, mechanical engineering etc
Replies: 57
Views: 36938

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

sounds very much better IMHO.

Sorry for writting in German. I somehow had the intention this topic was in German subforum :oops:
by bernd
Wed Mar 29, 2023 12:49 pm
Forum: Developers corner
Topic: [MERGED] Pre-commit hooks
Replies: 52
Views: 7231

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: 7231

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....