DAG view/it: Difference between revisions

From FreeCAD Documentation
(Created page with "La vista DAG assomiglia al grafico che può essere prodotto da un repository Git e dai suoi rami. Insieme allo vista ad albero standard e al Std_ExportGraph...")
(Created page with "{{Caption|Modello che include vari corpi e funzioni; la sua rappresentazione nella vista ad albero standard (a sinistra), nella vista DAG (a destra) e nel ...")
Line 11: Line 11:
[[File:FreeCAD_DAG_view_Std_DependencyGraph.png|800px]]
[[File:FreeCAD_DAG_view_Std_DependencyGraph.png|800px]]


{{Caption|Model that includes various bodies and features; its representation in the standard [[tree view|tree view]] (left), in the DAG view (right), and in the [[Std_ExportGraphviz|dependency graph]] (below).}}
{{Caption|Modello che include vari corpi e funzioni; la sua rappresentazione nella [[tree view/it| vista ad albero]] standard (a sinistra), nella vista DAG (a destra) e nel [[Std_ExportGraphviz/it|grafico delle dipendenze]] (sotto).}}


== Activating the DAG view ==
== Activating the DAG view ==

Revision as of 21:49, 6 October 2019

Introduzione

La vista DAG è un grafico aciclico diretto (DAG) che mostra le relazioni tra i diversi oggetti nel documento. Intende principalmente mostrare come determinati oggetti dipendono da altri in un modello complesso con molte funzioni e riferimenti, come quelli che possono essere creati con PartDesign.

La vista DAG assomiglia al grafico che può essere prodotto da un repository Git e dai suoi rami. Insieme allo vista ad albero standard e al grafico delle dipendenze, la vista DAG è uno strumento per ispezionare la storia parametrica degli oggetti in un documento.

File:FreeCAD Combo view Tree View.png

Modello che include vari corpi e funzioni; la sua rappresentazione nella vista ad albero standard (a sinistra), nella vista DAG (a destra) e nel grafico delle dipendenze (sotto).

Activating the DAG view

The DAG view was introduced in 0.17 as an experimental feature for power users and developers, so they could troubleshoot complex models; therefore, the DAG view is not available by default.

To use this view use the parameter editor. Create the following subgroup if it doesn't exist

  • BaseApp/Preferences/DockWindows/DAGView

then add the parameter Enabled of type Boolean, and set it to true.

Then activate it, View → Panels → DAG view.

In the parameter editor you can also change some properties in the following subgroup

  • BaseApp/Preferences/DAGView

See also:

Template:Interface/it