public static enum SoROI.FlagsType extends java.lang.Enum<SoROI.FlagsType> implements IntegerValuedEnum
| Enum Constant and Description |
|---|
CROSS |
CROSS_INVERT |
ENABLE_X0
Enable cropping with X slab for term 0 (stage 1)
|
ENABLE_X1
Enable cropping with X slab for term 1 (stage 1)
|
ENABLE_X2
Enable cropping with X slab for term 2 (stage 1)
|
ENABLE_Y0
Enable cropping with Y slab for term 0 (stage 1)
|
ENABLE_Y1
Enable cropping with Y slab for term 1 (stage 1)
|
ENABLE_Y2
Enable cropping with Y slab for term 2 (stage 1)
|
ENABLE_Z0
Enable cropping with Z slab for term 0 (stage 1)
|
ENABLE_Z1
Enable cropping with Z slab for term 1 (stage 1)
|
ENABLE_Z2
Enable cropping with Z slab for term 2 (stage 1)
|
EXCLUSION_BOX |
FENCE |
FENCE_INVERT |
INVERT_0
Invert result for this term 0 (stage 2)
|
INVERT_1
Invert result for this term 1 (stage 2)
|
INVERT_2
Invert result for this term 2 (stage 2)
|
INVERT_OUTPUT
Stage 4: If enabled, the result of stage 4 (union or intersection) is inverted as the last step in cropping
|
OR_SELECT
Stage 3: If set, the result is the union (OR) of term 0, term 1, and term 2.
|
SUB_VOLUME
Convenient enums.
|
| Modifier and Type | Method and Description |
|---|---|
static SoROI.FlagsType |
fromValue(int val)
Deprecated.
Use
valueOf(int) instead. |
int |
getValue()
Returns the integer value of the enum constant.
|
static SoROI.FlagsType |
valueOf(int val)
Returns the enum constant of this type with the specified integer value
|
static SoROI.FlagsType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SoROI.FlagsType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SoROI.FlagsType ENABLE_X0
public static final SoROI.FlagsType ENABLE_Y0
public static final SoROI.FlagsType ENABLE_Z0
public static final SoROI.FlagsType INVERT_0
public static final SoROI.FlagsType ENABLE_X1
public static final SoROI.FlagsType ENABLE_Y1
public static final SoROI.FlagsType ENABLE_Z1
public static final SoROI.FlagsType INVERT_1
public static final SoROI.FlagsType ENABLE_X2
public static final SoROI.FlagsType ENABLE_Y2
public static final SoROI.FlagsType ENABLE_Z2
public static final SoROI.FlagsType INVERT_2
public static final SoROI.FlagsType OR_SELECT
public static final SoROI.FlagsType INVERT_OUTPUT
public static final SoROI.FlagsType SUB_VOLUME
public static final SoROI.FlagsType EXCLUSION_BOX
public static final SoROI.FlagsType CROSS
public static final SoROI.FlagsType CROSS_INVERT
public static final SoROI.FlagsType FENCE
public static final SoROI.FlagsType FENCE_INVERT
public static SoROI.FlagsType[] values()
for (SoROI.FlagsType c : SoROI.FlagsType.values()) System.out.println(c);
public static SoROI.FlagsType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null@Deprecated public static SoROI.FlagsType fromValue(int val)
valueOf(int) instead.public static SoROI.FlagsType valueOf(int val)
public int getValue()
IntegerValuedEnumgetValue in interface IntegerValuedEnumGenerated on February 24, 2026, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com