Click or drag to resize

mcSurfStatusFlags Enumeration

surface flags defining Fast Surface options

Namespace:  MediaCy.IQL.Display.ViewerND
Assembly:  MediaCy.IQL.Display.ViewerND (in MediaCy.IQL.Display.ViewerND.dll) Version: 10.0.6912.0
Syntax
VB
Public Enumeration mcSurfStatusFlags
Members
  Member nameValueDescription
mcsfNone0none
mcsfFilterMask255mask to check for filter type
mcsfFastSurfMask32512mask to check for m_FastSurf and options
mcsffFastSurf256FastSurf bit
mcsffCreateSpheres512show spheres for objects in Fast surface mode
mcsffCreatePreviewChannel1024create surface preview volume channel that displayed surface volume (filtered)
mcsffCreateSegmChannel2048create surface segmentation channel to display segmented objects
mcsffApplyPseudoSurfOptions4096apply pseudo-surface options to volume visualization after creation of first fast surface
mcsffUseClassPalette8192use class palette colors, without this flag object colors are used for palette
See Also