@IfcClass(layer=RESOURCE, type=ENTITY) public class IfcProductRepresentation extends IfcAbstractClass
| 限定符和类型 | 字段和说明 |
|---|---|
private IfcText |
description |
private IfcLabel |
name |
private LIST<IfcRepresentation> |
representations |
stepNumber| 构造器和说明 |
|---|
IfcProductRepresentation(IfcLabel name,
IfcText description,
LIST<IfcRepresentation> representations) |
| 限定符和类型 | 方法和说明 |
|---|---|
IfcText |
getDescription() |
IfcLabel |
getName() |
LIST<IfcRepresentation> |
getRepresentations() |
void |
setDescription(IfcText description) |
void |
setName(IfcLabel name) |
void |
setRepresentations(LIST<IfcRepresentation> representations) |
check, getFileItem, getParamString, getStepNumber, illegal, isDefault, setStepNumber, toIfc@IfcOptionField private IfcLabel name
@IfcOptionField private IfcText description
private LIST<IfcRepresentation> representations
@IfcParserConstructor public IfcProductRepresentation(IfcLabel name, IfcText description, LIST<IfcRepresentation> representations)
public IfcLabel getName()
public void setName(IfcLabel name)
public IfcText getDescription()
public void setDescription(IfcText description)
public LIST<IfcRepresentation> getRepresentations()
public void setRepresentations(LIST<IfcRepresentation> representations)
Copyright © 2023. All rights reserved.