Block Insert Angle

Discussion in 'AutoCAD' started by Steven Thompson, Jan 12, 2004.

  1. Is there a DXF value available to VLISP for the insert angle of blocks? How
    do I retrieve it? When you insert a block AutoCAD asks for an angle but
    where is it in the block entity data?
     
    Steven Thompson, Jan 12, 2004
    #1
  2. Steven Thompson

    dean_bourke Guest

    it is DXF code 50 for INSERT
    (cdr(assoc 50 (entget(car (entsel)))))
    BTW it is in radians

    Dean
     
    dean_bourke, Jan 12, 2004
    #2
  3. It is also possible to use also property "Rotation" of object "BlockRef".

    Code:
    (vla-get-rotate vla:blockPointer)
    _____________________
    Igor Kostiukovitch
    e-mail:
     
    Igor Kostiukovitch, Jan 16, 2004
    #3
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.