public static class FitSurfaceBuilder.DirectionType extends Enum
Modifier and Type | Field and Description |
---|---|
static int |
_BEST_FIT
The fit target is sort of rectangular.
|
static int |
_CSYS
CSYS will specify same as orientation but with the need to make it associative with existing geometry.
|
static int |
_ORIENTATION
Orientation will specify the direction and U/V orientation.
|
static int |
_VECTOR
Vector will specify the fit direction.
|
static FitSurfaceBuilder.DirectionType |
BEST_FIT
The fit target is sort of rectangular.
|
static FitSurfaceBuilder.DirectionType |
CSYS
CSYS will specify same as orientation but with the need to make it associative with existing geometry.
|
static FitSurfaceBuilder.DirectionType |
ORIENTATION
Orientation will specify the direction and U/V orientation.
|
static FitSurfaceBuilder.DirectionType |
VECTOR
Vector will specify the fit direction.
|
Modifier and Type | Method and Description |
---|---|
static FitSurfaceBuilder.DirectionType |
valueOf(int value)
Returns the enum constant of the specified enum type with the specified value.
|
static FitSurfaceBuilder.DirectionType |
valueOf(String name)
Returns the enum constant of the specified enum type with the specified name.
|
static FitSurfaceBuilder.DirectionType[] |
values()
Returns an array that contains the values for this enum.
|
public static final FitSurfaceBuilder.DirectionType BEST_FIT
public static final FitSurfaceBuilder.DirectionType VECTOR
public static final FitSurfaceBuilder.DirectionType ORIENTATION
public static final FitSurfaceBuilder.DirectionType CSYS
public static final int _BEST_FIT
public static final int _VECTOR
public static final int _ORIENTATION
public static final int _CSYS
public static FitSurfaceBuilder.DirectionType valueOf(int value)
public static FitSurfaceBuilder.DirectionType valueOf(String name)
public static FitSurfaceBuilder.DirectionType[] values()
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.