[Solved]Basic attachment tutorial The graph must be a DAG.

Post here for help on using FreeCAD's graphical user interface (GUI).
Forum rules
and Helpful information
IMPORTANT: Please click here and read this first, before asking for help

Also, be nice to others! Read the FreeCAD code of conduct!
Post Reply
User avatar
Simbioz
Posts: 67
Joined: Tue Mar 30, 2021 2:55 pm

[Solved]Basic attachment tutorial The graph must be a DAG.

Post by Simbioz »

So I am actually re-doing the basic attachment tutorial (after a year or so) and I'm having trouble with the last step:
freecad-dag.jpeg
freecad-dag.jpeg (23.17 KiB) Viewed 1724 times
I can't pocket the datum plane because of some DAG error:

Code: Select all

10:41:28  5003.89 <App> Document.cpp(3171): The graph must be a DAG.
10:41:28  Recompute failed! Please check report view.
10:41:28  not a dag exception in DAGView::Model::updateSlot()
I enabled the DAG view and everything seems to be ok (the thumbs up), btw this dag graph looks pretty small in my screen and enabling
FontPointSize makes the graph even smaller. Readability aside, the graph looks fine:
dag.png
dag.png (39.17 KiB) Viewed 1724 times
Most search results about this DAG graph point to a dependency circle, but my dependency graph looks fine (I think):
dep_graph.png
dep_graph.png (95.38 KiB) Viewed 1724 times
So I am a little lost here, any hints are much appreciated
Attachments
Attachment Tutorialv2.FCStd
(87.96 KiB) Downloaded 26 times
Last edited by Simbioz on Sat Jul 02, 2022 1:20 am, edited 1 time in total.
Non native English speaker.
User avatar
Shalmeneser
Veteran
Posts: 9560
Joined: Wed Dec 23, 2020 12:04 am
Location: Fr

Re: Basic attachment tutorial The graph must be a DAG.

Post by Shalmeneser »

Your TIP is not at the construction tree bottom : PartDesign_MoveTip
Attachments
Capture d’écran 2022-07-01 173747.jpg
Capture d’écran 2022-07-01 173747.jpg (21.57 KiB) Viewed 1712 times
User avatar
Simbioz
Posts: 67
Joined: Tue Mar 30, 2021 2:55 pm

Re: Basic attachment tutorial The graph must be a DAG.

Post by Simbioz »

Shalmeneser wrote: Fri Jul 01, 2022 3:40 pm Your TIP is not at the construction tree bottom : PartDesign_MoveTip
Thanks, I had no idea about that concept.
Non native English speaker.
Post Reply