Thread: [Pythoncad-developer] Collada format (xml based 3D data transfer)
CAD Application entire developed in Python
Status: Beta
Brought to you by:
matteoboscolo
From: Yagnesh D. <yn...@ln...> - 2009-12-20 17:25:50
|
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 |
From: <ger...@gm...> - 2009-12-20 21:44:39
|
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 |
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 > |
From: Matteo B. <mat...@bo...> - 2009-12-21 06:54:49
|
Hi All, Collada File format seems interesting even if in the future when we well work side by side with a 3d program ... (if we well find one ) Do not forget that our file is an xml file (clear text ) so anyone can read it .. so we can add this as a Traker wish ... but i hope we focus our attention on the actual open traker ;-) Regards, Matteo On Sun, 2009-12-20 at 14:12 -0800, Glenn Meader wrote: > 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 > > |