public interface IfcSurfaceStyleShading extends IfcPresentationItem, IfcSurfaceStyleElementSelect
| Modifier and Type | Method and Description |
|---|---|
IfcColourRgb |
getSurfaceColour()
Returns the value of the 'Surface Colour' reference.
|
double |
getTransparency()
Returns the value of the 'Transparency' attribute.
|
String |
getTransparencyAsString()
Returns the value of the 'Transparency As String' attribute.
|
boolean |
isSetTransparency()
Returns whether the value of the '
Transparency' attribute is set. |
boolean |
isSetTransparencyAsString()
Returns whether the value of the '
Transparency As String' attribute is set. |
void |
setSurfaceColour(IfcColourRgb value)
Sets the value of the '
Surface Colour' reference. |
void |
setTransparency(double value)
Sets the value of the '
Transparency' attribute. |
void |
setTransparencyAsString(String value)
Sets the value of the '
Transparency As String' attribute. |
void |
unsetTransparency()
Unsets the value of the '
Transparency' attribute. |
void |
unsetTransparencyAsString()
Unsets the value of the '
Transparency As String' attribute. |
forceLoad, getExpressId, getOid, getPid, getRid, isLoadedOrLoading, load, removeIfcColourRgb getSurfaceColour()
If the meaning of the 'Surface Colour' reference isn't clear, there really should be more of a description here...
setSurfaceColour(IfcColourRgb),
Ifc4Package.getIfcSurfaceStyleShading_SurfaceColour()void setSurfaceColour(IfcColourRgb value)
Surface Colour' reference.
value - the new value of the 'Surface Colour' reference.getSurfaceColour()double getTransparency()
If the meaning of the 'Transparency' attribute isn't clear, there really should be more of a description here...
isSetTransparency(),
unsetTransparency(),
setTransparency(double),
Ifc4Package.getIfcSurfaceStyleShading_Transparency()void setTransparency(double value)
Transparency' attribute.
value - the new value of the 'Transparency' attribute.isSetTransparency(),
unsetTransparency(),
getTransparency()void unsetTransparency()
Transparency' attribute.
boolean isSetTransparency()
Transparency' attribute is set.
unsetTransparency(),
getTransparency(),
setTransparency(double)String getTransparencyAsString()
If the meaning of the 'Transparency As String' attribute isn't clear, there really should be more of a description here...
isSetTransparencyAsString(),
unsetTransparencyAsString(),
setTransparencyAsString(String),
Ifc4Package.getIfcSurfaceStyleShading_TransparencyAsString()void setTransparencyAsString(String value)
Transparency As String' attribute.
value - the new value of the 'Transparency As String' attribute.isSetTransparencyAsString(),
unsetTransparencyAsString(),
getTransparencyAsString()void unsetTransparencyAsString()
Transparency As String' attribute.
boolean isSetTransparencyAsString()
Transparency As String' attribute is set.
unsetTransparencyAsString(),
getTransparencyAsString(),
setTransparencyAsString(String)Copyright © 2018 OpenSource BIM. All rights reserved.