public static class EdgeSymmetryBuilder.MovementMethods extends Enum
Modifier and Type | Field and Description |
---|---|
static int |
_NORMAL
Does a normal match
|
static int |
_PROJECT
Does a match by projecting poles corresponding to target edge of the surface
|
static int |
_WCS
Does a match by moving poles along a WCS principal axis direction
|
static EdgeSymmetryBuilder.MovementMethods |
NORMAL
Does a normal match
|
static EdgeSymmetryBuilder.MovementMethods |
PROJECT
Does a match by projecting poles corresponding to target edge of the surface
|
static EdgeSymmetryBuilder.MovementMethods |
WCS
Does a match by moving poles along a WCS principal axis direction
|
Modifier and Type | Method and Description |
---|---|
static EdgeSymmetryBuilder.MovementMethods |
valueOf(int value)
Returns the enum constant of the specified enum type with the specified value.
|
static EdgeSymmetryBuilder.MovementMethods |
valueOf(String name)
Returns the enum constant of the specified enum type with the specified name.
|
static EdgeSymmetryBuilder.MovementMethods[] |
values()
Returns an array that contains the values for this enum.
|
public static final EdgeSymmetryBuilder.MovementMethods NORMAL
public static final EdgeSymmetryBuilder.MovementMethods PROJECT
public static final EdgeSymmetryBuilder.MovementMethods WCS
public static final int _NORMAL
public static final int _PROJECT
public static final int _WCS
public static EdgeSymmetryBuilder.MovementMethods valueOf(int value)
public static EdgeSymmetryBuilder.MovementMethods valueOf(String name)
public static EdgeSymmetryBuilder.MovementMethods[] values()
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.