public static enum FemModel.SurfaceRender extends java.lang.Enum<FemModel.SurfaceRender>
Enum Constant and Description |
---|
EnergyDensity
Render as a color map showing the strain energy density.
|
MAPStrain
Render as a color map showing the maximum absolute principal strain
component.
|
MAPStress
Render as a color map showing the maximum absolute principal stress
component.
|
MaxShearStrain
Render as a color map showing the maximum shear strain.
|
MaxShearStress
Render as a color map showing the maximum shear stress.
|
None
No surface rendering
|
Shaded
Rendered as a shaded surface, using the model's face rendering
proporties.
|
Strain
Render as a color map showing the von Mises strain.
|
Stress
Render as a color map showing the von Mises stress.
|
Modifier and Type | Method and Description |
---|---|
FemModel.StressStrainMeasure |
getStressStrainMeasure() |
boolean |
usesStressOrStrain() |
static FemModel.SurfaceRender |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FemModel.SurfaceRender[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FemModel.SurfaceRender None
public static final FemModel.SurfaceRender Shaded
public static final FemModel.SurfaceRender Stress
public static final FemModel.SurfaceRender Strain
public static final FemModel.SurfaceRender MAPStress
public static final FemModel.SurfaceRender MAPStrain
public static final FemModel.SurfaceRender MaxShearStress
public static final FemModel.SurfaceRender MaxShearStrain
public static final FemModel.SurfaceRender EnergyDensity
public static FemModel.SurfaceRender[] values()
for (FemModel.SurfaceRender c : FemModel.SurfaceRender.values()) System.out.println(c);
public static FemModel.SurfaceRender 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 boolean usesStressOrStrain()
public FemModel.StressStrainMeasure getStressStrainMeasure()