I dont know where my replays are going?
Latest posts made by trxsi
-
RE: Copy from Autocad to Sketchup
-
RE: Copy from Autocad to Sketchup
Wooow what a cool forum to ask question. Thank you so much!
Yes im using mac. Im confortable with C++, Obj-C, C, but not ruby at the moment. It would be nice if i have a chance to use something alternative to ruby.
As far as i understand Autocad stores file location and some meta data related to temporary file at memory for clipboard copy op. Currently i don't have Autocad installed on my machine and i could not tested or conformed this info.
Thank you!
What's next?
-
Copy from Autocad to Sketchup
Hi,
Im new to both Autocad and Sketchup SDK. I have been searching on web for a way to copy 2d drawings from Autocad to Sketchup.
I have already found https://github.com/janlelis/clipboard for clipboard handling in Ruby and https://bitbucket.org/jimfoltz/ruby-dxf-reader for reading DXF files but i don't know im on a right track or not? I found that Autocad creates temporary files for copied contents and i don't know where i can find them and how to read them back in Sketchup. My idea is to add an event handler to monitor ctrl-v events in sketchup (no necessary can be a custom command ) and check a folder for Autocad's temporary clipboard files then parse them. But i dont know how can i start.
Can you help me on this please?
Trxsi.