public static enum SoBaseExtrusion.ScaleModes extends java.lang.Enum<SoBaseExtrusion.ScaleModes> implements IntegerValuedEnum
Enum Constant and Description |
---|
DEFAULT
Default scaling.
|
NONE
Ignores the scaling state.
|
SECTION_ONLY
Only the cross section points are scaled.
|
SPINE_ONLY
Only the spine points are scaled.
|
Modifier and Type | Method and Description |
---|---|
int |
getValue()
Returns the integer value of the enum constant.
|
static SoBaseExtrusion.ScaleModes |
valueOf(int val)
Returns the enum constant of this type with the specified integer value
|
static SoBaseExtrusion.ScaleModes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SoBaseExtrusion.ScaleModes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SoBaseExtrusion.ScaleModes DEFAULT
public static final SoBaseExtrusion.ScaleModes SPINE_ONLY
public static final SoBaseExtrusion.ScaleModes SECTION_ONLY
public static final SoBaseExtrusion.ScaleModes NONE
public static SoBaseExtrusion.ScaleModes[] values()
for (SoBaseExtrusion.ScaleModes c : SoBaseExtrusion.ScaleModes.values()) System.out.println(c);
public static SoBaseExtrusion.ScaleModes 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 nullpublic static SoBaseExtrusion.ScaleModes valueOf(int val)
public int getValue()
IntegerValuedEnum
getValue
in interface IntegerValuedEnum
Generated on July 31, 2019, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com