E_Strip_Mode

Java class for e_strip_mode

.

The following schema fragment specifies the expected content contained within this class.


<simpleType name="e_strip_mode">
  <restriction base="{http://www.w3.org/2001/XMLSchema}string">
    <enumeration value="independent"/>
    <enumeration value="relative"/>
  </restriction>
</simpleType>

Entries

Link copied to clipboard

height values due to cross section surfaces are calculated independent of the inner strip

Link copied to clipboard

height values due to cross section surfaces are added to the height values of the outer edge of the inner strip

Functions

Link copied to clipboard
Gets the enum associated to the value passed as parameter.
Link copied to clipboard
open fun value(): String
Gets the value associated to the enum constant.
Link copied to clipboard
open fun valueOf(name: String): E_Strip_Mode

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.