But you have been told that is a known problem and this is not related to FC.
Probably there are workarounds, or to be more precise a specific way to avoid the problem changing the order of the operations.
Regards
Carlo D.
Search found 2392 matches
- Fri Jun 24, 2022 4:34 pm
- Forum: Part Design module development
- Topic: The revolution of a face gives an unxepected result
- Replies: 12
- Views: 496
- Fri Jun 24, 2022 2:11 pm
- Forum: Python scripting and macros
- Topic: Resize "Property editor" to adapt to text (Combo View)
- Replies: 1
- Views: 160
Re: Resize "Property editor" to adapt to text (Combo View)
OK some more research tell that at least on FC 0.19 (infos above post). Combo View is made in this way: <PySide2.QtWidgets.QDockWidget(0x5591a73daf00, name="Combo View") at 0x7fcad3269800> 16:06:43 <PySide2.QtWidgets.QWidget(0x5591a3dda1a0, name="Combo View") at 0x7fcad0343340> 1...
- Fri Jun 24, 2022 1:57 pm
- Forum: Help on using FreeCAD
- Topic: [SOLVED] makeOffset2D: wires are nonplanar or noncoplanar - on union of edge sets
- Replies: 37
- Views: 1081
- Fri Jun 24, 2022 10:34 am
- Forum: Open discussion
- Topic: FreeCAD Conda Distribution
- Replies: 89
- Views: 11384
- Fri Jun 24, 2022 10:26 am
- Forum: Python scripting and macros
- Topic: Accessing PythonOCC in FreeCAD 0.20
- Replies: 9
- Views: 317
Re: Accessing PythonOCC in FreeCAD 0.20
This could not be achieved using Geom2D things:
https://forum.freecadweb.org/viewtopic.php?f=22&t=65844
Regards
Carlo D.
- Fri Jun 24, 2022 10:23 am
- Forum: Open discussion
- Topic: FreeCAD Conda Distribution
- Replies: 89
- Views: 11384
Re: FreeCAD Conda Distribution
Not so very plain transition: conda install -n fcenv-dev freecad=0.21 Collecting package metadata (current_repodata.json): done Solving environment: failed with initial frozen solve. Retrying with flexible solve. Solving environment: failed with repodata from current_repodata.json, will retry with ...
- Fri Jun 24, 2022 10:03 am
- Forum: Help on using FreeCAD
- Topic: [SOLVED] makeOffset2D: wires are nonplanar or noncoplanar - on union of edge sets
- Replies: 37
- Views: 1081
Re: Bug: makeOffset2D: wires are nonplanar or noncoplanar - on union of edge sets
... Could you kindly modify the post title: 1) go to your first post and then click on the pencil icon 2) modify the title deleting Bug and maybe put [Solved] This way future users will have a better feeling. Bug is ugly if not followed by [Solved] and if this is not a bug but a "standard"...
- Fri Jun 24, 2022 9:53 am
- Forum: Open discussion
- Topic: FreeCAD Conda Distribution
- Replies: 89
- Views: 11384
Re: FreeCAD Conda Distribution
0.20 is in conda-folge. So if you want the stable version install it without the freecad/label/dev channel. Normally 0.21-pre builds should be the preferred ones if you do not mention a version. In case you have any problems it's also possible to mention the version like `conda install freecad=0.21...
- Thu Jun 23, 2022 10:47 pm
- Forum: Python scripting and macros
- Topic: Resize "Property editor" to adapt to text (Combo View)
- Replies: 1
- Views: 160
Resize "Property editor" to adapt to text (Combo View)
Hello, I have the need to resize "property editor" to adapt the "property" column to new values assigned in a Feature Python Object (FPO). We are speking of this: https://wiki.freecadweb.org/Property_editor There is a way to adapt the size of "property editor" first col...
- Thu Jun 23, 2022 5:55 pm
- Forum: Open discussion
- Topic: FreeCAD Conda Distribution
- Replies: 89
- Views: 11384
Re: FreeCAD Conda Distribution
adrianinsaval wrote: ...
Code: Select all
conda update -n fcenv-dev freecad
Following the link you gave me show that packages are build and even in:
https://anaconda.org/freecad/freecad/files
It seems that are present.
Is there some other action to do to update?
TIA and Regards.
Carlo D.