TechDraw: Estensione verticale
Revision as of 08:40, 13 October 2019 by Renatorivo (talk | contribs) (Created page with "{{GuiCommand/it |Name=TechDraw Dimension Vertical Extent |Name/it=Estensione verticale |MenuLocation=TechDraw → Estensione verticale |Workbenches=TechDraw Module/it|TechDr...")
Posizione nel menu |
---|
TechDraw → Estensione verticale |
Ambiente |
TechDraw |
Avvio veloce |
Nessuno |
Introdotto nella versione |
- |
Vedere anche |
Lunghezza, Estensione orizzontale |
Description
The Dimension Vertical Extent tool adds a linear dimension to a View. The dimension extends from the bottom most point on the selected objects to the top most point. A CosmeticVertex will be placed at each point.
Vertical Extent dimension of BSpline Face
How to use
- Select a View or a collection of Edges in a View.
- Press the
Dimension Vertical Extent button
- A dimension will be added to the View. The dimension may be dragged to the desired position.
Limitations
Dimension objects are vulnerable to "topological naming" issues. See the information in the TechDraw Dimension Length tool for more information.
Properties
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