IfcMaterialRelationship
Inheritance: java.lang.Object, IfcResourceLevelRelationship
Constructors
| Constructor | Description |
|---|---|
| IfcMaterialRelationship() |
Methods
| Method | Description |
|---|---|
| getRelatingMaterial() | |
| setRelatingMaterial(IfcMaterial value) | |
| getRelatedMaterials() | |
| setRelatedMaterials(IfcCollection | |
| getExpression() | |
| setExpression(IfcLabel value) |
IfcMaterialRelationship()
public IfcMaterialRelationship()
getRelatingMaterial()
public final IfcMaterial getRelatingMaterial()
Returns: IfcMaterial
setRelatingMaterial(IfcMaterial value)
public final void setRelatingMaterial(IfcMaterial value)
getRelatedMaterials()
public final IfcCollection<IfcMaterial> getRelatedMaterials()
Returns: IfcCollection
setRelatedMaterials(IfcCollection value)
public final void setRelatedMaterials(IfcCollection<IfcMaterial> value)
getExpression()
public final IfcLabel getExpression()
Returns: IfcLabel
setExpression(IfcLabel value)
public final void setExpression(IfcLabel value)