Ambiente TechDraw

From FreeCAD Documentation
Revision as of 16:14, 5 November 2016 by Renatorivo (talk | contribs) (Created page with "===Script=== Il modulo TechDraw dispone di una API Python quindi si possono utilizzare le sue funzioni negli script e macro.")

FreeCAD è principalmente uno strumento di modellazione 3D. In certi casi, però, si devono produrre dei disegni 2D per la documentazione, i contratti, le autorizzazioni, ecc. L'ambiente TechDraw serve proprio per produrre questi disegni tecnici basati su un modello 3D. Ogni disegno è denominato Page (pagina), e ogni Page può contenere molte Viste di singoli oggetti 3D. Alle Viste degli oggetti si possono aggiungere le Dimensioni e il Tratteggio delle aree.

Nota. Se il vostro obiettivo primario è la produzione di disegni 2D complessi, si può prendere in considerazione uno strumento dedicato, come LibreCAD.


Template:TechDraw Tools/it

Impostare le preferenze

Il modulo TechDraw module ha una scheda per impostare le preferenze di default.

Script

Il modulo TechDraw dispone di una API Python quindi si possono utilizzare le sue funzioni negli script e macro.

Limitations

  • TechDraw is very much still in development. You should expect bugs!
  • If you want to know what's going on in TechDraw development, look at the Roadmap
  • TechDraw drawings and Python API are not interchangeable with the Drawing module. It is possible to convert Drawing Pages to TechDraw Pages using Python (moveViews.py). It is possible to have both TechDraw and Drawing Pages in the same FreeCAD document.
  • There are minor differences in specifying Editable Texts in Templates compared to the Drawing module.
  • TechDraw has not yet been extensively tested with the new PartDesign Body construct. To insert a view of an object created by PartDesignNext, you must select the Body in the tree, not the Part.
  • TechDraw is available starting with FreeCAD 0.17.

Workarounds

  • None required at the moment.


Image Module
Arch Module