public static class SplitSolidBuilder.ToolObjectOption extends Enum
Modifier and Type | Field and Description |
---|---|
static int |
_EXISTING_OBJECT
Existing Object option
|
static int |
_NEW_PLANE
New Plane option
|
static SplitSolidBuilder.ToolObjectOption |
EXISTING_OBJECT
Existing Object option
|
static SplitSolidBuilder.ToolObjectOption |
NEW_PLANE
New Plane option
|
Modifier and Type | Method and Description |
---|---|
static SplitSolidBuilder.ToolObjectOption |
valueOf(int value)
Returns the enum constant of the specified enum type with the specified value.
|
static SplitSolidBuilder.ToolObjectOption |
valueOf(String name)
Returns the enum constant of the specified enum type with the specified name.
|
static SplitSolidBuilder.ToolObjectOption[] |
values()
Returns an array that contains the values for this enum.
|
public static final SplitSolidBuilder.ToolObjectOption EXISTING_OBJECT
public static final SplitSolidBuilder.ToolObjectOption NEW_PLANE
public static final int _EXISTING_OBJECT
public static final int _NEW_PLANE
public static SplitSolidBuilder.ToolObjectOption valueOf(int value)
public static SplitSolidBuilder.ToolObjectOption valueOf(String name)
public static SplitSolidBuilder.ToolObjectOption[] values()
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.