DAG view

From FreeCAD Documentation
Revision as of 04:14, 28 September 2019 by Vocx (talk | contribs) (New page to describe the DAG view.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Introduction

The DAG view is 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.

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.

See also:

Template:Interface