Interface ParametricProfile
-
- All Superinterfaces:
Profile
- All Known Subinterfaces:
AsymmetricIProfile,CircleHollowProfile,CircleProfile,CProfile,CraneRailAProfile,CraneRailFProfile,EllipseProfile,IProfile,LProfile,NonUniformLProfile,NonUniformTProfile,RectangleHollowProfile,RectangleProfile,RoundedRectangleProfile,TProfile,TrapeziumProfile,UProfile,ZProfile
public interface ParametricProfile extends Profile
Represents a parametric profile type of a component.- Since:
- 9.10.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ParametricProfileTypegetParametricProfileType()Returns aParametricProfileTypeof a component.
-
-
-
Method Detail
-
getParametricProfileType
ParametricProfileType getParametricProfileType()
Returns aParametricProfileTypeof a component.- Returns:
- a parametric profile type of a component
- Since:
- 9.10.3
-
-