Package com.solibri.smc.api.model
Interface Material
public interface Material
Represents the material of a component. Corresponds to IfcMaterial.
- Since:
- 9.10.3
- 
Method SummaryModifier and TypeMethodDescriptiongetName()Returns the name of this material.Returns the thickness of this material if it exists, otherwise returns an empty double.
- 
Method Details- 
getNameString getName()Returns the name of this material.- Returns:
- the name of this material
- Since:
- 9.10.3
 
- 
getThicknessOptionalDouble getThickness()Returns the thickness of this material if it exists, otherwise returns an empty double.- Returns:
- the thickness of this material if it exists, otherwise returns an empty double
- Since:
- 9.10.3
 
 
-