Feature Request: 3D PDF Exporting to Asymptote format.

Have some feature requests, feedback, cool stuff to share, or want to know where FreeCAD is going? This is the place.
Forum rules
Be nice to others! Read the FreeCAD code of conduct!
User avatar
jruiz
Posts: 479
Joined: Tue Oct 28, 2014 1:07 pm
Contact:

Re: Feature Request: 3D PDF Exporting to Asymptote format.

Post by jruiz »

easyw-fc wrote: Thu Sep 24, 2020 7:54 am
jruiz wrote: Wed Sep 23, 2020 10:31 pm Which OS are u using?
I'm on LMint and it worked after installing

Code: Select all

texlive-latex-extra
I'm also on win10 and I tried with miktex ...
in miktex I can do:

Code: Select all

pdflatex meshedPadInteractivo.tex
asy meshedPadInteractivo-*.asy
pdflatex meshedPadInteractivo.tex
and it works...
this command (that works fine on linux) hangs instead on miktek (win):

Code: Select all

asy -f pdf meshedPad.asy
EDIT:
the command works fine even on win10 switching to texlive:

Code: Select all

asy -f pdf meshedPad.asy
Thx :D
What a good information!
Thank you very much!
I have uploaded many FreeCAD video tutorials to my YouTube channel
User avatar
easyw-fc
Veteran
Posts: 3630
Joined: Thu Jul 09, 2015 9:34 am

Re: Feature Request: 3D PDF Exporting to Asymptote format.

Post by easyw-fc »

wmayer wrote: Tue Sep 08, 2020 12:37 pm I have found a workaround to set crease angle for CAD models
Hi Werner thanks again for this very nice addition to FC.

I've just uploaded a demo page of the collaboration from FreeCAD and KiCAD creating a showing 3d page:
https://easyw.github.io/FC-videos/3d-html.xhtml
I've tweaked the html page to add a description beside the model
(it is also mobile tested :D )

and here a small demo video of the 3D exported model:
phpBB [video]
wmayer
Founder
Posts: 20245
Joined: Thu Feb 19, 2009 10:32 am
Contact:

Re: Feature Request: 3D PDF Exporting to Asymptote format.

Post by wmayer »

Nice.
jackfreecad
Posts: 53
Joined: Sun Oct 25, 2020 4:56 pm

Re: Feature Request: 3D PDF Exporting to Asymptote format.

Post by jackfreecad »

This is awsome
I exported my model to a .step file, size is 51 MB
then export the step to xhtml, end up at 23 MB
created a folder with the xhtml, js, css and here it is:
https://jacprog.github.io/roskopf3Dmodel/watch8.xhtml
Thanks guys for this ability to share a CAD project with non CAD people
Attachments
modelXtml.png
modelXtml.png (237.39 KiB) Viewed 443 times
Post Reply