Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.61 KB

README.md

File metadata and controls

43 lines (30 loc) · 1.61 KB

BOLTSFC

Total alerts Language grade: Python

Information

Pull Requests

Installation by the FreeCAD AddOn manager:

  • Start FreeCAD Addon manager on menu Tools.
  • The directory BOLTSFC (inside this there will be the BOLTS directory) will be copied to your FreeCAD Mod directory (just wait a bit, ATM there will be no information about successful installation).
  • Restart FreeCAD.

Installation manually copied:

Start BOLTS

  • by FreeCAD Gui:
    • Run the Macro "start_bolts.FCMacro".
  • by Python in FreeCAD Python console
import BOLTS
BOLTS.show_widget()

For developer

[email protected]