Difference between revisions of "TechDraw Dimension Vertical Extent/it"
Renatorivo (talk | contribs) (Created page with "=== Limitazioni ===") |
Renatorivo (talk | contribs) (Created page with "== Proprietà ==") |
||
Line 26: | Line 26: | ||
=== Limitazioni === | === Limitazioni === | ||
− | + | Gli oggetti dimensione sono vulnerabili ai problemi di "denominazione topologica". Per maggiori informazioni vedere le informazioni nello strumento [[TechDraw Dimension Length/it|Lunghezza]]. | |
− | == | + | == Proprietà == |
This object has the same properties as the [[TechDraw Dimension Length]] tool. See that tool for details. Exceptions noted. | This object has the same properties as the [[TechDraw Dimension Length]] tool. See that tool for details. Exceptions noted. |
Revision as of 08:44, 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à
This object has the same properties as the TechDraw Dimension Length tool. See that tool for details. Exceptions noted.
Data
- DATAMeasureType: True - based on 3D geometry or "Projected" - based on the drawing. Not normally manipulated directly by the end user. Not yet implemented for Dimension Vertical Extent.
Scripting
See also: TechDraw API and FreeCAD Scripting Basics.
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