public class IfcMaterialLayer extends IfcEntity
Constructor and Description |
---|
IfcMaterialLayer() |
Modifier and Type | Method and Description |
---|---|
IfcPositiveLengthMeasure |
getLayerThickness() |
IfcMaterial |
getMaterial() |
IfcMaterialLayerSet |
getToMaterialLayerSet() |
IfcLogical |
isVentilated() |
void |
setLayerThickness(IfcPositiveLengthMeasure value) |
void |
setMaterial(IfcMaterial value) |
void |
setVentilated(IfcLogical value) |
equals, getEntityLabel, hashCode, op_Equality, op_Inequality
public final IfcMaterial getMaterial()
public final void setMaterial(IfcMaterial value)
public final IfcPositiveLengthMeasure getLayerThickness()
public final void setLayerThickness(IfcPositiveLengthMeasure value)
public final IfcLogical isVentilated()
public final void setVentilated(IfcLogical value)
public final IfcMaterialLayerSet getToMaterialLayerSet()