Hello. Im continue learning FreeCad, now not only 0.18 but also 0.19 pre, thanks to reworked Draft workbench. What i cannot understand is, why it is not possible to loft(part design one) two faces just selected from two parts directly, without alot of additional steps. I know that i can create faceb...
Im trying to manipulate Surface object from SurfaceWB, i want to add and remove vertexes from my script. I found FreeCAD.ActiveDocument.Surface002.Points list, but ther is no reaction to clear() or for p in FreeCAD.ActiveDocument.Surface002.Points: FreeCAD.ActiveDocument.Surface002.Points.remove(p) ...
Mwahahahah. bug Fixed! JoinAPI.py v = abs(Part.cast_to_shape(sh).Mass) || \/ try: v = abs(Part.cast_to_shape(sh).Mass) except: v=1.0 Its realy a hack, worked for me. But can produce another error "ther is more than one largest piece", whatever that mean.
you should rather create the loft in the same body using the PartDesign AdditiveLoft . Okay, thank you, i will give it a try! My real project is complicated 3d scaned body, im reconstructing it with BSplines. Easy and results are good. All i wanted is to insert a litle detail... For some unknown re...
Is it the same if you prepare it in Mesh workbench? If i do "Create mesh from shape" its beter https://i.imgur.com/s7xmM77.png If i export while in mesh WB then it the same, squared, as usual export. In 0.18 i have no problems with usual export. All round objects is very good looking. For default m...
Thank you for advice. It seems i have to reevaluate my strategies. I made a surface from B spline(FreeCad 0.19). Then extruded it. And now im trying to combine that body with another one, fuse it togeter. No luck at all this is 2 parts i want to combine https://i.imgur.com/LsAXctJ.png But, non of op...