public static class TextBuilder.OnFacePlacementMethodOptions extends Enum
TextBuilder.Types.ON_FACE
typeModifier and Type | Field and Description |
---|---|
static int |
_CURVES_ON_FACES
Placement on curves or edges on the faces
|
static int |
_SECTION_PLANE
Placement on intersection curve created by a plane and the faces
|
static TextBuilder.OnFacePlacementMethodOptions |
CURVES_ON_FACES
Placement on curves or edges on the faces
|
static TextBuilder.OnFacePlacementMethodOptions |
SECTION_PLANE
Placement on intersection curve created by a plane and the faces
|
Modifier and Type | Method and Description |
---|---|
static TextBuilder.OnFacePlacementMethodOptions |
valueOf(int value)
Returns the enum constant of the specified enum type with the specified value.
|
static TextBuilder.OnFacePlacementMethodOptions |
valueOf(String name)
Returns the enum constant of the specified enum type with the specified name.
|
static TextBuilder.OnFacePlacementMethodOptions[] |
values()
Returns an array that contains the values for this enum.
|
public static final TextBuilder.OnFacePlacementMethodOptions CURVES_ON_FACES
public static final TextBuilder.OnFacePlacementMethodOptions SECTION_PLANE
public static final int _CURVES_ON_FACES
public static final int _SECTION_PLANE
public static TextBuilder.OnFacePlacementMethodOptions valueOf(int value)
public static TextBuilder.OnFacePlacementMethodOptions valueOf(String name)
public static TextBuilder.OnFacePlacementMethodOptions[] values()
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.