Jump to content

Recommended Posts

Posted

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

  • Replies 24
  • Created
  • Last Reply

Top Posters In This Topic

  • fixo

    10

  • SCaldeira

    7

  • KAC

    4

  • Hippe013

    1

Top Posters In This Topic

Posted Images

Posted
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'~

Posted

Thanks my friend

Cheers :):):):)

Posted
Thanks my friend

Cheers :):):):)

 

You're welcome

 

~'J'~

Posted

Dear Sirs

Please I want a lisp for Landdesktop To plot me

X-Aces Logarthmic Scale

Y-Aces Linear Scale

 

Thank you

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...