Cancel Create saved search Sign in Sign up Reseting focus {{ message }} DrBenson / FreeCAD_SheetMetal Public forked from shaise/FreeCAD_SheetMetal Notifications You must be signed in to change notification settings Fork 0 Star 0 ...
Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {{ message }} leoheck / FreeCAD_SheetMetal Public forked from shaise/FreeCAD_SheetMetal Notifications You must be signed in to change notification settings Fork 0 ...
# 需要导入模块: import FreeCADGui [as 别名]# 或者: from FreeCADGui importrunCommand[as 别名]defActivated(self):fromBaseimport__currentProjectPath__ Base.changeStage('PreDL') FreeCADGui.runCommand('DDA_LoadDLInputData') graph = DLInputGraph() graph.showGraph4File() FreeCADGui.runCommand('DDA...
You can change the angle view of your design on the top-right section of the interface, as highlighted below. (Image credit: Tom's Hardware) Having looked at the overview of FreeCAD, let’s now have a look at how you can use it for 3D Printing. Stay On the Cutting Edge: Get the...
toolchange.py /usr/share/freecad/Mod/Path/Path/Base/Gui/GetPoint.py /usr/share/freecad/Mod/Path/Path/Base/Gui/IconViewProvider.py /usr/share/freecad/Mod/Path/Path/Base/Gui/PreferencesAdvanced.py /usr/share/freecad/Mod/Path/Path/Base/Gui/PropertyBag.py /usr/share/freecad/Mod/Path/Path/...
sure your sketch is selected in the list of Labels & Attributes and pick the Pocket tool from the toolbar. The Pocket icon looks like a hollowed out blue box. In the Pocket parameters dialog that appears, choose Dimension from the Type drop-down, and change Length to 6mm before hitting ...
sure your sketch is selected in the list of Labels & Attributes and pick the Pocket tool from the toolbar. The Pocket icon looks like a hollowed out blue box. In the Pocket parameters dialog that appears, choose Dimension from the Type drop-down, and change Length to 6mm before hitting ...
This hands-on FreeCAD tutorial will enable you to create your first 3D printing project with FreeCAD – all the way from your first sketch to the final product!
def chkSketchChange(self): self.form.chkSeparate.setEnabled(self.form.chkSketch.isChecked()) if self.form.chkSketch.isChecked(): self.form.dxfExport.show() self.form.svgExport.show() self.form.genColor.setEnabled(True) else: self.form.dxfExport.hide() self.form.svgExport.hid...
# IMPORTANT: please remember to change the element map version in case of any # changes in modeling logic smElementMapVersion = 'sm1.' def smWarnDialog(msg): diag = QtGui.QMessageBox( QtGui.QMessageBox.Warning, FreeCAD.Qt.translate("QMessageBox", "Error in macro MessageBox")...