public static enum PoMesh1DHints.GeomInterpretations extends java.lang.Enum<PoMesh1DHints.GeomInterpretations> implements IntegerValuedEnum
Enum Constant and Description |
---|
AS_IS
The geometry of the current mesh 1D is "as is" interpreted.
|
HISTO_X
Y stair passing through all points.
|
HISTO_Y
X stair no necessarily passing through all points.
|
SMOOTH
The geometry of the current mesh 1D is smoothed by a cubic.
|
STAIRS_2X
Y stair no necessarily passing through all points.
|
STAIRS_2Y
double X stair passing through all points.
|
STAIRS_X
spline.
|
STAIRS_Y
X stair passing through all points.
|
Modifier and Type | Method and Description |
---|---|
static PoMesh1DHints.GeomInterpretations |
fromValue(int val)
Deprecated.
Use
valueOf(int) instead. |
int |
getValue()
Returns the integer value of the enum constant.
|
static PoMesh1DHints.GeomInterpretations |
valueOf(int val)
Returns the enum constant of this type with the specified integer value
|
static PoMesh1DHints.GeomInterpretations |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PoMesh1DHints.GeomInterpretations[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PoMesh1DHints.GeomInterpretations AS_IS
public static final PoMesh1DHints.GeomInterpretations SMOOTH
public static final PoMesh1DHints.GeomInterpretations STAIRS_X
public static final PoMesh1DHints.GeomInterpretations STAIRS_Y
public static final PoMesh1DHints.GeomInterpretations HISTO_X
public static final PoMesh1DHints.GeomInterpretations HISTO_Y
public static final PoMesh1DHints.GeomInterpretations STAIRS_2X
public static final PoMesh1DHints.GeomInterpretations STAIRS_2Y
public static PoMesh1DHints.GeomInterpretations[] values()
for (PoMesh1DHints.GeomInterpretations c : PoMesh1DHints.GeomInterpretations.values()) System.out.println(c);
public static PoMesh1DHints.GeomInterpretations valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null@Deprecated public static PoMesh1DHints.GeomInterpretations fromValue(int val)
valueOf(int)
instead.public static PoMesh1DHints.GeomInterpretations valueOf(int val)
public int getValue()
IntegerValuedEnum
getValue
in interface IntegerValuedEnum
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com