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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
Returns the name of this material.OptionalDouble
getThickness()
Returns the thickness of this material if it exists, otherwise returns an empty double.
-
-
-
Method Detail
-
getName
String getName()
Returns the name of this material.- Returns:
- the name of this material
- Since:
- 9.10.3
-
getThickness
OptionalDouble 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
-
-