CascadeStudio icon indicating copy to clipboard operation
CascadeStudio copied to clipboard

Topo Name Issue?

Open thagotaberry opened this issue 4 years ago • 2 comments
trafficstars

Hi, I'm very new to code based CAD, so excuse me if I'm missing obvious stuff. But... do we have the topological naming issue (as known and loved in FreeCAD) here as well? Meaning when I add a fillet/chamfer after piecing together two bodies with Union() and later change a part of that union, the fillet/chamfer gets applied to a random other edge?

thagotaberry avatar May 11 '21 20:05 thagotaberry

Any software built with openCASCADE at this point will have this issue unless there is some other code implimented to track and abstract IDs.

mmiscool avatar Jul 07 '21 23:07 mmiscool

Here is an interesting article on that subject, that dives a bit deeper into the underlying issues.

donalffons avatar Aug 27 '21 18:08 donalffons