Search found 40 matches

by Stou
Wed Jan 23, 2019 11:28 pm
Forum: Help on using FreeCAD
Topic: Fillet BRep_API: command not done
Replies: 31
Views: 5245

Re: Fillet BRep_API: command not done

That's very interesting! You redraw the sketch and used arcs in place of B-splines?
by Stou
Wed Jan 23, 2019 8:17 pm
Forum: Help on using FreeCAD
Topic: Fillet BRep_API: command not done
Replies: 31
Views: 5245

Re: Fillet BRep_API: command not done

As indicated above, you should try to interrupt the automatic extension of the fillet along tangents by avoiding the very small radiuses. Make them to sharp corners and add fillets there later. I tried to do it only on the longer front part, and it doesn't work. Unless I don't understand correctly ...
by Stou
Wed Jan 23, 2019 8:09 pm
Forum: Help on using FreeCAD
Topic: Fillet BRep_API: command not done
Replies: 31
Views: 5245

Re: Fillet BRep_API: command not done

Hi How do you want the extrusion to work with an open sketch Why make a B-spline when a radius is enough and more saft At home, a 1.5mm net works I know it can't work with open sketch, that's the purpose of my question, is there a way to close an open sketch once we find there some open end on some...
by Stou
Wed Jan 23, 2019 3:39 pm
Forum: Help on using FreeCAD
Topic: Fillet BRep_API: command not done
Replies: 31
Views: 5245

Re: Fillet BRep_API: command not done

I finally found a way to have a close shape in a Sketch in order to do extrusion like I need to do the cut for the cable. If I use grid snap it work but if I do the same sketch without snap, the shape is not close. But now I'm still strugling with the fillet. I need to do a fillet on the front part ...
by Stou
Tue Jan 22, 2019 10:44 pm
Forum: Help on using FreeCAD
Topic: Fillet BRep_API: command not done
Replies: 31
Views: 5245

Re: Fillet BRep_API: command not done

Ok, thanks for the constrain info. I'm starting to be more comfortable with the constrain. It look like a mess but it is full contrain. But now when I Extrude it, it make it like an open object. I looked with the zoom and that's the case. The shape is open on both end of the spline. I can't find how...
by Stou
Tue Jan 22, 2019 8:10 pm
Forum: Help on using FreeCAD
Topic: Fillet BRep_API: command not done
Replies: 31
Views: 5245

Re: Fillet BRep_API: command not done

I can't see what is not contrained in that sketch.

Image
by Stou
Tue Jan 22, 2019 8:01 pm
Forum: Help on using FreeCAD
Topic: Fillet BRep_API: command not done
Replies: 31
Views: 5245

Re: Fillet BRep_API: command not done

I think that the problem with the sketch for the cable hole it's because me sketch is not completely contrained.
by Stou
Tue Jan 22, 2019 7:59 pm
Forum: Help on using FreeCAD
Topic: Fillet BRep_API: command not done
Replies: 31
Views: 5245

Re: Fillet BRep_API: command not done

Here's the model I work on it. Openbrain, you are right about the cable direction. I didn't done the hole for the cable yet. I'm strugling with that too. I did a sketch to use for the extrusion for the cable path, but when I do the extrusion, it do only the edge of the object. I'm new to FreeCAD, so...
by Stou
Tue Jan 22, 2019 1:21 pm
Forum: Help on using FreeCAD
Topic: Fillet BRep_API: command not done
Replies: 31
Views: 5245

Re: Fillet BRep_API: command not done

About the double extrusion, you are right chrisb, I did the APPLY and after that OK. If I do APPLY and CLOSE, I get only one extrusion. I did some tests with Fillet and it work if I do it with less than 1,00mm. I tried many size under 1,00mm and they all work up to 0,99mm. But as soon as I go over 0...
by Stou
Tue Jan 22, 2019 12:09 am
Forum: Help on using FreeCAD
Topic: Fillet BRep_API: command not done
Replies: 31
Views: 5245

Fillet BRep_API: command not done

I did a 2D sketch and import it in FreeCAD. It gived me a BezCurve. Then I extruded it and I had Extrude and Extrude001. I selected a edge and did a fillet. I don't see any error in the Python console but I have an error at the Fillet in the combo view. BRep_API: command not done. As you can see, I ...