public class IfcLightDistributionData extends IfcEntity
| Constructor and Description |
|---|
IfcLightDistributionData() |
| Modifier and Type | Method and Description |
|---|---|
IfcCollection<IfcLuminousIntensityDistributionMeasure> |
getLuminousIntensity() |
IfcPlaneAngleMeasure |
getMainPlaneAngle() |
IfcCollection<IfcPlaneAngleMeasure> |
getSecondaryPlaneAngle() |
void |
setLuminousIntensity(IfcCollection<IfcLuminousIntensityDistributionMeasure> value) |
void |
setMainPlaneAngle(IfcPlaneAngleMeasure value) |
void |
setSecondaryPlaneAngle(IfcCollection<IfcPlaneAngleMeasure> value) |
equals, getEntityLabel, hashCode, op_Equality, op_Inequalitypublic final IfcPlaneAngleMeasure getMainPlaneAngle()
public final void setMainPlaneAngle(IfcPlaneAngleMeasure value)
public final IfcCollection<IfcPlaneAngleMeasure> getSecondaryPlaneAngle()
public final void setSecondaryPlaneAngle(IfcCollection<IfcPlaneAngleMeasure> value)
public final IfcCollection<IfcLuminousIntensityDistributionMeasure> getLuminousIntensity()
public final void setLuminousIntensity(IfcCollection<IfcLuminousIntensityDistributionMeasure> value)