Interface CircleHollowProfile
- All Superinterfaces:
CircleProfile
,ParametricProfile
,Profile
public interface CircleHollowProfile extends CircleProfile
Represents the Circle hollow shaped profile of a component. Corresponds to IfcCircleHollowProfileDef of IFC.
- Since:
- 9.10.3
-
Method Summary
Modifier and Type Method Description Double
getWallThickness()
Returns the thickness of the material.Methods inherited from interface com.solibri.smc.api.model.profile.CircleProfile
getRadius
Methods inherited from interface com.solibri.smc.api.model.profile.ParametricProfile
getParametricProfileType
-
Method Details
-
getWallThickness
Double getWallThickness()Returns the thickness of the material. It is the difference between the outer and inner radius.- Returns:
- the thickness of the material
- Since:
- 9.10.3
-