@IfcClass(layer=RESOURCE, type=ENTITY) public class IfcRepresentation extends IfcAbstractClass implements IfcLayeredItem
| 限定符和类型 | 字段和说明 |
|---|---|
private IfcRepresentationContext |
contextContextOfItems |
private SET<IfcRepresentationItem> |
items |
private SET<IfcPresentationLayerAssignment> |
layerAssignments |
private SET<IfcProductRepresentation> |
ofProductRepresentation |
private IfcLabel |
representationIdentifier |
private SET<IfcRepresentationMap> |
representationMap |
private IfcLabel |
representationType |
stepNumber| 构造器和说明 |
|---|
IfcRepresentation(IfcRepresentationContext contextContextOfItems,
IfcLabel representationIdentifier,
IfcLabel representationType,
SET<IfcRepresentationItem> items) |
| 限定符和类型 | 方法和说明 |
|---|---|
IfcRepresentationContext |
getContextContextOfItems() |
SET<IfcRepresentationItem> |
getItems() |
SET<IfcPresentationLayerAssignment> |
getLayerAssignments() |
SET<IfcProductRepresentation> |
getOfProductRepresentation() |
IfcLabel |
getRepresentationIdentifier() |
SET<IfcRepresentationMap> |
getRepresentationMap() |
IfcLabel |
getRepresentationType() |
void |
setContextContextOfItems(IfcRepresentationContext contextContextOfItems) |
void |
setItems(SET<IfcRepresentationItem> items) |
void |
setLayerAssignments(SET<IfcPresentationLayerAssignment> layerAssignments) |
void |
setOfProductRepresentation(SET<IfcProductRepresentation> ofProductRepresentation) |
void |
setRepresentationIdentifier(IfcLabel representationIdentifier) |
void |
setRepresentationMap(SET<IfcRepresentationMap> representationMap) |
void |
setRepresentationType(IfcLabel representationType) |
check, getFileItem, getParamString, getStepNumber, illegal, isDefault, setStepNumber, toIfcprivate IfcRepresentationContext contextContextOfItems
@IfcOptionField private IfcLabel representationIdentifier
@IfcOptionField private IfcLabel representationType
private SET<IfcRepresentationItem> items
@IfcInverseParameter private SET<IfcRepresentationMap> representationMap
@IfcInverseParameter private SET<IfcPresentationLayerAssignment> layerAssignments
@IfcInverseParameter private SET<IfcProductRepresentation> ofProductRepresentation
@IfcParserConstructor public IfcRepresentation(IfcRepresentationContext contextContextOfItems, IfcLabel representationIdentifier, IfcLabel representationType, SET<IfcRepresentationItem> items)
public IfcRepresentationContext getContextContextOfItems()
public void setContextContextOfItems(IfcRepresentationContext contextContextOfItems)
public IfcLabel getRepresentationIdentifier()
public void setRepresentationIdentifier(IfcLabel representationIdentifier)
public IfcLabel getRepresentationType()
public void setRepresentationType(IfcLabel representationType)
public SET<IfcRepresentationItem> getItems()
public void setItems(SET<IfcRepresentationItem> items)
public SET<IfcRepresentationMap> getRepresentationMap()
public void setRepresentationMap(SET<IfcRepresentationMap> representationMap)
public SET<IfcPresentationLayerAssignment> getLayerAssignments()
public void setLayerAssignments(SET<IfcPresentationLayerAssignment> layerAssignments)
public SET<IfcProductRepresentation> getOfProductRepresentation()
public void setOfProductRepresentation(SET<IfcProductRepresentation> ofProductRepresentation)
Copyright © 2023. All rights reserved.