Search found 12668 matches

by bernd
Wed Apr 12, 2023 9:07 pm
Forum: IFC
Topic: [fixed] IFC export with serializer has wrong placement
Replies: 27
Views: 22473

Re: IFC export with serializer has wrong placement

the problem is with scale and placement ... and the placment is still alive if exported to brep ... but I am terrible bad in placement ... I found a workaround ... https://github.com/FreeCAD/FreeCAD/blob/2c8e67ad6b206ca9493ee8b6767d04d0f241b9b8/src/Mod/Arch/exportIFC.py#L2162-L2163 replace these lin...
by bernd
Wed Apr 12, 2023 9:33 am
Forum: IFC
Topic: [fixed] IFC export with serializer has wrong placement
Replies: 27
Views: 22473

Re: IFC export with serializer has wrong placement

For me the placement is wrong even if I create some spatial container objects or if I make a wall or structure out of the cysinder. As soon as the serializer has been used to generate the geometry for the IFC and if the FreeCAD placement is not 0,0,0 the placement in the ifc is wrong.

bernd
by bernd
Tue Apr 11, 2023 8:10 pm
Forum: Forum in Deutsch
Topic: oberfläche des ellipsoid wird nicht dargestellt
Replies: 23
Views: 2996

Re: oberfläche des ellipsoid wird nicht dargestellt

Gibt es im wiki einen ort für diese informationen? Macht sinn das dort zu hsben ... Wie wäre es mit Mesh ? Das wäre evtl unpassend. Die Tesslation ist zwar eine Vernetzung, aber kein FreeCAD Vernetzungsobjekt sondern eine Eigenschaft einer Shape. Das ganze wird schon vorgegeben durch OpenCascade. D...
by bernd
Tue Apr 11, 2023 5:31 pm
Forum: Forum in Deutsch
Topic: oberfläche des ellipsoid wird nicht dargestellt
Replies: 23
Views: 2996

Re: oberfläche des ellipsoid wird nicht dargestellt

Wow sehr gute erläuterungen.

Gibt es im wiki einen ort für diese informationen? Macht sinn das dort zu hsben ...
by bernd
Tue Apr 11, 2023 3:03 pm
Forum: Forum in Deutsch
Topic: oberfläche des ellipsoid wird nicht dargestellt
Replies: 23
Views: 2996

Re: oberfläche des ellipsoid wird nicht dargestellt

Was funktioniert problemlos ?

- ellipsoid mit den angegebenen parameter erstellen
- speichern
- laden
- oberfläche ist da

oder

- meine datei downloaden
- laden
- oberfläche ist da
by bernd
Tue Apr 11, 2023 2:50 pm
Forum: IFC
Topic: [fixed] IFC export with serializer has wrong placement
Replies: 27
Views: 22473

Re: IFC export with serializer has wrong placement

see screen from ifc ... ifc is in meter ... it seams wrong exported ...
by bernd
Tue Apr 11, 2023 2:43 pm
Forum: IFC
Topic: [fixed] IFC export with serializer has wrong placement
Replies: 27
Views: 22473

Re: IFC export with serializer has wrong placement

reimport of the cylinder ... deactivate all objects, just activate the cylinder ... fit view should just show the cylinder ... hover mouse over bottom vertex and check status line ... see screen ... -4995000 mm = -4995 m


Cylinder_2_FC_import.FCStd
(13.05 KiB) Downloaded 90 times


screen2.png
screen2.png (105.82 KiB) Viewed 5334 times
by bernd
Tue Apr 11, 2023 2:37 pm
Forum: IFC
Topic: [fixed] IFC export with serializer has wrong placement
Replies: 27
Views: 22473

Re: IFC export with serializer has wrong placement

example ... cylinder on placement y = 5000 ... hover mouse over bottom vertex and check status line ... see screen ... 5000 mm


Cylinder_1_original.FCStd
(7.04 KiB) Downloaded 104 times

Cylinder_FC_export.ifc
(5.27 KiB) Downloaded 84 times


screen1.png
screen1.png (107.12 KiB) Viewed 5329 times
by bernd
Tue Apr 11, 2023 2:25 pm
Forum: IFC
Topic: [fixed] IFC export with serializer has wrong placement
Replies: 27
Views: 22473

Re: IFC export with serializer has wrong placement

Hmm this is strange... You are sure that's what's happening? Are you able to reproduce the problem. Just create a cylinder and change the placement in one direction with property editor (just use not that much it will be multiplied by ca. 1000), export with serializer, import with native ifc ... ch...
by bernd
Tue Apr 11, 2023 2:23 pm
Forum: IFC
Topic: [fixed] IFC export with serializer has wrong placement
Replies: 27
Views: 22473

Re: IFC export with serializer has wrong placement

somehow the placement is wrongly scaled from mm in FreeCAD to m in IfcOpenShell during export. Hmm this is strange... You are sure that's what's happening? No not at all ... just the wrong coordinates in ifc and the placement in FC is what I know for sure ... Because of the 5000 mm in FC and -4995 ...