public interface IfcPresentationLayerWithStyle extends IfcPresentationLayerAssignment
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<IfcPresentationStyle> |
getLayerStyles()
Returns the value of the 'Layer Styles' reference list.
|
boolean |
isLayerBlocked()
Returns the value of the 'Layer Blocked' attribute.
|
boolean |
isLayerFrozen()
Returns the value of the 'Layer Frozen' attribute.
|
boolean |
isLayerOn()
Returns the value of the 'Layer On' attribute.
|
void |
setLayerBlocked(boolean value)
Sets the value of the '
Layer Blocked' attribute. |
void |
setLayerFrozen(boolean value)
Sets the value of the '
Layer Frozen' attribute. |
void |
setLayerOn(boolean value)
Sets the value of the '
Layer On' attribute. |
getAssignedItems, getDescription, getIdentifier, getName, isSetDescription, isSetIdentifier, setDescription, setIdentifier, setName, unsetDescription, unsetIdentifierforceLoad, getExpressId, getOid, getPid, getRid, isLoadedOrLoading, load, removeboolean isLayerOn()
If the meaning of the 'Layer On' attribute isn't clear, there really should be more of a description here...
setLayerOn(boolean),
Ifc4Package.getIfcPresentationLayerWithStyle_LayerOn()void setLayerOn(boolean value)
Layer On' attribute.
value - the new value of the 'Layer On' attribute.isLayerOn()boolean isLayerFrozen()
If the meaning of the 'Layer Frozen' attribute isn't clear, there really should be more of a description here...
setLayerFrozen(boolean),
Ifc4Package.getIfcPresentationLayerWithStyle_LayerFrozen()void setLayerFrozen(boolean value)
Layer Frozen' attribute.
value - the new value of the 'Layer Frozen' attribute.isLayerFrozen()boolean isLayerBlocked()
If the meaning of the 'Layer Blocked' attribute isn't clear, there really should be more of a description here...
setLayerBlocked(boolean),
Ifc4Package.getIfcPresentationLayerWithStyle_LayerBlocked()void setLayerBlocked(boolean value)
Layer Blocked' attribute.
value - the new value of the 'Layer Blocked' attribute.isLayerBlocked()org.eclipse.emf.common.util.EList<IfcPresentationStyle> getLayerStyles()
IfcPresentationStyle.
If the meaning of the 'Layer Styles' reference list isn't clear, there really should be more of a description here...
Ifc4Package.getIfcPresentationLayerWithStyle_LayerStyles()Copyright © 2016 OpenSource BIM. All rights reserved.