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) |
getLayerAssignments, getStyledByItem
equals, getEntityLabel, hashCode, op_Equality, op_Inequality
getClass, notify, notifyAll, toString, wait, wait, wait
getEntityLabel
public 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)