Search found 130 matches

by vm4dim
Wed Nov 08, 2023 3:20 pm
Forum: Python scripting and macros
Topic: Discretize curves as the GUI does
Replies: 6
Views: 3989

Re: Discretize curves as the GUI does

Object Edge can be exported in the Inventor format: doc = App.activeDocument() cyl = doc.addObject("Part::Cylinder","Cylinder") txt = doc.addObject("App::TextDocument","Text") doc.recompute() txt.Text = cyl.getSubObject("Edge2").writeInventor() Resul...
by vm4dim
Fri Oct 20, 2023 8:13 pm
Forum: Help on using FreeCAD
Topic: (SOLVED) "Copy" placement from one part to another?
Replies: 6
Views: 1282

Re: "Copy" placement from one part to another?

Code: Select all

doc.getObject("Name1").Placement=doc.getObject("Name2").Placement
by vm4dim
Tue Apr 25, 2023 2:47 pm
Forum: Open discussion
Topic: Shipped Modules with FreeCAD
Replies: 59
Views: 23623

Re: Shipped Modules with FreeCAD

Zolko wrote: Tue Apr 18, 2023 5:59 pm

Code: Select all

628235	python3.10
566017	libgmsh.so.4.11.0
137115	libLLVM-15.so
107519	libQt5WebEngineCore.so.5.15.8
...
560 MB for libgmsh.so.4.11.0? This is very lot.
Normal size for libgmsh.so is ~90 MB
https://gmsh.info/bin/Linux/gmsh-4.11.1-Linux64-sdk.tgz
by vm4dim
Sat Apr 22, 2023 6:50 pm
Forum: Forum in Deutsch
Topic: (WORKAROUND) Frage zu Arch Rohrwerkzeuge
Replies: 12
Views: 1855

Re: (WORKAROUND) Frage zum STP Export

Fix CIRCLE() after SURFACE_OF_REVOLUTION() in .STEP file

Code: Select all

sed -E '/SURFACE_OF_REVOLUTION/{n; s/(CIRCLE.+),(90|105)\./\1,\2.001/g}' piping.step > piping_fix.step
90. -> 90.001
105. -> 105.001
Step_Fix.png
Step_Fix.png (170.13 KiB) Viewed 946 times
by vm4dim
Sat Apr 22, 2023 2:36 pm
Forum: Wiki
Topic: Animated GIF images - resolution requirements
Replies: 2
Views: 889

Re: Animated GIF images - resolution requirements

https://www.mediawiki.org/wiki/Manual:$ ... tedGifArea
Animated GIFs where (width × height × number of frames) exceeds this limit will be thumbnailed to a single, static frame, instead of getting an animated thumbnail.
by vm4dim
Sat Apr 22, 2023 2:21 pm
Forum: Forum in Deutsch
Topic: (WORKAROUND) Frage zu Arch Rohrwerkzeuge
Replies: 12
Views: 1855

Re: Frage zum STP Export

thomas-neemann wrote: Sat Apr 22, 2023 11:45 am export als xhtml erzeugt auch solche fehler, aber weniger, es scheint mit arch pipe zusammenzuhängen


Bildschirmfoto_2023-04-22_13-43-04.png
---
Image
Dieser Fehler existiert bereits in .FCStd
by vm4dim
Fri Apr 21, 2023 11:19 am
Forum: Install / Compile
Topic: [SOLVED]Compiling FreeCAD daily on Kubuntu 22.04 LTS
Replies: 5
Views: 738

Re: Compiling FreeCAD daily on Kubuntu 22.04 LTS

It's true libQt5Core.so is missing Code: Select all ls /lib/x86_64-linux-gnu/libQt5Core.so* Output Code: Select all /lib/x86_64-linux-gnu/libQt5Core.so.5 /lib/x86_64-linux-gnu/libQt5Core.so.5.15.3 /lib/x86_64-linux-gnu/libQt5Core.so.5.15 No idea why? Try reinstall qtbase5-dev https://packages.ubunt...
by vm4dim
Tue Apr 04, 2023 11:07 pm
Forum: Форум на русском языке
Topic: Поворот детали
Replies: 9
Views: 8715

Re: Поворот детали

Все оси (x,y,z) +/- 1
поворот на угол +/- 120 °