Click or drag to resize
SoROIFlagsType Enumeration

Flag value mask.

Namespace: OIV.LDM.Nodes
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
[FlagsAttribute]
public enum FlagsType
Members
  Member nameValueDescription
ENABLE_X01

Enable cropping with X slab for term 0 (stage 1)

ENABLE_Y02

Enable cropping with Y slab for term 0 (stage 1)

ENABLE_Z04

Enable cropping with Z slab for term 0 (stage 1)

INVERT_08

Invert result for this term 0 (stage 2)

ENABLE_X116

Enable cropping with X slab for term 1 (stage 1)

ENABLE_Y132

Enable cropping with Y slab for term 1 (stage 1)

ENABLE_Z164

Enable cropping with Z slab for term 1 (stage 1)

INVERT_1128

Invert result for this term 1 (stage 2)

ENABLE_X2256

Enable cropping with X slab for term 2 (stage 1)

ENABLE_Y2512

Enable cropping with Y slab for term 2 (stage 1)

ENABLE_Z21024

Enable cropping with Z slab for term 2 (stage 1)

INVERT_22048

Invert result for this term 2 (stage 2)

OR_SELECT4096

Stage 3: If set, the result is the union (OR) of term 0, term 1, and term 2.

If clear, the result is the intersection (AND) of the three terms

INVERT_OUTPUT8192

Stage 4: If enabled, the result of stage 4 (union or intersection) is inverted as the last step in cropping

SUB_VOLUME7

Convenient enums.

EXCLUSION_BOX8199
CROSS5475
CROSS_INVERT13667
FENCE5153
FENCE_INVERT13345
Remarks
See Also