Kann FreeCad auch 3D-PDF-Dateien erzeugen?

In diesem Forum Fragen und Diskussionen in Deutsch
Forum rules
Foren-Regeln und hilfreiche Informationen

WICHTIG: Bitte zuerst lesen, bevor Sie posten
User avatar
easyw-fc
Veteran
Posts: 3630
Joined: Thu Jul 09, 2015 9:34 am

Re: Kann FreeCad auch 3D-PDF-Dateien erzeugen?

Post by easyw-fc »

wmayer wrote: Fri Oct 07, 2022 9:08 am It's a MinGW/MSYS specific problems and works well for MSVC under Windows or under Linux.
...
EDIT:
https://github.com/wwmayer/Pdf3D/commit ... a90b1fcb02
yuhu! :D
it works now...

I can now convert a .bms to 3Dpdf...
1) Is there a way to keep the colors of the objects?
2) it would be possible to add this small tool to FreeCAD to be able to generate directly 3D pdf files?
wmayer
Founder
Posts: 20243
Joined: Thu Feb 19, 2009 10:32 am
Contact:

Re: Kann FreeCad auch 3D-PDF-Dateien erzeugen?

Post by wmayer »

1) Is there a way to keep the colors of the objects?
No, because the BMS file format doesn't support colors. The alternative is to integrate a mesh format that does it like PLY or OBJ.
2) it would be possible to add this small tool to FreeCAD to be able to generate directly 3D pdf files?
Yes, it's possible. What's needed is a convenient export function that invokes the tool with the required arguments.
User avatar
easyw-fc
Veteran
Posts: 3630
Joined: Thu Jul 09, 2015 9:34 am

Re: Kann FreeCad auch 3D-PDF-Dateien erzeugen?

Post by easyw-fc »

wmayer wrote: Fri Oct 07, 2022 10:17 am What's needed is a convenient export function that invokes the tool with the required arguments.
that would be a nice feature asked in the forum many times...
wmayer wrote: Fri Oct 07, 2022 10:17 am BMS file format doesn't support colors. The alternative is to integrate a mesh format that does it like PLY or OBJ.
that could be a second step, but I don't want to push anyone...
thanks a lot for your continuous support to this amazing MCAD project :D
Post Reply