Descrizione |
---|
Utilità che combina diversi comandi di Draft. Versione macro: 00.02 Ultima modifica: 2018-01-24 Versione FreeCAD: <= 0.17 Download: ToolBar Icon Autore: Mario52 |
Autore |
Mario52 |
Download |
ToolBar Icon |
Link |
Raccolta di macro Come installare le macro Personalizzare la toolbar |
Versione macro |
00.02 |
Data ultima modifica |
2018-01-24 |
Versioni di FreeCAD |
<= 0.17 |
Scorciatoia |
Nessuna |
Vedere anche |
Nessuno |
Macro utility che riunisce numerosi comandi di Draft per lavorare con gli oggetti 2D. Ad esempio, lavorare con gli oggetti dei file DXF.
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://gist.githubusercontent.com/mario52a/7be361a8c489deec918f664fdcfc4394/raw/2d12268123cbd38a3fba10fff1c7f35837cd3325/Macro_Compound_Plus.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://gist.githubusercontent.com/mario52a/7be361a8c489deec918f664fdcfc4394/raw/2d12268123cbd38a3fba10fff1c7f35837cd3325/Macro_Compound_Plus.FCMacro")
If it checked the colour to object to work are coloured (edge, vertex)
Questa sezione lavora solo con i menu Compound I, Convert (A) e Convert Edge
If the object line, arc or circle is not reconized (as form in a volume 3D object), this section force the creation of Line, Arc or Circle.
no verification is done, this section tray to create a requested shape 2D (Draft) based on the data provided
L'icona per la barra degli strumenti da copiare nella stessa cartella della macro
Come personalizzare la barra degli strumenti, Come installare le macro
Lo script in github Macro_Compound_Plus.FCMacro
Le mie macro su Github