public class IfcPresentationLayerWithStyle extends IfcPresentationLayerAssignment
| Constructor and Description |
|---|
IfcPresentationLayerWithStyle() |
| Modifier and Type | Method and Description |
|---|---|
IfcLogical |
getLayerBlocked() |
IfcLogical |
getLayerFrozen() |
IfcLogical |
getLayerOn() |
IfcCollection<IfcPresentationStyle> |
getLayerStyles() |
void |
setLayerBlocked(IfcLogical value) |
void |
setLayerFrozen(IfcLogical value) |
void |
setLayerOn(IfcLogical value) |
void |
setLayerStyles(IfcCollection<IfcPresentationStyle> value) |
getAssignedItems, getDescription, getIdentifier, getName, setAssignedItems, setDescription, setIdentifier, setNameequals, getEntityLabel, hashCode, op_Equality, op_InequalitygetClass, notify, notifyAll, toString, wait, wait, waitgetEntityLabelpublic final IfcLogical getLayerOn()
public final void setLayerOn(IfcLogical value)
public final IfcLogical getLayerFrozen()
public final void setLayerFrozen(IfcLogical value)
public final IfcLogical getLayerBlocked()
public final void setLayerBlocked(IfcLogical value)
public final IfcCollection<IfcPresentationStyle> getLayerStyles()
public final void setLayerStyles(IfcCollection<IfcPresentationStyle> value)