public class IfcRepresentation extends IfcEntity implements com.aspose.cad_internal.fileformats.ifc.IIfcRepresentation
| Constructor and Description | 
|---|
IfcRepresentation()  | 
| Modifier and Type | Method and Description | 
|---|---|
IfcRepresentationContext | 
getContextOfItems()  | 
IfcCollection<IfcRepresentationItem> | 
getItems()  | 
IfcCollection<IfcPresentationLayerAssignment> | 
getLayerAssignments()  | 
IfcCollection<IfcProductRepresentation> | 
getOfProductRepresentation()  | 
IfcLabel | 
getRepresentationIdentifier()  | 
IfcCollection<IfcRepresentationMap> | 
getRepresentationMap()  | 
IfcLabel | 
getRepresentationType()  | 
void | 
setContextOfItems(IfcRepresentationContext value)  | 
void | 
setItems(IfcCollection<IfcRepresentationItem> value)  | 
void | 
setRepresentationIdentifier(IfcLabel value)  | 
void | 
setRepresentationType(IfcLabel value)  | 
equals, getEntityLabel, hashCode, op_Equality, op_InequalitygetClass, notify, notifyAll, toString, wait, wait, waitgetEntityLabelpublic final IfcRepresentationContext getContextOfItems()
public final void setContextOfItems(IfcRepresentationContext value)
public final IfcLabel getRepresentationIdentifier()
public final void setRepresentationIdentifier(IfcLabel value)
public final IfcLabel getRepresentationType()
public final void setRepresentationType(IfcLabel value)
public final IfcCollection<IfcRepresentationItem> getItems()
public final void setItems(IfcCollection<IfcRepresentationItem> value)
public final IfcCollection<IfcRepresentationMap> getRepresentationMap()
public final IfcCollection<IfcPresentationLayerAssignment> getLayerAssignments()
public final IfcCollection<IfcProductRepresentation> getOfProductRepresentation()