Interface Material


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

      • 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