public enum StepTransitionCode extends Enum<StepTransitionCode>
TransitionCode enum for STP file.
| Enum Constant and Description |
|---|
Continuous |
ContSameGradient |
ContSameGradientSameCurvature |
Discontinuous |
| Modifier and Type | Method and Description |
|---|---|
static StepTransitionCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StepTransitionCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StepTransitionCode Discontinuous
public static final StepTransitionCode Continuous
public static final StepTransitionCode ContSameGradient
public static final StepTransitionCode ContSameGradientSameCurvature
public static StepTransitionCode[] values()
for (StepTransitionCode c : StepTransitionCode.values()) System.out.println(c);
public static StepTransitionCode valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.