Interface ZProfile
- All Superinterfaces:
- ParametricProfile,- Profile
Represents the Z-shaped profile of a component. Corresponds to IfcZShapeProfileDef of IFC.
- Since:
- 9.10.3
- 
Method SummaryModifier and TypeMethodDescriptiongetDepth()Returns the depth of the profile.Returns an option of the edge radius of the profile.Returns an optional of the fillet radius of the profile.Returns the wall thickness of the flange.Returns the flange width of the profile.Returns the wall thickness of the web.Methods inherited from interface com.solibri.smc.api.model.profile.ParametricProfilegetParametricProfileType
- 
Method Details- 
getDepthDouble getDepth()Returns the depth of the profile.- Returns:
- the depth of the profile
- Since:
- 9.10.3
 
- 
getFlangeWidthDouble getFlangeWidth()Returns the flange width of the profile.- Returns:
- the flange width of the profile
- Since:
- 9.10.3
 
- 
getWebThicknessDouble getWebThickness()Returns the wall thickness of the web.- Returns:
- the wall thickness of the web
- Since:
- 9.10.3
 
- 
getFlangeThicknessDouble getFlangeThickness()Returns the wall thickness of the flange.- Returns:
- the wall thickness of the flange
- Since:
- 9.10.3
 
- 
getFilletRadiusReturns an optional of the fillet radius of the profile.- Returns:
- an optional of the fillet radius of the profile
- Since:
- 9.10.3
 
- 
getEdgeRadiusReturns an option of the edge radius of the profile.- Returns:
- Returns an option of the edge radius of the profile
- Since:
- 9.10.3
 
 
-