public static class PlanarShipGridBuilder.IntersectOption extends Enum
Modifier and Type | Field and Description |
---|---|
static int |
_EVERYTHING
all objects will be searched for intersections with the plane
|
static int |
_SELECTED_OBJECTS
only the selected objects will be searched for intersections with the plane
|
static int |
_SHIP_GRID_AND_SELECTED
intersect the ship grid and selected objects with the plane
|
static PlanarShipGridBuilder.IntersectOption |
EVERYTHING
all objects will be searched for intersections with the plane
|
static PlanarShipGridBuilder.IntersectOption |
SELECTED_OBJECTS
only the selected objects will be searched for intersections with the plane
|
static PlanarShipGridBuilder.IntersectOption |
SHIP_GRID_AND_SELECTED
intersect the ship grid and selected objects with the plane
|
Modifier and Type | Method and Description |
---|---|
static PlanarShipGridBuilder.IntersectOption |
valueOf(int value)
Returns the enum constant of the specified enum type with the specified value.
|
static PlanarShipGridBuilder.IntersectOption |
valueOf(String name)
Returns the enum constant of the specified enum type with the specified name.
|
static PlanarShipGridBuilder.IntersectOption[] |
values()
Returns an array that contains the values for this enum.
|
public static final PlanarShipGridBuilder.IntersectOption EVERYTHING
public static final PlanarShipGridBuilder.IntersectOption SELECTED_OBJECTS
public static final PlanarShipGridBuilder.IntersectOption SHIP_GRID_AND_SELECTED
public static final int _EVERYTHING
public static final int _SELECTED_OBJECTS
public static final int _SHIP_GRID_AND_SELECTED
public static PlanarShipGridBuilder.IntersectOption valueOf(int value)
public static PlanarShipGridBuilder.IntersectOption valueOf(String name)
public static PlanarShipGridBuilder.IntersectOption[] values()
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.