Difference between revisions of "TechDraw Dimension Vertical Extent/it"
Renatorivo (talk | contribs) (Created page with "== Script ==") |
Renatorivo (talk | contribs) (Created page with "{{Emphasis|Vedere anche:}} API TechDraw e Nozioni di base sugli script di FreeCAD.") |
||
Line 38: | Line 38: | ||
== Script == | == Script == | ||
− | {{Emphasis| | + | {{Emphasis|Vedere anche:}} [[TechDraw API/it|API TechDraw]] e [[FreeCAD Scripting Basics/it|Nozioni di base sugli script di FreeCAD]]. |
The Dimension Vertical Extent tool can be used in [[macros]] and from the [[Python]] console by using the following functions: | The Dimension Vertical Extent tool can be used in [[macros]] and from the [[Python]] console by using the following functions: |
Revision as of 08:45, 13 October 2019
Posizione nel menu |
---|
TechDraw → Estensione verticale |
Ambiente |
TechDraw |
Avvio veloce |
Nessuno |
Introdotto nella versione |
- |
Vedere anche |
Lunghezza, Estensione orizzontale |
Descrizione
Lo strumento Estensione verticale aggiunge una quota lineare a una vista. La dimensione si estende dal punto più in basso degli oggetti selezionati al punto più in alto. Viene posizionato un vertice cosmetico nei punti estremi.
Estensione verticale della faccia BSpline
Utilizzo
- Selezionare una vista o una serie di bordi in una vista.
- Premere il pulsante
Estensione verticale.
- Viene aggiunta dimensione alla vista. La dimensione può essere trascinata nella posizione desiderata.
Limitazioni
Gli oggetti dimensione sono vulnerabili ai problemi di "denominazione topologica". Per maggiori informazioni vedere le informazioni nello strumento Lunghezza.
Proprietà
Questo oggetto ha le stesse proprietà dello strumento Lunghezza. Eccezioni rilevate.
Dati
- DATAMeasureType: True - basata sulla geometria 3D o "Projected" - basata sul disegno. Normalmente non manipolato direttamente dall'utente finale. Non ancora implementata per Estensione verticaleale.
Script
Vedere anche: API TechDraw e Nozioni di base sugli script di FreeCAD.
The Dimension Vertical Extent tool can be used in macros and from the Python console by using the following functions:
selection = [(view1, 'Edge1'), (view1, 'Edge2')] #or [] for all hExtentDim = TechDraw.Dimension.makeExtentDim(selection, VERTICAL) rc = page.addView(hExtentDim)
TechDraw
- Pagine: Nuovo disegno standard, Nuovo disegno da modello
- Viste: Nuova vista, Nuovo gruppo di proiezioni, Nuova sezione, Nuovo dettaglio, Nuova annotazione, Nuova vista di Draft, Nuova vista di Arch, Foglio di calcolo
- Clip: Clip, Aggiungi una vista al gruppo di clip, Rimuovi la vista dal gruppo di clip
- Dimensioni: Lunghezza, Dimensione orizzontale, Dimensione veerticale, Raggio, Diametro, Angolo, Angolo da 3 punti, Link alla dimensione, Pallinatura
- Decorazioni: Tratteggio area, Tratteggio geometrico, Simbolo SVG, Immagine bitmap, Attiva o disattiva la vista cornici
Documentazione utente

- Installazione: Unix, Windows, Mac; Getting started
- Base: About FreeCAD, Workbenches, Preferences, Document structure, Interface Customization, Properties, Mouse Model; Tutorials
- Ambienti: Menu di base; Arch, Draft, FEM, Image, Inspection, Mesh, OpenSCAD, Part, PartDesign, Path, Plot, Points, Raytracing, Reverse Engineering, Robot, Ship, Sketcher, Spreadsheet, Start, Surface workbench, TechDraw, Test Framework, Web
- Scripting: Introduction to Python, FreeCAD scripting tutorial, FreeCAD Scripting Basics, How to install macros, Gui Command, Units Modules: Builtin modules, Workbench creation, Installing more workbenches Meshes: Mesh Scripting, Mesh Module Parts: The Part Module, Topological data scripting, PythonOCC, Mesh to Part Coin scenegraph: The Coin/Inventor scenegraph, Pivy Qt interface: PySide, Using the FreeCAD GUI, Dialog creation Parametric objects: Scripted objects Other: Code snippets, Line drawing function, Embedding FreeCAD, FreeCAD vector math library, Power users hub, Python, Macros, FreeCAD Scripting Basics, Topological data scripting