public enum swFeatureFilletOptions_e extends java.lang.Enum<swFeatureFilletOptions_e>
Modifier and Type | Method and Description |
---|---|
static swFeatureFilletOptions_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swFeatureFilletOptions_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swFeatureFilletOptions_e swFeatureFilletPropagate
public static final swFeatureFilletOptions_e swFeatureFilletUniformRadius
public static final swFeatureFilletOptions_e swFeatureFilletVarRadiusType
public static final swFeatureFilletOptions_e swFeatureFilletUseHelpPoint
public static final swFeatureFilletOptions_e swFeatureFilletUseTangentHoldLine
public static final swFeatureFilletOptions_e swFeatureFilletCornerType
public static final swFeatureFilletOptions_e swFeatureFilletAttachEdges
public static final swFeatureFilletOptions_e swFeatureFilletKeepFeatures
public static final swFeatureFilletOptions_e swFeatureFilletCurvatureContinuous
public static final swFeatureFilletOptions_e swFeatureFilletConstantWidth
public static final swFeatureFilletOptions_e swFeatureFilletNoTrimNoAttached
public static final swFeatureFilletOptions_e swFeatureFilletReverseFace1Dir
public static final swFeatureFilletOptions_e swFeatureFilletReverseFace2Dir
public static final swFeatureFilletOptions_e swFeatureFilletPropagateFeatToParts
public static final swFeatureFilletOptions_e swFeatureFilletAsymmetric
public static swFeatureFilletOptions_e[] values()
for (swFeatureFilletOptions_e c : swFeatureFilletOptions_e.values()) System.out.println(c);
public static swFeatureFilletOptions_e 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