Interface TrapeziumProfile
- All Superinterfaces:
- ParametricProfile,- Profile
Represents the Trapezium shaped profile of a component. Corresponds to IfcTrapeziumProfileDef of IFC.
- Since:
- 9.10.3
- 
Method SummaryModifier and TypeMethodDescriptionReturns the extent of the bottom line measured along the implicit x-axis.Returns the extent of the top line measured along the implicit x-axis.Returns the offset from the beginning of the top line to the bottom line, measured along the implicit x-axis.getYDim()Returns the extent of the distance between the parallel bottom and top lines measured along the implicit y-axis.Methods inherited from interface com.solibri.smc.api.model.profile.ParametricProfilegetParametricProfileType
- 
Method Details- 
getBottomXDimDouble getBottomXDim()Returns the extent of the bottom line measured along the implicit x-axis.- Returns:
- the extent of the bottom line measured along the implicit x-axis
- Since:
- 9.10.3
 
- 
getTopXDimDouble getTopXDim()Returns the extent of the top line measured along the implicit x-axis.- Returns:
- the extent of the top line measured along the implicit x-axis
- Since:
- 9.10.3
 
- 
getYDimDouble getYDim()Returns the extent of the distance between the parallel bottom and top lines measured along the implicit y-axis.- Returns:
- the extent of the distance between the parallel bottom and top lines measured along the implicit y-axis
- Since:
- 9.10.3
 
- 
getTopXOffsetDouble getTopXOffset()Returns the offset from the beginning of the top line to the bottom line, measured along the implicit x-axis.- Returns:
- the offset from the beginning of the top line to the bottom line, measured along the implicit x-axis
- Since:
- 9.10.3
 
 
-