TheSwamp

Code Red => .NET => Topic started by: MarioR on August 10, 2023, 08:02:02 AM

Title: it is possible to reset drawordertable?
Post by: MarioR on August 10, 2023, 08:02:02 AM
Hello,

i have in my drawing many 3d objects on 3d positions and i have worked with DRAWORDER. Now is display the sphere behind the plane, but her 3d position is before the plane.

Can i "reset" the drawordertable, so that the 3d position determines the visibility / concealment, not the place in drawordertable.


regards Mario
Title: Re: it is possible to reset drawordertable?
Post by: kdub_nz on August 10, 2023, 07:38:32 PM
That's an interesting question.

I have always considered the display of 3D elements sacrocant  and never considered messing with them.
. . . so I am essentially ignorant of the options.

Are you saying the display is managable in virgin Autocad via Commands ??

If so, examine the properties of the elements and see what is different when the object DRAWORDER is changed.
It may be possible to replicate that modification in code.

Regards,