Interface AsymmetricIProfile
- All Superinterfaces:
- IProfile,- ParametricProfile,- Profile
Represents the Asymmetric I Profile of a component. Corresponds to IfcAsymmetricIShapeProfileDef of IFC.
- Since:
- 9.10.3
- 
Method SummaryModifier and TypeMethodDescriptionReturns an optional of the location of centre of gravity along the y axis measured from the center of the bounding box.Returns an optional of the fillet between the web and the top flange of the I-shape.Returns an optional of the flange thickness of the top flange of the I-shape.Returns the extent of the top flange, defined parallel to the x axis.Methods inherited from interface com.solibri.smc.api.model.profile.IProfilegetFilletRadius, getFlangeThickness, getOverallDepth, getOverallWidth, getWebThicknessMethods inherited from interface com.solibri.smc.api.model.profile.ParametricProfilegetParametricProfileType
- 
Method Details- 
getTopFlangeWidthDouble getTopFlangeWidth()Returns the extent of the top flange, defined parallel to the x axis.- Returns:
- the extent of the top flange, defined parallel to the x axis
- Since:
- 9.10.3
 
- 
getTopFlangeThicknessReturns an optional of the flange thickness of the top flange of the I-shape.- Returns:
- an optional of the flange thickness of the top flange of the I-shape
- Since:
- 9.10.3
 
- 
getTopFlangeFilletRadiusReturns an optional of the fillet between the web and the top flange of the I-shape.- Returns:
- an optional of the fillet between the web and the top flange of the I-shape
- Since:
- 9.10.3
 
- 
getCentreOfGravityInYReturns an optional of the location of centre of gravity along the y axis measured from the center of the bounding box.- Returns:
- an optional of the location of centre of gravity along the y axis measured from the center of the bounding box
- Since:
- 9.10.3
 
 
-