public class IfcIndexedColourMap extends IfcPresentationItem
| Constructor and Description |
|---|
IfcIndexedColourMap() |
| Modifier and Type | Method and Description |
|---|---|
IfcCollection<IfcPositiveInteger> |
getColourIndex() |
IfcColourRgbList |
getColours() |
IfcTessellatedFaceSet |
getMappedTo() |
IfcNormalisedRatioMeasure |
getOpacity() |
void |
setColourIndex(IfcCollection<IfcPositiveInteger> value) |
void |
setColours(IfcColourRgbList value) |
void |
setMappedTo(IfcTessellatedFaceSet value) |
void |
setOpacity(IfcNormalisedRatioMeasure value) |
equals, getEntityLabel, hashCode, op_Equality, op_InequalitygetClass, notify, notifyAll, toString, wait, wait, waitgetEntityLabelpublic final IfcTessellatedFaceSet getMappedTo()
public final void setMappedTo(IfcTessellatedFaceSet value)
public final IfcNormalisedRatioMeasure getOpacity()
public final void setOpacity(IfcNormalisedRatioMeasure value)
public final IfcColourRgbList getColours()
public final void setColours(IfcColourRgbList value)
public final IfcCollection<IfcPositiveInteger> getColourIndex()
public final void setColourIndex(IfcCollection<IfcPositiveInteger> value)