Search found 4166 matches

by kisolre
Thu Jan 14, 2021 7:25 am
Forum: Help on using FreeCAD
Topic: techdraw with stl files and crashes
Replies: 20
Views: 2003

Re: techdraw with stl files and crashes

Even with 63% decimation there are 258232 faces in that mesh (not 26563 as you mentioned). And even if you convert that to a shell all those 387348 edges will still be there and TechDraw will try to include them in the drawing. At each edge end there will be a point (to select for dimensioning, ...)...
by kisolre
Wed Jan 13, 2021 9:55 pm
Forum: Help on using FreeCAD
Topic: Chamfer for Bezier edge on solid
Replies: 12
Views: 1222

Re: Chamfer for Bezier edge on solid

Not sure how but this works. Sweep Transition is set to Transformed for this to work.
by kisolre
Wed Jan 13, 2021 8:57 pm
Forum: Open discussion
Topic: BUG: SIGSEGV on create surface (SurfaceWB)
Replies: 5
Views: 500

Re: BUG: SIGSEGV on create surface (SurfaceWB)

I am not sure about those tolerance values, how they are calculated, stored, used...
Could you extract a simple version of that wing that creates those edges and still exhibits the error?
by kisolre
Wed Jan 13, 2021 7:39 pm
Forum: Open discussion
Topic: BUG: SIGSEGV on create surface (SurfaceWB)
Replies: 5
Views: 500

Re: BUG: SIGSEGV on create surface (SurfaceWB)

I get "Illegal storage access" under windows. Also using "Create surface from picked boundary edges" creates weird result and again causes "illegal storage" after some clicking around. But Check Geometry gives errors on all elements - selfintersecting and too small edge...
by kisolre
Wed Jan 13, 2021 10:11 am
Forum: Help on using FreeCAD
Topic: Tools->Dependency does not work?
Replies: 4
Views: 355

Re: Tools->Dependency does not work?

DaveNadler wrote: Wed Jan 13, 2021 3:32 am I did search but did not find a solution.
Have you tried this https://forum.freecadweb.org/viewtopic. ... 20#p298347

Or this post https://forum.freecadweb.org/viewtopic. ... 88#p332523
Which Graphviz version are you trying? Does it happen with every file?
by kisolre
Wed Jan 13, 2021 7:49 am
Forum: Users Showcase
Topic: planning a kitchen in an obj scanner file
Replies: 12
Views: 6445

Re: planning a kitchen in an obj scanner file

Thanks. What was the scan made with? I am planning to use photogrammetry from a video with Meshroom.
by kisolre
Wed Jan 13, 2021 7:39 am
Forum: Users Showcase
Topic: planning a kitchen in an obj scanner file
Replies: 12
Views: 6445

Re: planning a kitchen in an obj scanner file

thomas-neemann wrote: Wed Jan 13, 2021 7:29 am the parts are from grabcad.
Any link, name, user, ...?
by kisolre
Wed Jan 13, 2021 7:13 am
Forum: Help on using FreeCAD
Topic: Repeatedly recalcing causes extrusions to behave wildly
Replies: 9
Views: 415

Re: Repeatedly recalcing causes extrusions to behave wildly

It was mainly wrong mappings. Some sketches were mapped to faces of generated geometry (pad, pocket, fillet). This was the main reason for the cyclic dependency. I remapped those to basic planes (XY_plane, ...) with corresponding offsets where needed. A sketch used inside the body was actually outsi...
by kisolre
Tue Jan 12, 2021 11:43 pm
Forum: Help on using FreeCAD
Topic: Fillets dont seem to work?
Replies: 10
Views: 484

Re: Fillets dont seem to work?

Fillet follows tangent edges. So it can not fillet just the vertical edge. And the arc from the previous fillet ends tangent to the top surface which causes the fillet to fail. If you fillet first the vertical edges and then the top perimeter then it will succeed.
by kisolre
Tue Jan 12, 2021 11:21 pm
Forum: Open discussion
Topic: Bugs/Issues Blocking v0.19 Release (+ WB/Addon devs check-in about Roadmap for 0.19 release)
Replies: 77
Views: 15638

Re: Bugs/Issues Blocking v0.19 Release (+ WB/Addon devs check-in about Roadmap for 0.19 release)

I know here is not the place but since there is no separate thread about 4487 ... What is the actual issue for this bug? The wrong geometry created by the fillets? OCC crashing when supplied with wrong geometry? FreeCAD crashing when OCC crashes? If I remember OCC crashing FreeCAD was treated on a c...