DGKC Control Documentation


Skip Navigation Links.
Start page
Quick Start
Search Page
Installation
What is new
Licensing
Collapse ModelsModels
Expand DG Kernel ControlDG Kernel Control
Expand API ReferenceAPI Reference
Expand ViewsViews
Expand Samples and TutorialsSamples and Tutorials
Expand GraphicsGraphics
Expand Math ObjectsMath Objects
Expand DeprecatedDeprecated
Redistribution
Model Viewer
Support
Skip Navigation LinksHome Page > Models > Entities > Attributes > Visibility Go to ActiveX docs Search Documentation


Visibility Entity Attribute

Visibility of an entity is programmatically controlled via IEntity_DG.Visible property.

Visibility is a persistent attribute. It can be overriden in a view via IScene_DG.Show(). So, an entity can be visible in one view and hiddent in another. Visibility modifications done via IScene_DG.Show() are ignored by persistance. Duplicate the change via IEntity_DG.Visible to save the change.