public static class ProjectNodesToCadGeometryBuilder.Operation extends Enum
Modifier and Type | Field and Description |
---|---|
static int |
_ADJUST
Adjust nodes that are off the geometry by more than the input tolerance by projecting them on to the CAD geometry
|
static int |
_SHOW
Display information on nodes that are off the CAD geometry by more than the input tolerance
|
static ProjectNodesToCadGeometryBuilder.Operation |
ADJUST
Adjust nodes that are off the geometry by more than the input tolerance by projecting them on to the CAD geometry
|
static ProjectNodesToCadGeometryBuilder.Operation |
SHOW
Display information on nodes that are off the CAD geometry by more than the input tolerance
|
Modifier and Type | Method and Description |
---|---|
static ProjectNodesToCadGeometryBuilder.Operation |
valueOf(int value)
Returns the enum constant of the specified enum type with the specified value.
|
static ProjectNodesToCadGeometryBuilder.Operation |
valueOf(String name)
Returns the enum constant of the specified enum type with the specified name.
|
static ProjectNodesToCadGeometryBuilder.Operation[] |
values()
Returns an array that contains the values for this enum.
|
public static final ProjectNodesToCadGeometryBuilder.Operation SHOW
public static final ProjectNodesToCadGeometryBuilder.Operation ADJUST
public static final int _SHOW
public static final int _ADJUST
public static ProjectNodesToCadGeometryBuilder.Operation valueOf(int value)
public static ProjectNodesToCadGeometryBuilder.Operation valueOf(String name)
public static ProjectNodesToCadGeometryBuilder.Operation[] values()
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.