DAG view/it: Difference between revisions

From FreeCAD Documentation
(Created page with "{{Interface/it}} {{Userdocnavi/it}}")
(Created page with "La vista DAG è un [https://en.wikipedia.org/wiki/Directed_acyclic_graph grafico aciclico diretto] (DAG) che mostra le relazioni tra i diversi oggetti nel docu...")
Line 3: Line 3:
== Introduzione ==
== Introduzione ==


The [[DAG view|DAG view]] is a [https://en.wikipedia.org/wiki/Directed_acyclic_graph directed acyclic graph] (DAG) that shows the relationships between different objects in the document. It is meant primarily to show how certain objects depend on others in a complex model with many features and references, such as those that can be created with the [[PartDesign Workbench|PartDesign Workbench]].
La [[DAG view/it|vista DAG]] è un [https://en.wikipedia.org/wiki/Directed_acyclic_graph 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 Workbench/it|PartDesign]].


The DAG view resembles the graph that can be produced from a Git repository and its branches. Together with the standard [[tree view|tree view]] and the [[Std_ExportGraphviz|dependency graph]], the DAG view is a tool to inspect the parametric history of objects in a document.
The DAG view resembles the graph that can be produced from a Git repository and its branches. Together with the standard [[tree view|tree view]] and the [[Std_ExportGraphviz|dependency graph]], the DAG view is a tool to inspect the parametric history of objects in a document.

Revision as of 21:45, 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.

The DAG view resembles the graph that can be produced from a Git repository and its branches. Together with the standard tree view and the dependency graph, the DAG view is a tool to inspect the parametric history of objects in a document.

File:FreeCAD Combo view Tree View.png

Model that includes various bodies and features; its representation in the standard tree view (left), in the DAG view (right), and in the dependency graph (below).

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