Makro Tvorba šroubu1 2

From FreeCAD Documentation
Revision as of 09:42, 13 December 2018 by FuzzyBot (talk | contribs) (Updating to match new version of source page)
Other languages:

File:Text-x-python Macro_screw_maker1_2

Popis
Vytváří šroub, čep... s nebo bez závitu

Version macro : 01.00
Date last modification : 2013-08-03
Autor: Ulrich Brammer
Autor
Ulrich Brammer
Download
None
Odkazy
Verze
01.00
Datum poslední úpravy
2013-08-03
Verze FreeCAD
None
Výchozí zástupce
None
Viz též
None

Toto makro vytváří šroub s nebo bez závitu podle ISO standardů.

Temporary code for external macro link. Do not use this code. This code is used exclusively by Addon Manager. Link for optional manual installation: Macro


# This code is copied instead of the original macro code
# to guide the user to the online download page.
# Use it if the code of the macro is larger than 64 KB and cannot be included in the wiki
# or if the RAW code URL is somewhere else in the wiki.

from PySide import QtGui, QtCore

diag = QtGui.QMessageBox(QtGui.QMessageBox.Information,
    "Information",
    "This macro must be downloaded from this link\n"
    "\n"
    "https://raw.githubusercontent.com/FreeCAD/FreeCAD-macros/master/ObjectCreation/ScrewMaker.FCMacro" + "\n"
    "\n"
    "Quit this window to access the download page")

diag.setWindowFlags(QtCore.Qt.WindowStaysOnTopHint)
diag.setWindowModality(QtCore.Qt.ApplicationModal)
diag.exec_()

import webbrowser 
webbrowser.open("https://raw.githubusercontent.com/FreeCAD/FreeCAD-macros/master/ObjectCreation/ScrewMaker.FCMacro")


Screw maker

Použití

Zadejte charakteristiky šroubu a klikněte na tlačítko pro vytvoření.
Jestliže vyberete otvor nebo vnitřní povrch kruhové díry a zároveň kružnici na poprchu této díry, šroub bude po vytvoření umístěn do tohoto otvoru.

The creation of the thread takes a long time. Be patient and have a look at the CPU-usage. The latest version of Screw maker is 1.7. The wiki does not allow to upload a zip-File and copying the text from this page is not convenient. So here is a link to a forum post with the latest version: http://forum.freecadweb.org/viewtopic.php?f=22&t=6558#p52887

Code

The lastest version of the macro is to be found at ScrewMaker.FCMacro but the easiest way to install this macro is through the Addon Manager.

Link

The forum Screw Maker