Legal Question - Using Commercial File Format

Have some feature requests, feedback, cool stuff to share, or want to know where FreeCAD is going? This is the place.
Forum rules
Be nice to others! Read the FreeCAD code of conduct!
User avatar
wandererfan
Veteran
Posts: 6309
Joined: Tue Nov 06, 2012 5:42 pm
Contact:

Legal Question - Using Commercial File Format

Post by wandererfan »

AutoCad has a file format for hatch patterns called "PAT". http://docs.autodesk.com/ACD/2010/ENU/A ... =d0e368209

This format seems to meet my needs for "technical hatching" and maybe it would be nice to be able to use existing PAT files.
I know we import other commercial file formats, but are there any copyright/pattern implications? Do we need to send a letter to AutoCad or ????

wf
triplus
Veteran
Posts: 9471
Joined: Mon Dec 12, 2011 4:45 pm

Re: Legal Question - Using Commercial File Format

Post by triplus »

I searched for .pat format information and didn't find anything. Therefore if you plan to ask them something ask them if the .pat format is open format or not. If the answer will be yes ask for the specification. If you get the specification after it is more or less up to you to write a library capable of reading/writing to .pat format. If the answer will be no. That is .pat format is not an open format that usually comes down to being able to use the format in some restricted way. As for the next steps story differs after as you would likely need to reverse engineer the format yourself. Doing that for interoperability purposes is considered legal in some law systems and i guess you could find a country or two with laws preventing you to do that. Or at least you would need to go through some legal battles to get a definite answer or for company to provide .pat format as open format after. For example for widely used formats like for Microsoft Word this was done in the past.
Last edited by triplus on Wed Jan 11, 2017 3:31 pm, edited 1 time in total.
User avatar
r-frank
Veteran
Posts: 2180
Joined: Thu Jan 24, 2013 6:26 pm
Location: Möckmühl, Germany
Contact:

Re: Legal Question - Using Commercial File Format

Post by r-frank »

Deutsche FreeCAD Tutorials auf Youtube
My GrabCAD FreeCAD-Projects
FreeCAD lessons for beginners in english

Native german speaker - so apologies for my english, no offense intended :)
triplus
Veteran
Posts: 9471
Joined: Mon Dec 12, 2011 4:45 pm

Re: Legal Question - Using Commercial File Format

Post by triplus »

Yes this looks like an example of reverse engineering the .pat format.
User avatar
yorik
Founder
Posts: 13659
Joined: Tue Feb 17, 2009 9:16 pm
Location: Brussels
Contact:

Re: Legal Question - Using Commercial File Format

Post by yorik »

I don't think there is much problem. These pat files are widespread on the net, and it seems a bit like DXF, it originally belongs to a firm, but everybody is using them. I couldn't find any legal license or anything about that format...

I believe the issue, if any, would be more commercial than anything else, you know, as long as we're "compatible" with pat files, no problem. If we would claim we are the author of the format, something like that, we might attract word censored... But since the idea would not be to do anything like that, merely read pat files, I think it's totally ok.
User avatar
wandererfan
Veteran
Posts: 6309
Joined: Tue Nov 06, 2012 5:42 pm
Contact:

Re: Legal Question - Using Commercial File Format

Post by wandererfan »

OK, "compatible with pat-style hatching" it is.
Marco_T
Posts: 264
Joined: Mon Jan 11, 2016 11:58 pm
Location: Di ca da l'aghe

Re: Legal Question - Using Commercial File Format

Post by Marco_T »

I have found this:
- QCAD uses *.pat format as Autodesk
https://qcad.org/rsforum/viewtopic.php?t=3756
- LibreCAD uses a pattern defined in dxf-file
http://wiki.librecad.org/index.php/Libr ... l#Hatching

Perhaps LibreCAD guys can tell us about this different approach...
(considered that LibreCAD is a non commercial QCAD fork).

--
Marco_T
User avatar
pablogil
Posts: 882
Joined: Wed Nov 26, 2014 3:19 pm
Location: Badajoz (Spain)
Contact:

Re: Legal Question - Using Commercial File Format

Post by pablogil »

So,
is there a chance that you just include the original .pat patterns file system inside FreeCAD? that would be nice... if it's legal, of course.
Dark and Light stylesheets v2.0 to theme your FreeCAD UI, more information here
User avatar
wandererfan
Veteran
Posts: 6309
Joined: Tue Nov 06, 2012 5:42 pm
Contact:

Re: Legal Question - Using Commercial File Format

Post by wandererfan »

pablogil wrote:So, is there a chance that you just include the original .pat patterns file system inside FreeCAD? that would be nice... if it's legal, of course.
For us to distribute their originals? I think that would be poaching. Nothing to stop the end user from installing them, I guess.
User avatar
yorik
Founder
Posts: 13659
Joined: Tue Feb 17, 2009 9:16 pm
Location: Brussels
Contact:

Re: Legal Question - Using Commercial File Format

Post by yorik »

wandererfan wrote:For us to distribute their originals? I think that would be poaching. Nothing to stop the end user from installing them, I guess.
Yes, I definitely would not include any autodesk file in the FreeCAD source code... That seems the right path to suicide to me :)

But nothing would prevent us from indicating (on the wiki for ex) an easy path for users to obtain that file...
Post Reply