Search found 6208 matches

by onekk
Thu Aug 25, 2022 11:33 am
Forum: Open discussion
Topic: [Feature Request] rib feature
Replies: 28
Views: 3014

Re: [Feature Request] rib feature

Edit: it may be time for some sort of global forum announcement on this issue of how to ask for FR in a way that doesn't expose FC to some problems down the road. +1 As recently too much nuisance from "low count posters" about bugs and "feature requests" that are mainly due to t...
by onekk
Thu Aug 25, 2022 11:22 am
Forum: Python scripting and macros
Topic: What is happening with import ?
Replies: 8
Views: 861

Re: What is happening with import ?

If you are speaking if a file that has to be imported as a python "module" you have to deal with python import mechanism that is not taylored to make "live development work". In the sense that the ability to decide if a module file is changed on disk and to reload it "on the...
by onekk
Wed Aug 24, 2022 7:31 pm
Forum: Python scripting and macros
Topic: How can I generate a 2D surface programmatically?
Replies: 7
Views: 1113

Re: How can I generate a 2D surface programmatically?

@onekk: Those planes in your example are shown in the treeview after Part.show() but they are not displayed in 3D viewer. Why is that? Should we use some other function to make it visible in 3D viewer? They are visualized correctly, the problem is that they have 0 thickness, so they are difficult t...
by onekk
Wed Aug 24, 2022 4:09 pm
Forum: Open discussion
Topic: centimeter decimeter and meters
Replies: 34
Views: 9658

Re: centimeter decimeter and meters

wandererfan wrote: Wed Aug 24, 2022 2:55 pm MKS would interpret just a number as metres, but if it is < 1000, it will be displayed as mm.
so if I enter 1 i obtain 1meter (written as 1000mm) or 1mm?

Regards

Carlo D.
by onekk
Wed Aug 24, 2022 4:00 pm
Forum: Python scripting and macros
Topic: [Solved] Move group precisely from point to point
Replies: 4
Views: 436

Re: Move group precisely from point to point

Some code will be useful, as you can create lines using both Part WB and Draft WB. usually modifying placement will be the way: import FreeCAD from FreeCAD import Placement, Rotation, Vector DOC = FreeCAD.activeDocument p1 = Vector(-1.56, 1.39, 0.0) p2 = Vector(-1.76, 0.2, 0.0) line = Part.LineSegme...
by onekk
Wed Aug 24, 2022 3:11 pm
Forum: Python scripting and macros
Topic: How can I generate a 2D surface programmatically?
Replies: 7
Views: 1113

Re: How can I generate a 2D surface programmatically?

I want to solve a positioning problem with a macro, explained here: https://github.com/realthunder/FreeCAD_assembly3/issues/1271 ... How can I programmatically generate a 2D surface? Hello, you are referring to a RealThunder version of FC, so I don't know it RT has done some modification to the Pyt...
by onekk
Wed Aug 24, 2022 10:46 am
Forum: Help on using FreeCAD
Topic: (under construction: Wiki manual ../Draft_Rotate)
Replies: 29
Views: 2391

Re: (under construction: Wiki manual ../Draft_Rotate)

I think, as I have done something similar in the past, (maybe you could see my scripting quide links), that putting together a text of some sort and ask for a review here, will be the way. There are few "developers" here, most of us are users, most of us have different backgrounds, so prob...
by onekk
Wed Aug 24, 2022 10:36 am
Forum: Path/CAM
Topic: Tooltable issues with a new install: any ideas?
Replies: 4
Views: 800

Re: Tooltable issues with a new install: any ideas?

.... Maybe now it's in /usr/share or something? There is some stuff that looks like it's supposed to be a tooltable in /snap/freecad/229/user/mod/path/tools/shape .. Usually you have to copy the directory structure on "your user mod directory" the position is varying from your "insta...
by onekk
Wed Aug 24, 2022 10:21 am
Forum: Help on using FreeCAD
Topic: No components in Combo View after version upgrade .19 to .20.
Replies: 3
Views: 275

Re: No components in Combo View

Hi and welcome to the forum! Please add the file and your full FreeCAD info as described in the IMPORTANT forum rules linked above. So I opened the wrong file. I opened the Cura .stl file. When I opened the .FCStd file, everything is there. Like I say it's been a while but I'm doing another project...
by onekk
Wed Aug 24, 2022 10:19 am
Forum: Help on using FreeCAD
Topic: Solved Old Problem: 3D View in Sketch lost now again in 20.1?
Replies: 8
Views: 625

Re: Old Problem: 3D View in Sketch lost now again in 20.1?

hholgi wrote: Wed Aug 24, 2022 8:59 am Oh, soryy .. it was the Display option ... like mfro written :roll:
Now it's ok
I not remember that I changed it.
Hello.

Please add [Solved] to the first post, if you considered this problem solved.

Regards

Carlo D.