public static class PlaneSearchTerm.PlaneOverlapLogicType extends Enum
Modifier and Type | Field and Description |
---|---|
static int |
_ABOVE
Include objects residing above the plane defined by this search term
|
static int |
_ABOVE_OR_INTERSECTS
Include objects residing above or intersecting the plane defined by this search term
|
static int |
_BELOW
Include objects residing below the plane defined by this search term
|
static int |
_BELOW_OR_INTERSECTS
Include objects residing below or intersecting the plane defined by this search term
|
static int |
_INTERSECTS
Include objects intersecting the plane defined by this search term
|
static PlaneSearchTerm.PlaneOverlapLogicType |
ABOVE
Include objects residing above the plane defined by this search term
|
static PlaneSearchTerm.PlaneOverlapLogicType |
ABOVE_OR_INTERSECTS
Include objects residing above or intersecting the plane defined by this search term
|
static PlaneSearchTerm.PlaneOverlapLogicType |
BELOW
Include objects residing below the plane defined by this search term
|
static PlaneSearchTerm.PlaneOverlapLogicType |
BELOW_OR_INTERSECTS
Include objects residing below or intersecting the plane defined by this search term
|
static PlaneSearchTerm.PlaneOverlapLogicType |
INTERSECTS
Include objects intersecting the plane defined by this search term
|
Modifier and Type | Method and Description |
---|---|
static PlaneSearchTerm.PlaneOverlapLogicType |
valueOf(int value)
Returns the enum constant of the specified enum type with the specified value.
|
static PlaneSearchTerm.PlaneOverlapLogicType |
valueOf(String name)
Returns the enum constant of the specified enum type with the specified name.
|
static PlaneSearchTerm.PlaneOverlapLogicType[] |
values()
Returns an array that contains the values for this enum.
|
public static final PlaneSearchTerm.PlaneOverlapLogicType ABOVE
public static final PlaneSearchTerm.PlaneOverlapLogicType BELOW
public static final PlaneSearchTerm.PlaneOverlapLogicType INTERSECTS
public static final PlaneSearchTerm.PlaneOverlapLogicType ABOVE_OR_INTERSECTS
public static final PlaneSearchTerm.PlaneOverlapLogicType BELOW_OR_INTERSECTS
public static final int _ABOVE
public static final int _BELOW
public static final int _INTERSECTS
public static final int _ABOVE_OR_INTERSECTS
public static final int _BELOW_OR_INTERSECTS
public static PlaneSearchTerm.PlaneOverlapLogicType valueOf(int value)
public static PlaneSearchTerm.PlaneOverlapLogicType valueOf(String name)
public static PlaneSearchTerm.PlaneOverlapLogicType[] values()
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.