Interface Material


public interface Material
Represents the material of a component. Corresponds to IfcMaterial.
Since:
9.10.3
  • Method Summary

    Modifier and Type Method Description
    String getName()
    Returns the name of this material.
    OptionalDouble getThickness()
    Returns the thickness of this material if it exists, otherwise returns an empty double.
  • Method Details

    • getName

      String getName()
      Returns the name of this material.
      Returns:
      the name of this material
      Since:
      9.10.3
    • getThickness

      OptionalDouble getThickness()
      Returns the thickness of this material if it exists, otherwise returns an empty double.
      Returns:
      the thickness of this material if it exists, otherwise returns an empty double
      Since:
      9.10.3