@IfcClass(type=ENTITY, layer=RESOURCE) public class IfcMaterialLayerSet extends IfcAbstractClass implements IfcMaterialSelect
| 限定符和类型 | 字段和说明 |
|---|---|
private IfcLabel |
layerSetName |
private LIST<IfcMaterialLayer> |
materialLayers |
private IfcLengthMeasure |
totalThickness |
stepNumber| 构造器和说明 |
|---|
IfcMaterialLayerSet() |
IfcMaterialLayerSet(LIST<IfcMaterialLayer> materialLayers,
IfcLabel layerSetName) |
| 限定符和类型 | 方法和说明 |
|---|---|
IfcLabel |
getLayerSetName() |
LIST<IfcMaterialLayer> |
getMaterialLayers() |
IfcLengthMeasure |
getTotalThickness() |
void |
setLayerSetName(IfcLabel layerSetName) |
void |
setMaterialLayers(LIST<IfcMaterialLayer> materialLayers) |
void |
setTotalThickness(IfcLengthMeasure totalThickness) |
check, getFileItem, getParamString, getStepNumber, illegal, isDefault, setStepNumber, toIfcprivate LIST<IfcMaterialLayer> materialLayers
@IfcOptionField private IfcLabel layerSetName
@IfcDeriveParameter private IfcLengthMeasure totalThickness
public IfcMaterialLayerSet()
@IfcParserConstructor public IfcMaterialLayerSet(LIST<IfcMaterialLayer> materialLayers, IfcLabel layerSetName)
public LIST<IfcMaterialLayer> getMaterialLayers()
public void setMaterialLayers(LIST<IfcMaterialLayer> materialLayers)
public IfcLabel getLayerSetName()
public void setLayerSetName(IfcLabel layerSetName)
public IfcLengthMeasure getTotalThickness()
public void setTotalThickness(IfcLengthMeasure totalThickness)
Copyright © 2023. All rights reserved.