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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Double
getSemiAxis1()
Returns the first radius of the ellipse.Double
getSemiAxis2()
Returns the second radius of the ellipse.-
Methods inherited from interface com.solibri.smc.api.model.profile.ParametricProfile
getParametricProfileType
-
-