Package com.solibri.smc.api.model
Interface Material
-
public interface MaterialRepresents 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 StringgetName()Returns the name of this material.OptionalDoublegetThickness()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
-
-