Interface UProfile

All Superinterfaces:
ParametricProfile, Profile

public interface UProfile
extends ParametricProfile
Represents the U-shaped profile of a component. Corresponds to IfcUShapeProfileDef of IFC.
Since:
9.10.3
  • Method Details

    • getDepth

      Double getDepth()
      Returns the depth of the profile.
      Returns:
      the depth of the profile
      Since:
      9.10.3
    • getFlangeWidth

      Double getFlangeWidth()
      Returns the flange width of the profile.
      Returns:
      the flange width of the profile
      Since:
      9.10.3
    • getWebThickness

      Double getWebThickness()
      Returns the wall thickness of the web.
      Returns:
      the wall thickness of the web
      Since:
      9.10.3
    • getFlangeThickness

      Double getFlangeThickness()
      Returns the wall thickness of the flange.
      Returns:
      the wall thickness of the flange
      Since:
      9.10.3
    • getFilletRadius

      Optional<Double> getFilletRadius()
      Returns an optional of the fillet radius of the profile.
      Returns:
      an optional of the fillet radius of the profile
      Since:
      9.10.3
    • getEdgeRadius

      Optional<Double> getEdgeRadius()
      Returns an optional of the flange edge radius of the profile.
      Returns:
      an optional of the flange edge radius of the profile
      Since:
      9.10.3
    • getFlangeSlope

      Optional<Double> getFlangeSlope()
      Returns an optional of the slope of flange of the profile.
      Returns:
      an optional of the slope of flange of the profile
      Since:
      9.10.3
    • getCentreOfGravityInX

      Optional<Double> getCentreOfGravityInX()
      Returns an optional of the location of centre of gravity along the x axis measured from the center of the bounding box.
      Returns:
      an optional of the location of centre of gravity along the x axis measured from the center of the bounding box
      Since:
      9.10.3