realthunder / FreeCAD

Link branch FreeCAD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Problem] Can't open Document.xml (freecad project, stored as directory) from bash

TomSaw opened this issue · comments

Is there an existing issue for this?

  • I have searched the existing issues

Version

0.21 (Develop)

Full version info

FreeCAD 0.21.0 Revision: 14555 (Git shallow)

Subproject(s) affected?

None

Problem description

As expected, you can pass a project file as the first argument to freecad:
Native:
freecad ~/Project/MyPart.FCStd
with AppImage:
~/Download/FreeCAD*.AppImage ~/Project/MyPart.FCStd

FYI Here's the freecad docs page

However, when your project is stored "as directory", passing a project directory to freecad fails:.
~/Download/FreeCAD*.AppImage ~/Project/MyPart
Passing the projects Document.xml fails too:
~/Download/FreeCAD*.AppImage ~/Project/MyPart/Document.xml

Anything else?

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct