RectangleLightShape(Double, Double)
Description:
Creates a rectangle light shape object with the given emit length and width.
Creates a rectangle light shape object with the given emit length and width.
Overloads (3):
RectangleLightShape(Double,Double)
public RectangleLightShape(
double emitLength,
double emitWidth
)
-
DoubleemitLengthThe emit length as a numerical value in feet between 1.0e-9 and 30000.0
-
DoubleemitWidthThe emit width as a numerical value in feet between 1.0e-9 and 30000.0
-
The shape dimension is not valid because it is not between 1.0e-9 and 30000.0.