Interface CProfile
- All Superinterfaces:
- ParametricProfile,- Profile
Represents the C-shaped profile of a component. Corresponds to IfcCShapeProfileDef of IFC.
- Since:
- 9.10.3
- 
Method SummaryModifier and TypeMethodDescriptionReturns an optional of the location of centre of gravity along the x axis measured from the center of the bounding box.getDepth()Returns the depth of the profile.getGirth()Returns the length of girth of the profile.Returns an optional of the internal fillet radius of the profile.Returns the wall thickness of the profile.getWidth()Returns the width of the profile.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
 
- 
getWidthDouble getWidth()Returns the width of the profile.- Returns:
- the width of the profile
- Since:
- 9.10.3
 
- 
getWallThicknessDouble getWallThickness()Returns the wall thickness of the profile.- Returns:
- the wall thickness of the profile
- Since:
- 9.10.3
 
- 
getGirthDouble getGirth()Returns the length of girth of the profile.- Returns:
- the length of girth of the profile
- Since:
- 9.10.3
 
- 
getInternalFilletRadiusReturns an optional of the internal fillet radius of the profile.- Returns:
- an optional of the internal fillet radius of the profile
- Since:
- 9.10.3
 
- 
getCentreOfGravityInXReturns an optional of the location of centre of gravity along the x axis measured from the center of the bounding box.- Returns:
- an optional of the location of centre of gravity along the x axis measured from the center of the bounding box.
- Since:
- 9.10.3
 
 
-