public static class OffsetSurfaceBuilder.OrientationMethodType extends Enum
OffsetSurfaceBuilder.OutputOptionType.ONE_FEATURE_FOR_EACH_FACE
.
The first enum value implies that the offset direction will be that of the surface normal whereas the
second enum value implies that am interior position will be specified and the offset direction
will be away from this pointModifier and Type | Field and Description |
---|---|
static int |
_SPECIFY_INTERIOR_POSITION |
static int |
_USE_EXISTING_NORMALS |
static OffsetSurfaceBuilder.OrientationMethodType |
SPECIFY_INTERIOR_POSITION |
static OffsetSurfaceBuilder.OrientationMethodType |
USE_EXISTING_NORMALS |
Modifier and Type | Method and Description |
---|---|
static OffsetSurfaceBuilder.OrientationMethodType |
valueOf(int value)
Returns the enum constant of the specified enum type with the specified value.
|
static OffsetSurfaceBuilder.OrientationMethodType |
valueOf(String name)
Returns the enum constant of the specified enum type with the specified name.
|
static OffsetSurfaceBuilder.OrientationMethodType[] |
values()
Returns an array that contains the values for this enum.
|
public static final OffsetSurfaceBuilder.OrientationMethodType USE_EXISTING_NORMALS
public static final OffsetSurfaceBuilder.OrientationMethodType SPECIFY_INTERIOR_POSITION
public static final int _USE_EXISTING_NORMALS
public static final int _SPECIFY_INTERIOR_POSITION
public static OffsetSurfaceBuilder.OrientationMethodType valueOf(int value)
public static OffsetSurfaceBuilder.OrientationMethodType valueOf(String name)
public static OffsetSurfaceBuilder.OrientationMethodType[] values()
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.