API Reference > Structs, Records, Enums > OdDirectXSelectionFlags Enumeration
OdDirectXSelectionFlags Enumeration
Syntax
C++
enum OdDirectXSelectionFlags { OdDirectXSelFlag_DontDisplayUnhighlighted = (1 << 0), OdDirectXSelFlag_DontSelectUnhighlighted = (1 << 1), OdDirectXSelFlag_DontDisplayHighlighted = (1 << 2), OdDirectXSelFlag_DontSelectHighlighted = (1 << 3), OdDirectXSelFlag_FlagsMask = 15 };

ExGiDirectXGeometry.h

This is record OdDirectXSelectionFlags.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.