public static class PartModuleInputBuilder.ModifiableGeometryOptions extends Enum
Modifier and Type | Field and Description |
---|---|
static int |
_SELECTED
the faces/edges on shared body that are allowed for selection inside part module
|
static int |
_WHOLE_BODY
the whole shared body will be allowed for selection inside part module
|
static PartModuleInputBuilder.ModifiableGeometryOptions |
SELECTED
the faces/edges on shared body that are allowed for selection inside part module
|
static PartModuleInputBuilder.ModifiableGeometryOptions |
WHOLE_BODY
the whole shared body will be allowed for selection inside part module
|
Modifier and Type | Method and Description |
---|---|
static PartModuleInputBuilder.ModifiableGeometryOptions |
valueOf(int value)
Returns the enum constant of the specified enum type with the specified value.
|
static PartModuleInputBuilder.ModifiableGeometryOptions |
valueOf(String name)
Returns the enum constant of the specified enum type with the specified name.
|
static PartModuleInputBuilder.ModifiableGeometryOptions[] |
values()
Returns an array that contains the values for this enum.
|
public static final PartModuleInputBuilder.ModifiableGeometryOptions WHOLE_BODY
public static final PartModuleInputBuilder.ModifiableGeometryOptions SELECTED
public static final int _WHOLE_BODY
public static final int _SELECTED
public static PartModuleInputBuilder.ModifiableGeometryOptions valueOf(int value)
public static PartModuleInputBuilder.ModifiableGeometryOptions valueOf(String name)
public static PartModuleInputBuilder.ModifiableGeometryOptions[] values()
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.