Author Topic: Problem with move to dim style in a block  (Read 4002 times)

0 Members and 1 Guest are viewing this topic.

CAB

  • Global Moderator
  • Seagull
  • Posts: 10401
Re: Problem with move to dim style in a block
« Reply #15 on: July 28, 2014, 09:24:35 AM »
Exactly!!  :(
I've reached the age where the happy hour is a nap. (°¿°)
Windows 10 core i7 4790k 4Ghz 32GB GTX 970
Please support this web site.

LE3

  • Guest
Re: Problem with move to dim style in a block
« Reply #16 on: July 28, 2014, 09:45:58 AM »
no idea, but maybe there are these two methods or something related/similar in vlisp?

Code - C#: [Select]
  1. dimension.RecomputeDimensionBlock(true);
  2. dimension.RecordGraphicsModified(true);

Coder

  • Swamp Rat
  • Posts: 827
Re: Problem with move to dim style in a block
« Reply #17 on: July 29, 2014, 11:10:39 AM »
no idea, but maybe there are these two methods or something related/similar in vlisp?

Code - C#: [Select]
  1. dimension.RecomputeDimensionBlock(true);
  2. dimension.RecordGraphicsModified(true);

Thank you LE for your reply .

I searched for an equivalent function in lisp but couldn't find anything , do you have any suggestion ?
Thank you .