Author Topic: automatic block rotation parameters to separate texts  (Read 2325 times)

0 Members and 1 Guest are viewing this topic.

jtm2020hyo

  • Newt
  • Posts: 198
automatic block rotation parameters to separate texts
« on: February 22, 2019, 10:10:13 AM »
automatic block rotation parameters to separate texts 
I have a lot of dynamic blocks with one or more rotation parameters each block.

 

My problem is that I need to use rotate parameters to rotate each text in 10000 nested/dynamic/regular blocks, so they do not overlap.

 

So I need your help to share or create a lisp-routine to use automatically the rotation parameters in my nested/dynamic/regular blocks to move text so they do not overlap.

 

PD: I leave an attached file to where I need to use the lisp-routine. each set of  texts inside the block are linked to one "rotation parameter"

 

HopeMiler

  • Mosquito
  • Posts: 1
Re: automatic block rotation parameters to separate texts
« Reply #1 on: February 27, 2019, 12:05:52 AM »
Das Wichtigste, was ich verstehe, ist, dass diese Website eine sehr kenntnisreiche Website ist, in der sehr viel Informationen ausgetauscht werden kann.

EDIT KDUB:
Quote from: Google Translate
The most important thing I understand is that this website is a very knowledgeable website where a lot of information can be exchanged.
Note The majority of users here speak English ( with varying skill levels )
Please provide a translation to make everyones life easier.
Also: While theSwamp Guidelines < link > does not explicitly mention SPAM, be aware we do not tolerate it. Accordingly, your other post has been removed.

Welcome to the swamp and have a productive visit
« Last Edit: February 27, 2019, 12:55:43 AM by kdub »

Grrr1337

  • Swamp Rat
  • Posts: 812
Re: automatic block rotation parameters to separate texts
« Reply #2 on: February 27, 2019, 03:41:03 AM »
The drawing version is too recent, as I'm unable to open it with ACAD 2017..
I think many of us don't have installed 2018/2019 yet, so save it atleast on 2013 version.
(apply ''((a b c)(a b c))
  '(
    (( f L ) (apply 'strcat (f L)))
    (( L ) (if L (cons (chr (car L)) (f (cdr L)))))
    (72 101 108 108 111 32 87 111 114 108 100)
  )
)
vevo.bg

ronjonp

  • Needs a day job
  • Posts: 7529
Re: automatic block rotation parameters to separate texts
« Reply #3 on: February 27, 2019, 09:19:53 AM »
The drawing version is too recent, as I'm unable to open it with ACAD 2017..
I think many of us don't have installed 2018/2019 yet, so save it atleast on 2013 version.
Here is a cleaned up 2010 version .. no time to play today though :)

Windows 11 x64 - AutoCAD /C3D 2023

Custom Build PC

jtm2020hyo

  • Newt
  • Posts: 198
Re: automatic block rotation parameters to separate texts
« Reply #4 on: February 27, 2019, 10:11:49 AM »
here I leave attached the 2013 version