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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Double
getXDim()
Returns the extent of the rectangle in the direction of the x-axis.Double
getYDim()
Returns the extent of the rectangle in the direction of the y-axis.-
Methods inherited from interface com.solibri.smc.api.model.profile.ParametricProfile
getParametricProfileType
-
-
-
-
Method Detail
-
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
-
-