Click or drag to resize

DocumentLookOptions Enumeration

Options when looking for visuals.

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
[FlagsAttribute]
public enum LookOptions
Members
Member nameValueDescription
Default0 Include only visible and selectable visuals.
IncludeInvisible1 Include invisible visuals.
IncludeNonSelectable2 Include non-selectable visuals.
All3 Look for all visuals.
LookInsideGroups4 Look inside groups.
IgnoreSelectParentWhenPicked8 Ignore SelectParentWhenPicked properties.
AdjustLookFromPosition16 Move the "look" position very slightly "down" the direction to avoid cases where the "look" position is on the surface of a visible object and we don't want to "find" this visual. This is the default for LookDown when using a Visual.
See Also