View Issue Details

IDProjectCategoryView StatusLast Update
0000207FreeCADFeaturepublic2010-12-24 09:53
Reportermyier Assigned To 
PrioritynormalSeverityfeatureReproducibilityN/A
Status closedResolutionfixed 
Product Version0.11 
Summary0000207: Importing FreeCAD projects
DescriptionI'm designing a complex system, and I'm working on several parts. I've began to save the parts in different files because I wasn't sure I wouldn't break everything at some time, but now I can't import those saved projects into a single one. It would be nice to have a new group created for each imported FCStd.
Or maybe if it's not this way, code an exporter for a format that FreeCAD can import, but this is likely to have already been asked in the feature list.
TagsNo tags attached.
FreeCAD Information

Activities

yorik

2010-11-15 18:02

administrator   ~0000424

If I understand well, you mean be able to import/merge a .FcStd file into an already open document?

myier

2010-11-15 21:35

reporter   ~0000425

Yes.

yorik

2010-11-15 23:22

administrator   ~0000426

I think that might be easy to do... Werner if you read this, what do you think?

wmayer

2010-11-16 16:03

administrator   ~0000429

At the moment you have the possibility to copy all your objects from the source document (which saves all the data to the clipboard and can take a while) and then paste it into you target document.

But at the moment we have one problem if both documents contain objects with the same names because it leads to some wrong dependencies of the pasted objects. I have already an idea how to solve that.

Once the above issue is solved I'll implement a direct import function of a document (which I will implement as separate command) without going over copy/paste. This will be rather easy, then.

myier

2010-11-16 20:16

reporter   ~0000430

Oh I didn't notice that the copy paste was possible between opened documents. Maybe a simple way to avoid the name conflict would be to paste into a new group and prefix pasted object references with the name of this group. But that probably requires to change the way objects are referenced, using both group path and object name, and not only object name.
But the separate import function would be nice indeed. Thanks!

wmayer

2010-12-21 15:03

administrator   ~0000467

Done in rev. 3825

myier

2010-12-23 23:34

reporter   ~0000472

Thanks again for taking into account my feature requests, and sorry for reopening it, but I don't find how to import a document inside another, it keeps on being opened next to it, like it did before, in a new windows.
When using the importing dialog, the file filter is not set properly to accept .FcStd files either.

wmayer

2010-12-24 09:53

administrator   ~0000474

As said above I have made an extra command for that. It's not integrated into the Import command because internally it works a bit differently. The command is named "Merge project...". Until now it was not added to the Complete workbench and that's why a probably didn't see it. With the latest revision you should find it also under the File menu.

Issue History

Date Modified Username Field Change
2010-11-14 22:39 myier New Issue
2010-11-15 18:02 yorik Note Added: 0000424
2010-11-15 21:35 myier Note Added: 0000425
2010-11-15 23:22 yorik Note Added: 0000426
2010-11-16 16:03 wmayer Note Added: 0000429
2010-11-16 20:16 myier Note Added: 0000430
2010-12-21 15:03 wmayer Note Added: 0000467
2010-12-21 15:03 wmayer Status new => closed
2010-12-21 15:03 wmayer Resolution open => fixed
2010-12-23 23:34 myier Note Added: 0000472
2010-12-23 23:34 myier Status closed => feedback
2010-12-23 23:34 myier Resolution fixed => reopened
2010-12-24 09:53 wmayer Note Added: 0000474
2010-12-24 09:53 wmayer Status feedback => closed
2010-12-24 09:53 wmayer Resolution reopened => fixed