Interface RectangleProfile
- All Superinterfaces:
- ParametricProfile,- Profile
- All Known Subinterfaces:
- RectangleHollowProfile,- RoundedRectangleProfile
Represents the Rectangle shaped profile of a component. Corresponds to IfcRectangleProfileDef of IFC.
- Since:
- 9.10.3
- 
Method SummaryMethods inherited from interface com.solibri.smc.api.model.profile.ParametricProfilegetParametricProfileType
- 
Method Details- 
getXDimDouble 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
 
- 
getYDimDouble 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
 
 
-