public class WeldPointSpacingMethod extends Enum
Modifier and Type | Field and Description |
---|---|
static int |
_DISTANCE
Place multiple spot welds based on distance
|
static int |
_NUM_POINTS
Place multiple spot welds based on number of points
|
static WeldPointSpacingMethod |
DISTANCE
Place multiple spot welds based on distance
|
static WeldPointSpacingMethod |
NUM_POINTS
Place multiple spot welds based on number of points
|
Modifier and Type | Method and Description |
---|---|
static WeldPointSpacingMethod |
valueOf(int value)
Returns the enum constant of the specified enum type with the specified value.
|
static WeldPointSpacingMethod |
valueOf(String name)
Returns the enum constant of the specified enum type with the specified name.
|
static WeldPointSpacingMethod[] |
values()
Returns an array that contains the values for this enum.
|
public static final WeldPointSpacingMethod DISTANCE
public static final WeldPointSpacingMethod NUM_POINTS
public static final int _DISTANCE
public static final int _NUM_POINTS
public static WeldPointSpacingMethod valueOf(int value)
public static WeldPointSpacingMethod valueOf(String name)
public static WeldPointSpacingMethod[] values()
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.