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
SyntaxPublic Enumeration mcSurfStatusFlags
Members
| Member name | Value | Description |
---|
| mcsfNone | 0 | none |
| mcsfFilterMask | 255 | mask to check for filter type |
| mcsfFastSurfMask | 32512 | mask to check for m_FastSurf and options |
| mcsffFastSurf | 256 | FastSurf bit |
| mcsffCreateSpheres | 512 | show spheres for objects in Fast surface mode |
| mcsffCreatePreviewChannel | 1024 | create surface preview volume channel that displayed surface volume (filtered) |
| mcsffCreateSegmChannel | 2048 | create surface segmentation channel to display segmented objects |
| mcsffApplyPseudoSurfOptions | 4096 | apply pseudo-surface options to volume visualization after creation of first fast surface |
| mcsffUseClassPalette | 8192 | use class palette colors, without this flag object colors are used for palette |
See Also