public static enum IRhino3dm.BrepTrim.Type extends java.lang.Enum<IRhino3dm.BrepTrim.Type>
Enum Constant and Description |
---|
Boundary |
CrvOnSrf |
Mated |
PtOnSrf |
Seam |
Singular |
Slit |
TrimTypeCount |
Unknown |
Modifier and Type | Method and Description |
---|---|
static IRhino3dm.BrepTrim.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IRhino3dm.BrepTrim.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IRhino3dm.BrepTrim.Type Unknown
public static final IRhino3dm.BrepTrim.Type Boundary
public static final IRhino3dm.BrepTrim.Type Mated
public static final IRhino3dm.BrepTrim.Type Seam
public static final IRhino3dm.BrepTrim.Type Singular
public static final IRhino3dm.BrepTrim.Type CrvOnSrf
public static final IRhino3dm.BrepTrim.Type PtOnSrf
public static final IRhino3dm.BrepTrim.Type Slit
public static final IRhino3dm.BrepTrim.Type TrimTypeCount
public static IRhino3dm.BrepTrim.Type[] values()
for (IRhino3dm.BrepTrim.Type c : IRhino3dm.BrepTrim.Type.values()) System.out.println(c);
public static IRhino3dm.BrepTrim.Type 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