bababarghi Posted June 9, 2016 Posted June 9, 2016 Hi all, I am developing a lisp application which is associated with a DCL and a SLD image file. It seems like VLIDE 's application wizard wouldn't allow me to attach SLD file to the VLX. Is there any other workaround for that? Quote
Lee Mac Posted June 9, 2016 Posted June 9, 2016 You could use a vector_image in place of a slide_image, avoiding the need for an additional file. Quote
bababarghi Posted June 9, 2016 Author Posted June 9, 2016 You could use a vector_image in place of a slide_image, avoiding the need for an additional file. Thanks Lee but I couldn't find any example of vector_image usage in practice. Jeff's website was the only source I found in regard to this topic. If I have sample code, I should be fine finding my way through. Quote
Lee Mac Posted June 9, 2016 Posted June 9, 2016 Here are a few examples: DCL Block Preview Justify Block Base Point DCL Bitmaps GrDialog Quote
bababarghi Posted June 10, 2016 Author Posted June 10, 2016 Thanks Lee. I think I am on bad luck since Swamp is down. But for anyone who may face the same dilemma in future, the solution was using GetVectors.dcl and GetVectors.lsp . This lisp is actually getting your AutoCAD geometry and delivers the vector image including all associated LSP and DCL codes ! Basically piece of cake for beginners like me The output codes will be created in c:\TEMP folder of the computer. Tip: The developer has never mentioned in the help file that AutoCAD geometries should be on the ORIGIN point. It took me a while to figure that out ! GetVectors.dcl GetVectors.lsp Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.