Author Topic: Change Preview rotation in table?  (Read 1830 times)

0 Members and 1 Guest are viewing this topic.

TJK44

  • Guest
Change Preview rotation in table?
« on: October 02, 2013, 01:27:32 PM »
Hi all,

Curious if it is possible to rotate the preview that you can add to a table in AutoCAD?

Thanks,

-Ted

Jeff_M

  • King Gator
  • Posts: 4096
  • C3D user & customizer
Re: Change Preview rotation in table?
« Reply #1 on: October 02, 2013, 04:26:01 PM »
Yes, I believe so. If your block is displayed in the 3rd row, 1st column:

myTbl.Cells[2,0].Contents[0].Rotation = pi/2; //ROTATE 90 DEGREES

I will be unable to verify this for sure until later today.

TJK44

  • Guest
Re: Change Preview rotation in table?
« Reply #2 on: October 04, 2013, 08:48:14 AM »
Thanks Jeff, I will give this a shot.

TJK44

  • Guest
Re: Change Preview rotation in table?
« Reply #3 on: October 04, 2013, 10:47:10 AM »
I should have explained a little more what I want to do. I am really looking for an ISO view of the preview in a table rather than just rotating. Is this possible with the rotation property?

TJK44

  • Guest
Re: Change Preview rotation in table?
« Reply #4 on: October 14, 2013, 11:23:22 AM »
Is the preview solely dependent on the UCS of the drawing and cannot be manipulated on a per-preview basis?