@IfcClass(layer=RESOURCE, type=ENTITY) public class IfcRepresentationContext extends IfcAbstractClass
| 限定符和类型 | 字段和说明 |
|---|---|
private IfcLabel |
contextIdentifier |
private IfcLabel |
contextType |
private SET<IfcRepresentation> |
representationsInContext |
stepNumber| 构造器和说明 |
|---|
IfcRepresentationContext() |
IfcRepresentationContext(IfcLabel contextIdentifier,
IfcLabel contextType) |
| 限定符和类型 | 方法和说明 |
|---|---|
IfcLabel |
getContextIdentifier() |
IfcLabel |
getContextType() |
SET<IfcRepresentation> |
getRepresentationsInContext() |
void |
setContextIdentifier(IfcLabel contextIdentifier) |
void |
setContextType(IfcLabel contextType) |
void |
setRepresentationsInContext(SET<IfcRepresentation> representationsInContext) |
check, getFileItem, getParamString, getStepNumber, illegal, isDefault, setStepNumber, toIfc@IfcOptionField private IfcLabel contextIdentifier
@IfcOptionField private IfcLabel contextType
@IfcInverseParameter private SET<IfcRepresentation> representationsInContext
public IfcRepresentationContext()
@IfcParserConstructor public IfcRepresentationContext(IfcLabel contextIdentifier, IfcLabel contextType)
public IfcLabel getContextIdentifier()
public void setContextIdentifier(IfcLabel contextIdentifier)
public IfcLabel getContextType()
public void setContextType(IfcLabel contextType)
public SET<IfcRepresentation> getRepresentationsInContext()
public void setRepresentationsInContext(SET<IfcRepresentation> representationsInContext)
Copyright © 2023. All rights reserved.