SCaldeira Posted July 9, 2010 Author Posted July 9, 2010 Fixo, you're the best. XPOINTS routine works perfectly. How can change the text and blocks inserted into autocad as to be fifty times greater? What should be changed in lisp to make this change? Once again thank you. Samuel Quote
fixo Posted July 9, 2010 Posted July 9, 2010 Fixo, you're the best. XPOINTS routine works perfectly. How can change the text and blocks inserted into autocad as to be fifty times greater? What should be changed in lisp to make this change? Once again thank you. Samuel Hi Samuel, take a look closely at this code snip: (setq blkobj (vlax-invoke-method acsp ;<--active space 'InsertBlock (setq inspoint (vlax-3d-point(list (cadr item) (caddr item) 0))) ;<-- insertion point blkname ;<--block name 1. ;<-- XScale 1. ;<--YScale 1. ;<-- ZScale 0. ;<-- Rotation angle in rad ) ) ) Easily to change it to your needs Thanks for the kind words Cheers ~'J'~ Quote
mustaf Posted July 15, 2010 Posted July 15, 2010 Dear Sirs Please I want a lisp for Landdesktop To plot me X-Aces Logarthmic Scale Y-Aces Linear Scale Thank you 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.