public static class MeshSurfaceBuilder.ConstraintDirection extends Enum
Modifier and Type | Field and Description |
---|---|
static int |
_ISOPARAMETRIC
Isoparametric
|
static int |
_NONE
Not specified
|
static int |
_NORMAL
Normal
|
static MeshSurfaceBuilder.ConstraintDirection |
ISOPARAMETRIC
Isoparametric
|
static MeshSurfaceBuilder.ConstraintDirection |
NONE
Not specified
|
static MeshSurfaceBuilder.ConstraintDirection |
NORMAL
Normal
|
Modifier and Type | Method and Description |
---|---|
static MeshSurfaceBuilder.ConstraintDirection |
valueOf(int value)
Returns the enum constant of the specified enum type with the specified value.
|
static MeshSurfaceBuilder.ConstraintDirection |
valueOf(String name)
Returns the enum constant of the specified enum type with the specified name.
|
static MeshSurfaceBuilder.ConstraintDirection[] |
values()
Returns an array that contains the values for this enum.
|
public static final MeshSurfaceBuilder.ConstraintDirection NONE
public static final MeshSurfaceBuilder.ConstraintDirection ISOPARAMETRIC
public static final MeshSurfaceBuilder.ConstraintDirection NORMAL
public static final int _NONE
public static final int _ISOPARAMETRIC
public static final int _NORMAL
public static MeshSurfaceBuilder.ConstraintDirection valueOf(int value)
public static MeshSurfaceBuilder.ConstraintDirection valueOf(String name)
public static MeshSurfaceBuilder.ConstraintDirection[] values()
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.