Re: [Pythoncad-developer] [PythonCAD] Collada format in Python
CAD Application entire developed in Python
Status: Beta
Brought to you by:
matteoboscolo
From: Glenn M. <gl...@ch...> - 2009-12-20 22:39:29
|
I agree that Collada file format does not look very useful for a 2D CAD program such as PythonCAD. There are however several Pythom libraries available to work with Collada files. Just Google: Python Collada _____ From: pythoncad-bounces+glenn=chr...@py... [mailto:pythoncad-bounces+glenn=chr...@py...] On Behalf Of ger...@gm... Sent: Sunday, December 20, 2009 1:44 PM To: Yagnesh Desai Cc: pyt...@py...; pyt...@li... Subject: Re: [PythonCAD] Collada format (xml based 3D data transfer) Hi Yangnesh, Did you look at the schema? The collada schema only supports a subset of the geometric entities PythonCAD support. I PythonCAD was a full 3D CAD program you had a point but I don't see the use for a 2D CAD program. You can never make PythonCAD read or write a collada file without significant loss of data. I think this is not in line with the original principles of PythonCAD: * a 2D CAD program * fully programmed in python. Are there any common file formats for 2D CAD files besides dxf? Regards, Gertwin On Dec 20, 2009 6:09pm, Yagnesh Desai <yn...@ln...> wrote: > > > Friends; > > > > Pythoncad uses xml based format to save the file > > now this is Non-Standard format (ie not based on > > any of the published standard) and cannot > > be opened by any other softwares. > > > > I came across this Collada format > > http://en.wikipedia.org/wiki/COLLADA > > while looking at Google Sketchup. > > (There must be something in this format > > as google sketchup is supporting it out of box . . !) > > > > If we migrate to (or support) something like such > > a format we might make pythoncad more utilizable. > > > > There are host of softwares supporting this format. > > > > Regards > > > > Yagnesh Desai > > Save a tree : Think before printing this email. > > Disclaimer :This email and any files transmitted with it are intended solely for the use of the addressee(s) only and may contain confidential and/or privileged information. If you are not the addressee, then this message is not intended for you and be advised that you have received this email in error and that any use , dissemination , forwarding, printing or copying of this email is strictly prohibited. In such case please notify the sender and delete this email and any attachments with it from your system immediately.Receipt of this email by you shall not give rise to any liability on the part of Larsen & Toubro Limited > |