Hi, this is my first post to this group so firstly: thanks for the oportunity to be here. I have long been in awe of sqlite's power and thankful of its open source nature.
I see great possibilities for me to use the shape matching functions of the geopoly module to extend an autocad vba program I have built up over say 15 years that basically tags polyline entities (representing rollers) then populates an access database with properties, automates the detail drawings and also feeds data to a cadcam machining package to make the parts. I have built special versions of the commandline shell and the dll library and shown that my ideas will succeed very well. I will relocate the polylines to the origin and looks for clones and mirror clones using the geopoly_xform method' My question now is : must I always format my list of vertices as text ( in json format ) as shown in the documentation. Of course I can do this, but it would seem to me better to pass a blob type object. i hope someone can answer this. regards, Graham Hardman _______________________________________________ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users