@IfcClass(layer=RESOURCE, type=ENTITY) public class IfcMaterial extends IfcAbstractClass implements IfcMaterialSelect, IfcObjectReferenceSelect
| 限定符和类型 | 字段和说明 |
|---|---|
private SET<IfcMaterialClassificationRelationship> |
classifiedAs |
private SET<IfcMaterialDefinitionRepresentation> |
hasRepresentation |
private IfcLabel |
name |
stepNumber| 构造器和说明 |
|---|
IfcMaterial() |
IfcMaterial(IfcLabel name) |
| 限定符和类型 | 方法和说明 |
|---|---|
SET<IfcMaterialClassificationRelationship> |
getClassifiedAs() |
SET<IfcMaterialDefinitionRepresentation> |
getHasRepresentation() |
IfcLabel |
getName() |
void |
setClassifiedAs(SET<IfcMaterialClassificationRelationship> classifiedAs) |
void |
setHasRepresentation(SET<IfcMaterialDefinitionRepresentation> hasRepresentation) |
void |
setName(IfcLabel name) |
check, getFileItem, getParamString, getStepNumber, illegal, isDefault, setStepNumber, toIfcprivate IfcLabel name
@IfcInverseParameter private SET<IfcMaterialDefinitionRepresentation> hasRepresentation
@IfcInverseParameter private SET<IfcMaterialClassificationRelationship> classifiedAs
public IfcMaterial()
@IfcParserConstructor public IfcMaterial(IfcLabel name)
public IfcLabel getName()
public void setName(IfcLabel name)
public SET<IfcMaterialDefinitionRepresentation> getHasRepresentation()
public void setHasRepresentation(SET<IfcMaterialDefinitionRepresentation> hasRepresentation)
public SET<IfcMaterialClassificationRelationship> getClassifiedAs()
public void setClassifiedAs(SET<IfcMaterialClassificationRelationship> classifiedAs)
Copyright © 2023. All rights reserved.