We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {...
If a sketch is attached to another bodies face, this body can't be hidden #16310 Panda631 18:52:52 None None [Regression] Some remaining duplicated extensions on export (example: FEM mesh formats) #16299 FEA-eng 2 days, 16:20:49 5 days, 7:37:46 None ...
Constraints are important in FreeCAD, because they guarantee that you have considered every measurement and every angle. They guarantee that nothing has been left to chance in your piece, and that what you print will be exactly what you intended. When a sketch is fully constrained, it turns g...
common(Face) if face_common.Edges: break return edge def smGetEdgelist(Face, obj): # find Edges that overlap edgelist = [] for edge in obj.Edges: face_common = edge.common(Face) if face_common.Edges: edgelist.append(edge) return edgelist def makeSketch(relieftype, ...
At the end of all that, compare your sketch toFigure 5to make sure it looks the same. To take your sketch back into the Part Design workbench, press the Close button at the top of the Combo View column on the left and you will see the white outline of your sketch. To make the sk...
* SoFCMeshOpenEdge shape node added to render the open edges of a mesh * print some information in Attach() and Detach() in Observer in debug mode * delete command objects when application is exiting * bug fixed in 'Refresh' command * active view stuff fixed * proper handling of...
* Python function to retrieve direct children of a shape using TopoDS_Iterator * Update translations for 0.14 * FreeCAD crashes when changing placement of sketch. * Sketcher 180-deg-constraints should not be allowed for lines without intersection point. * Crash when opening Pad * V0.14 ...
We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {...
We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {...
makeFace(sketch.Shape.Wires, "Part::FaceMakerBullseye") check_face =Wall_face.common(Cface) if not(check_face.Faces) : thkDir = thkDir * -1 wallSolid = Wall_face.extrude(thkDir * thk) #Part.show(wallSolid, "wallSolid") solidlist.append(wallSolid) # To find Overlapping ...