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
Methods inherited from interface com.solibri.smc.api.model.profile.ParametricProfile
getParametricProfileType
-
Method Details
-
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
-