Enum ProfileType

java.lang.Object
java.lang.Enum<ProfileType>
com.solibri.smc.api.model.profile.ProfileType
All Implemented Interfaces:
Serializable, Comparable<ProfileType>, java.lang.constant.Constable

public enum ProfileType
extends Enum<ProfileType>
Represents the different types of profile for a component.
Since:
9.10.3
  • Enum Constant Details

    • ARBITRARY

      public static final ProfileType ARBITRARY
      Arbitrary profile is a cross section defined by an outer boundary as bounded curve, which may also include holes, defined by inner boundaries.
      Since:
      9.10.3
    • PARAMETRIC

      public static final ProfileType PARAMETRIC
      Parameteric profile is 2D primitive, which is used within the industry to describe cross sections by a description of its parameters.
      Since:
      9.10.3
    • COMPOSITE

      public static final ProfileType COMPOSITE
      Composite profile includes two or more profile definitions to define the resulting profile.
      Since:
      9.10.3
  • Method Details

    • values

      public static ProfileType[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static ProfileType valueOf​(String name)
      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.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null