Overview
/
KCL Standard Library
/
Types
/
view::Visibility

view::VisibilityType in std::view

WARNING: This type is experimental and may change or be removed.

Whether the objects of a named view start visible or hidden.

This is the view's baseline: it applies to every object, and the view's except list names the objects it does not apply to.

Variants

VariantDescription
ShowEvery object is visible, except the ones the view excepts, which are hidden.
HideEvery object is hidden, except the ones the view excepts, which are the only visible ones.