Interface EllipseProfile

All Superinterfaces:
ParametricProfile, Profile

public interface EllipseProfile
extends ParametricProfile
Represents the Ellipse shaped profile of a component. Corresponds to IfcEllipseProfileDef of IFC.
Since:
9.10.3
  • Method Details

    • getSemiAxis1

      Double getSemiAxis1()
      Returns the first radius of the ellipse.
      Returns:
      the first radius of the ellipse
      Since:
      9.10.3
    • getSemiAxis2

      Double getSemiAxis2()
      Returns the second radius of the ellipse.
      Returns:
      the second radius of the ellipse
      Since:
      9.10.3