Interface TProfile
- All Superinterfaces:
ParametricProfile
,Profile
public interface TProfile extends ParametricProfile
Represents the T-shaped profile of a component. Corresponds to IfcTShapeProfileDef of IFC.
- Since:
- 9.10.3
-
Method Summary
Modifier and Type Method Description Optional<Double>
getCentreOfGravityInY()
Returns an optional of the location of centre of gravity along the y axis measured from the center of the bounding box.Double
getDepth()
Returns the depth of the profile.Optional<Double>
getFilletRadius()
Returns an optional of the fillet radius of the profile.Optional<Double>
getFlangeEdgeRadius()
Returns an optional of the flange edge radius of the profile.Double
getFlangeThickness()
Returns the wall thickness of the flange.Double
getFlangeWidth()
Returns the flange width of the profile.Optional<Double>
getWebEdgeRadius()
Returns an optional of the web edge radius of the profile.Optional<Double>
getWebSlope()
Returns an optional of the slope of flange.Double
getWebThickness()
Returns the wall thickness of the web.Methods inherited from interface com.solibri.smc.api.model.profile.ParametricProfile
getParametricProfileType
-
Method Details
-
getDepth
Double getDepth()Returns the depth of the profile.- Returns:
- the depth of the profile
- Since:
- 9.10.3
-
getFlangeWidth
Double getFlangeWidth()Returns the flange width of the profile.- Returns:
- the flange width of the profile
- Since:
- 9.10.3
-
getWebThickness
Double getWebThickness()Returns the wall thickness of the web.- Returns:
- the wall thickness of the web
- Since:
- 9.10.3
-
getFlangeThickness
Double getFlangeThickness()Returns the wall thickness of the flange.- Returns:
- the wall thickness of the flange
- Since:
- 9.10.3
-
getFilletRadius
Returns an optional of the fillet radius of the profile.- Returns:
- an optional of the fillet radius of the profile
- Since:
- 9.10.3
-
getFlangeEdgeRadius
Returns an optional of the flange edge radius of the profile.- Returns:
- an optional of the flange edge radius of the profile
- Since:
- 9.10.3
-
getWebEdgeRadius
Returns an optional of the web edge radius of the profile.- Returns:
- an optional of the web edge radius of the profile
- Since:
- 9.10.3
-
getWebSlope
Returns an optional of the slope of flange.- Returns:
- an optional of the slope of flange
- Since:
- 9.10.3
-
getCentreOfGravityInY
Returns 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
-