Interface RectangleProfile
- All Superinterfaces:
ParametricProfile
,Profile
- All Known Subinterfaces:
RectangleHollowProfile
,RoundedRectangleProfile
public interface RectangleProfile extends ParametricProfile
Represents the Rectangle shaped profile of a component. Corresponds to IfcRectangleProfileDef of IFC.
- Since:
- 9.10.3
-
Method Summary
Methods inherited from interface com.solibri.smc.api.model.profile.ParametricProfile
getParametricProfileType
-
Method Details
-
getXDim
Double getXDim()Returns the extent of the rectangle in the direction of the x-axis.- Returns:
- the extent of the rectangle in the direction of the x-axis
- Since:
- 9.10.3
-
getYDim
Double getYDim()Returns the extent of the rectangle in the direction of the y-axis.- Returns:
- the extent of the rectangle in the direction of the y-axis
- Since:
- 9.10.3
-