public abstract class IfcLightSource extends IfcGeometricRepresentationItem
| Constructor and Description |
|---|
IfcLightSource() |
| Modifier and Type | Method and Description |
|---|---|
IfcNormalisedRatioMeasure |
getAmbientIntensity() |
IfcNormalisedRatioMeasure |
getIntensity() |
IfcColourRgb |
getLightColour() |
IfcLabel |
getName() |
void |
setAmbientIntensity(IfcNormalisedRatioMeasure value) |
void |
setIntensity(IfcNormalisedRatioMeasure value) |
void |
setLightColour(IfcColourRgb value) |
void |
setName(IfcLabel value) |
getLayerAssignment, getStyledByItemequals, getEntityLabel, hashCode, op_Equality, op_InequalitygetClass, notify, notifyAll, toString, wait, wait, waitgetEntityLabelpublic final IfcLabel getName()
public final void setName(IfcLabel value)
public final IfcColourRgb getLightColour()
public final void setLightColour(IfcColourRgb value)
public final IfcNormalisedRatioMeasure getAmbientIntensity()
public final void setAmbientIntensity(IfcNormalisedRatioMeasure value)
public final IfcNormalisedRatioMeasure getIntensity()
public final void setIntensity(IfcNormalisedRatioMeasure value)