This is the second release candidate of FreeCAD 1.0. The most notable improvements over the 0.21 release series are the inclusion of the topological naming problem mitigation code, an integrated assembly workbench, a new materials system, and many UI/UX improvements. We expect to make three relea...
6、复制或者删除一个pad等模型时,经常会复制很多引用的组件或者删除时要提示一些不相干的元件。这是由于freecad的拓扑命名问题(https://wiki.freecadweb.org/Topological_naming_problem)。最佳实践是,不要在已有模型的表面上再新建草图。而是要每次需要草图时都以原始坐标系为起点,先创建基准面,再在基准面上画草图。
First, version 1.0 finally implements a solution to the “topological naming problem”. Imagine you want to put a hole into a surface. The program needs to know on which surface to put the hole, and so it refers to this surface by name / number. Now imagine you subdivide the surface, ...
24:25 Model Mania 2020 part in FreeCAD 0.19 in less than 4 minutes 04:31 The most annoying problem in FreeCAD 0.19 Part Design - Topological Naming 13:17 FreeCAD 0.19 - Tutorial - Simple Part with Part Design (EN) 17:59 想...
As you will find out after reading theTopological Naming Algorithm, the generated element names are going to be very long. And as we add more histories to the model, the length of a new element name will quickly go out of control. To deal with this problem, a new object is introduced,...
1.0.0 Latest Compare adrianinsavalreleased this19 Nov 15:38 ·813 commitsto main since this release 1.0.0 2fcc531 Welcome to FreeCAD 1.0! The most notable improvements over the 0.21 release series are: the inclusion of the topological naming problem mitigation code, ...
Topological Naming Problem The toponaming problem has been widely discussed and work is proceeding to resolve it. Reference original issue Github Project Assembly Workbench Building multi-part assemblies is something users expect a modern CAD system to do. FreeCAD has multiple add-on options but lack...
极红星创建的收藏夹模型内容:FreeCAD 0.19 三维建模基础课程,如果您对当前收藏夹内容感兴趣点击“收藏”可转入个人收藏夹方便浏览
It's function now is to continuously improve and test theTopological naming problemand it'sfix. Which I eventually plan to merge back in to the FreeCAD main branch. You can help test new features by trying one of the pre-built images releasedhere. There is also more frequent release insnap...
Strange that testTopologicalElementMapHole seems to be able to find an element map for holes. No, it isn't being run. Why? Incidentally it does fail, and is the only failure of the 65 tests in that file. So two things to solve - running the test, and why it fails. Contributor bg...