public interface IfcSurfaceTexture extends IfcPresentationItem
The following features are supported:
Ifc4Package.getIfcSurfaceTexture()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<IfcTextureCoordinate> |
getIsMappedBy()
Returns the value of the 'Is Mapped By' reference list.
|
String |
getMode()
Returns the value of the 'Mode' attribute.
|
org.eclipse.emf.common.util.EList<String> |
getParameter()
Returns the value of the 'Parameter' attribute list.
|
Tristate |
getRepeatS()
Returns the value of the 'Repeat S' attribute.
|
Tristate |
getRepeatT()
Returns the value of the 'Repeat T' attribute.
|
IfcCartesianTransformationOperator2D |
getTextureTransform()
Returns the value of the 'Texture Transform' reference.
|
org.eclipse.emf.common.util.EList<IfcSurfaceStyleWithTextures> |
getUsedInStyles()
Returns the value of the 'Used In Styles' reference list.
|
boolean |
isSetIsMappedBy()
Returns whether the value of the '
Is Mapped By' reference list is set. |
boolean |
isSetMode()
Returns whether the value of the '
Mode' attribute is set. |
boolean |
isSetParameter()
Returns whether the value of the '
Parameter' attribute list is set. |
boolean |
isSetTextureTransform()
Returns whether the value of the '
Texture Transform' reference is set. |
boolean |
isSetUsedInStyles()
Returns whether the value of the '
Used In Styles' reference list is set. |
void |
setMode(String value)
Sets the value of the '
Mode' attribute. |
void |
setRepeatS(Tristate value)
Sets the value of the '
Repeat S' attribute. |
void |
setRepeatT(Tristate value)
Sets the value of the '
Repeat T' attribute. |
void |
setTextureTransform(IfcCartesianTransformationOperator2D value)
Sets the value of the '
Texture Transform' reference. |
void |
unsetIsMappedBy()
Unsets the value of the '
Is Mapped By' reference list. |
void |
unsetMode()
Unsets the value of the '
Mode' attribute. |
void |
unsetParameter()
Unsets the value of the '
Parameter' attribute list. |
void |
unsetTextureTransform()
Unsets the value of the '
Texture Transform' reference. |
void |
unsetUsedInStyles()
Unsets the value of the '
Used In Styles' reference list. |
forceLoad, getExpressId, getOid, getPid, getRid, isLoadedOrLoading, load, removeTristate getRepeatS()
Tristate.
If the meaning of the 'Repeat S' attribute isn't clear, there really should be more of a description here...
Tristate,
setRepeatS(Tristate),
Ifc4Package.getIfcSurfaceTexture_RepeatS()void setRepeatS(Tristate value)
Repeat S' attribute.
value - the new value of the 'Repeat S' attribute.Tristate,
getRepeatS()Tristate getRepeatT()
Tristate.
If the meaning of the 'Repeat T' attribute isn't clear, there really should be more of a description here...
Tristate,
setRepeatT(Tristate),
Ifc4Package.getIfcSurfaceTexture_RepeatT()void setRepeatT(Tristate value)
Repeat T' attribute.
value - the new value of the 'Repeat T' attribute.Tristate,
getRepeatT()String getMode()
If the meaning of the 'Mode' attribute isn't clear, there really should be more of a description here...
isSetMode(),
unsetMode(),
setMode(String),
Ifc4Package.getIfcSurfaceTexture_Mode()void setMode(String value)
Mode' attribute.
value - the new value of the 'Mode' attribute.isSetMode(),
unsetMode(),
getMode()void unsetMode()
Mode' attribute.
isSetMode(),
getMode(),
setMode(String)boolean isSetMode()
Mode' attribute is set.
unsetMode(),
getMode(),
setMode(String)IfcCartesianTransformationOperator2D getTextureTransform()
If the meaning of the 'Texture Transform' reference isn't clear, there really should be more of a description here...
isSetTextureTransform(),
unsetTextureTransform(),
setTextureTransform(IfcCartesianTransformationOperator2D),
Ifc4Package.getIfcSurfaceTexture_TextureTransform()void setTextureTransform(IfcCartesianTransformationOperator2D value)
Texture Transform' reference.
value - the new value of the 'Texture Transform' reference.isSetTextureTransform(),
unsetTextureTransform(),
getTextureTransform()void unsetTextureTransform()
Texture Transform' reference.
boolean isSetTextureTransform()
Texture Transform' reference is set.
unsetTextureTransform(),
getTextureTransform(),
setTextureTransform(IfcCartesianTransformationOperator2D)org.eclipse.emf.common.util.EList<String> getParameter()
String.
If the meaning of the 'Parameter' attribute list isn't clear, there really should be more of a description here...
isSetParameter(),
unsetParameter(),
Ifc4Package.getIfcSurfaceTexture_Parameter()void unsetParameter()
Parameter' attribute list.
isSetParameter(),
getParameter()boolean isSetParameter()
Parameter' attribute list is set.
unsetParameter(),
getParameter()org.eclipse.emf.common.util.EList<IfcTextureCoordinate> getIsMappedBy()
IfcTextureCoordinate.
It is bidirectional and its opposite is 'Maps'.
If the meaning of the 'Is Mapped By' reference list isn't clear, there really should be more of a description here...
isSetIsMappedBy(),
unsetIsMappedBy(),
Ifc4Package.getIfcSurfaceTexture_IsMappedBy(),
IfcTextureCoordinate.getMaps()void unsetIsMappedBy()
Is Mapped By' reference list.
isSetIsMappedBy(),
getIsMappedBy()boolean isSetIsMappedBy()
Is Mapped By' reference list is set.
unsetIsMappedBy(),
getIsMappedBy()org.eclipse.emf.common.util.EList<IfcSurfaceStyleWithTextures> getUsedInStyles()
IfcSurfaceStyleWithTextures.
It is bidirectional and its opposite is 'Textures'.
If the meaning of the 'Used In Styles' reference list isn't clear, there really should be more of a description here...
isSetUsedInStyles(),
unsetUsedInStyles(),
Ifc4Package.getIfcSurfaceTexture_UsedInStyles(),
IfcSurfaceStyleWithTextures.getTextures()void unsetUsedInStyles()
Used In Styles' reference list.
isSetUsedInStyles(),
getUsedInStyles()boolean isSetUsedInStyles()
Used In Styles' reference list is set.
unsetUsedInStyles(),
getUsedInStyles()Copyright © 2018 OpenSource BIM. All rights reserved.