@IfcClass(type=ENTITY, layer=RESOURCE) public class IfcMaterialLayer extends IfcAbstractClass implements IfcMaterialSelect, IfcObjectReferenceSelect
| 限定符和类型 | 字段和说明 |
|---|---|
private IfcLogical |
isVentilated |
private IfcPositiveLengthMeasure |
layerThickness |
private IfcMaterial |
material |
private IfcMaterialLayerSet |
toMaterialLayerSet |
stepNumber| 构造器和说明 |
|---|
IfcMaterialLayer() |
IfcMaterialLayer(IfcMaterial material,
IfcPositiveLengthMeasure layerThickness,
IfcLogical isVentilated) |
| 限定符和类型 | 方法和说明 |
|---|---|
IfcLogical |
getIsVentilated() |
IfcPositiveLengthMeasure |
getLayerThickness() |
IfcMaterial |
getMaterial() |
IfcMaterialLayerSet |
getToMaterialLayerSet() |
void |
setIsVentilated(IfcLogical isVentilated) |
void |
setLayerThickness(IfcPositiveLengthMeasure layerThickness) |
void |
setMaterial(IfcMaterial material) |
void |
setToMaterialLayerSet(IfcMaterialLayerSet toMaterialLayerSet) |
check, getFileItem, getParamString, getStepNumber, illegal, isDefault, setStepNumber, toIfc@IfcOptionField private IfcMaterial material
private IfcPositiveLengthMeasure layerThickness
@IfcOptionField private IfcLogical isVentilated
@IfcInverseParameter private IfcMaterialLayerSet toMaterialLayerSet
public IfcMaterialLayer()
@IfcParserConstructor public IfcMaterialLayer(IfcMaterial material, IfcPositiveLengthMeasure layerThickness, IfcLogical isVentilated)
public IfcMaterial getMaterial()
public void setMaterial(IfcMaterial material)
public IfcPositiveLengthMeasure getLayerThickness()
public void setLayerThickness(IfcPositiveLengthMeasure layerThickness)
public IfcLogical getIsVentilated()
public void setIsVentilated(IfcLogical isVentilated)
public IfcMaterialLayerSet getToMaterialLayerSet()
public void setToMaterialLayerSet(IfcMaterialLayerSet toMaterialLayerSet)
Copyright © 2023. All rights reserved.