Interface CircleProfile
-
- All Superinterfaces:
ParametricProfile
,Profile
- All Known Subinterfaces:
CircleHollowProfile
public interface CircleProfile extends ParametricProfile
Represents the Circle shaped profile of a component. Corresponds to IfcCircleProfileDef of IFC.- Since:
- 9.10.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Double
getRadius()
Returns the radius of the circle of the profile.-
Methods inherited from interface com.solibri.smc.api.model.profile.ParametricProfile
getParametricProfileType
-
-
-
-
Method Detail
-
getRadius
Double getRadius()
Returns the radius of the circle of the profile.- Returns:
- the radius of the circle of the profile
- Since:
- 9.10.3
-
-