Page 1 of 1

IEntity_DG.Visible is not working

Posted: Mon Feb 24, 2025 1:24 am
by Branson
Hi
IEntity_DG.Visible = True
Does not seem to be working in the current update 5559. It works if I use Model Explorer to show/hide

Regards

Re: IEntity_DG.Visible is not working

Posted: Mon Feb 24, 2025 1:26 am
by Mike Zubovic
Hello Branson

Please use IScene_DG.Show() instead of IEntity_DG.SetVisible(). This is new functionality in v7.*. An entity can be displayed in two windows and be visible in one and hidden in the other.

IEntity_DG.Visible affects only the persistent state. It not always reflected in the scene if there was some modification (internal in the case) of visibility in the scene.

Regards